/* CSS Document */



	/*This is the where you would put the general styling for the menu.  Just rememeber that the dimensions and positioning

 set here affect everything else.*/
.nav {
	font-family: "verdana";
	width: 150px;
	height:auto;
	position:relative;
/*	font-size:12px;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 30px 0px 0px 0px;
}

.nav ul li a, .nav ul li a:visited {
	/*These are the style rules for the links on the main menu.  This includes setting the dimensions of the link itself.*/
	display:block;
	text-decoration:none;
	color:#ffffff;
	height:20px;
	text-align:right;
	background:#1368d1;
	font-size:11px;
	width:175px;
	font-family: "verdana";
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000066;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000066;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 7px;
}

.nav ul {
/*These style rules are for the <ul> in the main menu*/
	padding:0px; 
	margin:0px;
	list-style-type:none;
}

.nav ul li {
	/*These style rules are for the <li> in the main menu.*/
	list-style-image:none;
	float:left;
	position:relative;
}

.nav ul li ul {
	/*This rule hides the flyouts*/
	display: none;
	color:#ffffff;
	background-color: #283D5E;
}



/* This is the stuff that IE doesn't know how to handle. */

.nav ul li:hover a {
	/*These style rules apply to the rollovers on the main menu*/
	color:#FFFFFF;
	background-color: #000099;
}

.nav ul li:hover ul {
	/*These style rules display the flyouts and determine the dimensions and positioning of the flyout box.*/
	display:block;
	position:absolute;
	top:0;
	left:185px;
	width:250px;	/*height: 16px; */
}

/*These style rules apply to the links in the secondary menu.*/

.nav ul li:hover ul li a {
	display:block;
	color:#FFFFFF;
	width:250px;
	height: 20px;
	background-color: #000099;
}

/*These are the style for the rollovers on the secondary menu*/

.nav ul li:hover ul li a:hover {
	color:#fff;
	background-color: #1368D1;
	height: 20px;
}

/*These are the styles for the top menu*/


#ddcolortabs{
	margin-left: 4px;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0px;
}

/*Top Tab Nav*/

#ddcolortabs ul{
	font: bold 11px Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

#ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}


#ddcolortabs a{
	float:left;
	color: #0411B4;
	text-decoration:none;
	background-color: #58CCFE;
	background-image: url(../images/color_tabs_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


#ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
	padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
	float:none;
}


#ddcolortabs a:hover{
	color: #fff;
	background-color: #5BC2FF;
}

#ddcolortabs a:hover span{
	background-color: #1368D1;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
	background-color: #5BC2FF;
}

#ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	background-color: #1368D1;
}

/*Page numbers*/



a.page-numbers:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B36BE;
	text-decoration: none;
}
a.page-numbers:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B36BE;
	text-decoration: none;
}
a.page-numbers:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B36BE;
	text-decoration: none;
}
a.page-numbers:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B36BE;
	text-decoration: none;
}
