/* Overrides 
-------------------------------------------------------------------- */

#wrapper{
	padding-top:41px; /* height of the navbar + desired top margin*/
}

/*------------------------------------------------------------------ */

#nav { 
	background:url(../images/shared/nav/bg.jpg) repeat-x; 
	color:#26346c;
	font-size: .9em;
	font-weight: bold;
	min-height:29px;  
	margin:0 10px; 
	padding-top:0px; 
	text-transform: uppercase;
	width:940px;
	}
		
	#nav ul li a {
	text-decoration: none;
	display:block;
	float: left;
	color: #fff;
	padding: 6px 20px 6px;
	/*border-right:1px solid #dedede;*/
	background:url(../images/shared/nav/border-li.jpg) center left no-repeat;
	}
	
	#nav ul li.home a{
    border: none;
    }
	
	
	/* Rollover */
	#nav ul ul { display: none; }
	#nav ul ul li { float: none; width:179px; }
	
	/* subnav */
	#nav ul ul li a {
	background:url(../images/shared/nav-horizontal-separator.gif) top left no-repeat #e6edf3;
	}
		#nav ul ul li a:hover {
			display:block; 
			font-weight:bold;
			background:url(../images/shared/nav-horizontal-separator.gif) top left no-repeat #e6edf3;
			z-index:1000;
			}
	
	#nav ul li:hover ul
	{
	display: block;
	position: absolute;
	font-size: 13px;
	padding-top: 0px;
	z-index:1000;
	}
	