
/*=== Navigation ===*/

#nav {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 5;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}


#nav li { display:inline; font-size: .9em; font-weight: bold; }
#nav li a { display:block; float:left; color:#fff; height:34px; line-height:34px; text-decoration:none; width:88px; text-align:center; background: #7d7d7d;}

/* extra wide menu item */
#nav li a.qa { width:156.5px;}
#nav li a:hover { text-decoration: none; color: #cccccc; background:#31434b;}

/* current selected menu item */
#nav li a.current { background:#31434b;}


#nav li a.first:hover { background:url(../images/first_nav.gif) no-repeat left top #31434b;}
#nav li a.first_current { background:url(../images/first_nav.gif) no-repeat left top #31434b;}
#nav li a.first_current:hover { background:url(../images/first_nav.gif) no-repeat left top #31434b;}
#nav li a.last { width:106px;}
#nav li a.last:hover { background:url(../images/last_nav.gif) no-repeat right top #31434b;}
#nav li a.last_current { background:url(../images/last_nav.gif) no-repeat right top #31434b; width:106px;}
#nav li a.last_current:hover {  background:url(../images/last_nav.gif) no-repeat right top #31434b;}


/* nav second level menu lists if needed */
#nav li ul {
	background: url(../images/bg_nav_dd.png) top center repeat-x;
	display: none;
	position: absolute;
	top: 34px;
	left: 0px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 2px;
	list-style: none;
}
/* end 'if needed' lists */


/* define second level menu width - especially for ie7 */

#nav li.services ul,
#nav li.services ul li {
	width: 125px;
	padding-left: 5px;
	margin: 0;
}
/* second and 3rd level lists */
#nav li ul li {
	height: 18px;
	line-height: 18px;
	text-align: left;
	padding: 0;
	margin: 0;
}

#nav li ul li a {
	display: block;
	padding: 0 0 0 5px;
	margin: 0;
	height: 20px;
	line-height: 20px;
	border: none;
	text-align:left;
	background-color: transparent;
}

#nav li ul li a:hover {
	background-image: none;
	color: #aed3fd;
	border: none;
	background-color: transparent;
}

#nav li:hover ul, #nav li.over ul { display: block; }

/*  end second & 3rd level lists */

/* footer nav */
#footer_nav .nav li { display:inline; margin: 10px 0; padding: 0 5px; line-height: 1.6em; text-align: center;}
#footer_nav .nav li a { text-decoration: none; }
#footer_nav .nav li a:hover { text-decoration: underline; color: #fff;}