#hdr {
/*	background:transparent url(../images/bg_hdr.png) top left repeat-x;*/
	background-color:#fff;
	height:65px;
	margin-bottom:9px;
	position:relative;
	border:2px solid #f47718;
}
#logocont{
	position:absolute;
	left:11px;
	top:13px;
	width:255px;
	height:56px;
}

#topNav {
	text-align:right;
	padding:15px;
}

#topNav a {
	font-size:90%;
	font-weight:normal;
}

#primNav {
	height:200px;
	margin:0;
	position:absolute;
	right:0;
	top:47px;
	width:100%;
	z-index:500;
}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding:0px;
	margin: 0px;
	text-align: right;
}

.chromestyle ul li{
	display: inline;
	margin:0px -2px;
	padding:0px;
}

#primNav .chromestyle ul li a{
	color: #FFFFFF;
	margin: 0px;
	padding:0px;
	text-decoration: none;
}

#primNav .chromestyle ul li a:hover{
	color:#003399;
}

#primNav .chromestyle ul li a.current {
	background:transparent url(../images/nav_tab.png) top left no-repeat;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	margin-top:-48px;
	border: 1px solid #CCC; 
	border-bottom-width: 0;
	line-height:18px;
	z-index:500;
	background-color: white;
	width: 150px;
	visibility: hidden;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CCC;
	padding: 2px 0;
	text-decoration: none;
	color: #333;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover {
	background-color: #F0F0F0;
}