/* Global Navigation */
/* Main list */
ul.nav{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	border-right: 1px solid #a8d7f1;
}

ul.nav li{
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	position: relative;
}

ul.nav a {
	margin: 0px;
	padding: 15px 5px;
	width: 151px;
	background-image: url(../imgs/navBGblue.png);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #0662A1;
	font-size: 13px;
	border-left: 1px solid #a8d7f1;
	display: block;
	font-weight: 800;	
}

ul.nav a:hover {
	text-decoration: none;
	color: #FFF;
	background-image: url(../imgs/navBGON.png);
	background-position: center;
	background-repeat: repeat-x;
	font-weight: 800;
}

ul.nav a.ON {
	text-decoration: none;
	color: #FFF;
	background-image: url(../imgs/navBGON.png);
	background-repeat: repeat-x;
	font-weight: 800;
}

/* pop-up subnav */
ul.nav li ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
  	left: 0px;
  	top: 3.9em; /* change when you change height of links */
	display: none;
	background-image: none;
	list-style: none;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

ul.nav li:hover ul {
	display: block;
}

/* list items in pop-up subnav */
ul.nav li ul li{
	float: none; /* so links line up one above the other for drop-downs */
	z-index: 50;	
}

ul.nav li ul a {
	background-color: #0662A1;
	background-image: none;
	font-size: 12px;
	text-align: left;
	padding: 8px;
	border-bottom: 1px solid #FFF;
	border-left: none;
	width: 200px;
	color: #FFF;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;	
	font-weight: normal;
}
 
ul.nav li ul a:hover {
	padding: 8px;
	text-align: left;
	color: #FFF;
	background-image: url(../imgs/navBGON.png);
	background-position: center;
	background-repeat: repeat-x;
	font-weight: normal;
}

/*********************************************************************************/
/* Service Navigation */
/* Main list */
ul.servicenav{
	margin: 0px 0px 5px 5px;
	padding: 0px;
	list-style: none;
	display: block;
	
}

ul.servicenav li{
	margin: 0px 0px 5px 0px;
	padding: 5px;
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
	border: 1px solid #e7e6e2;
	border-top: 3px solid #e7e6e2;
	letter-spacing:.08em;
	background-image: url(../imgs/sidebarBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

ul.servicenav li.first{
	margin: 0px 0px 5px 0px;
	padding: 5px;
	color: #B11009;
	text-align: center;
	border: 1px solid #e7e6e2;
	border-top: 3px solid #e7e6e2;
	letter-spacing:.1em;
	font-size: 13px;
	font-weight: 700;
}

ul.servicenav a {
	color: #054876;
	font-size: 12px;
	font-weight: bold;
}

ul.servicenav a:hover {
	text-decoration: none;
}

/* Sub list */
ul.servicenav li ul{
	margin: 25px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

ul.servicenav li ul li{
	margin: 0px 0px 0px 4px;
	padding: 2px;
	border: none;
	background-image: none;
	text-align: left;
	border-bottom: 1px dotted #CCC;
}

ul.servicenav li ul li.last{
	border-bottom: none;
}

ul.servicenav li ul li a{
	color: #054876;
	font-weight: normal;
	font-size: 11px;
}
ul.servicenav li ul li a:hover{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #B11009;
}

