form {
	margin: 0;
	padding: 0;
}
#bold
{
	font-weight:bold;
}
#tab-nav {
	clear: both;	
	float:left;
	width:100%;
	min-width: 877px;
	font-size:11px;
	background: #efefef url(../images/header_bg.jpg) no-repeat bottom right;
	margin: 0;
	padding: 0;
	line-height:normal;
display: inline;
	padding-left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Verdana", "Arial", sans-serif;
  }

#tab-nav ul {
	margin:0;
	margin-left: 5px;
	padding:10px 10px 0;
	list-style:none;
}

#tab-nav li {
	float:left;
	background:url("../images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	list-style:none;
}

#tab-nav a {
	float:left;
	display:block;
	background:url("../images/right.gif") no-repeat right top;
	padding:8px 15px 4px 6px;
	text-decoration:none;	
	color:#765;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tab-nav a {float:none;}
/* End IE5-Mac hack */
#tab-nav a:hover {
	color:green;
}

#tab-nav #active {
	background-image:url("../images/left_on.gif");
}

#tab-nav #active a {
	background-image:url("../images/right_on.gif");
	color:#fff;
	padding-bottom:5px;
	font-weight:bold;
}
 
.tab-heading {
	background: #999999;
	color: white;
	padding: 0;
	margin: 0;
	width:100%;
	border-bottom: 1px solid #444;
	float: left;
}

.tab-heading p {
	padding: 10px;
	font-size: 11px;
	color: #fff;
	margin: 0;
}

#tab-box-content {
	border: 1px solid #7c7c7c;
	border-top: 0;
	padding: 0px;
	background: white;
	width: 800px;
	margin:0;
	float: left;
	clear: both;
}

#tab-box-content-inside {
	padding: 14px;
	float: left;
	clear: both;
}

.tab-box-inside {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	float: left;
	width: 700px;
}

.tab-box-inside h2 {
	padding-bottom: 2px;
	border-bottom: 1px solid #efefef;
}

ul#secondary {
	margin: 10px 0 10px 10px;
	padding: 0;
	xbackground: #efefef;
	list-style-type: none;
	font-size: 10px;
}

ul#secondary li, ul#secondary li span {
	display: inline;
}

ul#secondary li a, ul#secondary li span {
	padding: 0 10px 0 10px;
	margin: 0;
	text-align: auto;
	text-decoration: none;
	border: none;
	border-right: 1px dotted #AAA;
	xbackground: transparent url('../images/bullet_black_sm.gif') no-repeat right 1px;
}

ul#secondary li span {
	font-weight: bold;
	color: #fff;
	xbackground: transparent url('../images/bullet_green_sm.gif') no-repeat right 1px;
}

ul.small li a, ul.small li span {
	font-size: 9px;
}

ul#secondary li a {
	color: #efefef;
	text-decoration: none;
}

ul#secondary li a:hover {
	color: #fff;
	padding: 0 10px 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
	background: #aaa;
}

ul#secondary li a:active {
	color: #000;
}

ul#secondary li:last-child a { border: none; background: none; }

ul#secondary li:last-child a:hover { background: #aaa; }

#secondary-none {
	clear: both;
	background: #999;
	width: 100%;
}
