﻿/* main navigation */
#nav {
	float:right;
	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0px;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	}
#nav li {
	float:left;
	position:relative;
	}
#nav li span {
	color:#f4b33c;
	left:79px;
	height: 25px;
	}
#nav li a {
	/*display:block;*/ /*this caused issues in IE6*/
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration: none;
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	text-align:center;
	}
#nav li a:hover {
	background-position: 0px 0px;
	text-decoration:none;
	background-image: url(../images/menubgHighLight.jpg);
	
	/*background-color: #003366;*/
	}
#nav li a.active {
	background-position:0 -25px !important;
	background-color:#303c52;
	text-decoration:none;
	}

/*SubNav*/	
#subNav {
	float:right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	/*position:relative;*/
	}
#subNav li {
	float:right;
	position:relative;
	}
#subNav li span {
	color:#FFFFFF;
	left:79px;
	}
#subNav li a {
	display:block;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration: none;
	height:20px;
	line-height:20px;
	color:#000000;
	text-align:center;
	}
#subNav li a:hover {
	color:#f4b33c;
	text-decoration:none;
}
#subNav li a.active {
	background-position:0 -25px !important;
	/*background-color:#FFFFFF;*/
	text-decoration:none;
	}
/*End SubNav*/

#nav2, .listType1	{
	font-size: .9090em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 60px;
	border-top: 1px solid #ccc;
	width: 190px;
	color: #666666;
	float: right;
	padding: 0px 0px 10px 0px;
	}
#nav2 ul, .listType1 ul	{
	margin: 0;
	}
#nav2 ul li, .listType1 ul li	{
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	float: right;
	}
#nav2 a, .listType1 a	{
	color: #666666;
	border: none;
	width: 190px;
	padding: 10px 0px 10px 5px;
	display: block;
	float: right;
	}
#nav2 a:hover, .listType1 a:hover {
	border: none;
	}
#nav2 a:hover, #nav2 li.selected a, .listType1 a:hover, .listType1 li.selected a {
	color: #333333;
	background-color: #ffffbe;
	width: 190px;
	}

/**/
#listSelect, .listType1	{
	/*font-size: .9090em;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	width: 120px;
	float: left;
	padding: 0px 10px 5px 0px;
	}
#listSelect ul, .listType1 ul	{
	margin: 0;
	}
#listSelect ul li, .listType1 ul li	{
	list-style-type: none;
	border-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	float: left;
	}
#listSelect a, .listType1 a	{
	color: #666666;
	border: none;
	width: 125px;
	padding: 3px 0px 3px 5px;
	display: block;
	/*float: left;*/
	}
#listSelect a:hover, .listType1 a:hover {
	border: none;
	}
#listSelect a:hover, #nav2 li.selected a, .listType1 a:hover, .listType1 li.selected a {
	color: #333333;
	background-color:#cccccc;
	width: 130;
	}
	
#listSelect label
{
	width: 120px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #003366;
}

/*SelectOpenings*/
#SelectOpenings, .listType1	{
	font-size: .9090em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	border: 1px solid #ccc;
	width: 550px;
	color: #666666;
	float: left;
	padding: 0px 10px 5px 0px;
	}
#SelectOpenings ul, .listType1 ul	{
	margin: 0;
	}
#SelectOpenings ul li, .listType1 ul li	{
	list-style-type: none;
	border-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	float: left;
	}
#SelectOpenings a, .listType1 a	{
	color: #666666;
	border: none;
	width: 550px;
	padding: 3px 0px 3px 10px;
	display: block;
	float: left;
	}
#SelectOpenings a:hover, .listType1 a:hover {
	border: none;
	}
#SelectOpenings a:hover, #nav2 li.selected a, .listType1 a:hover, .listType1 li.selected a {
	color: #333333;
	background-color:#cccccc;
	width: 550px;
	}
#SelectOpenings label
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #003366;
}