

.relevantmenu ul{
padding: 7px 0px 7px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
max-height: 20px;
font: 11px Arial, Verdana ms sans serif,san serif, geneva;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width: 740px;
font-weight : bold;
}
* html .relevantmenu ul{ /*IE only hack*/

}

.relevantmenu li{
display: inline;
margin: 0px;
}

.relevantmenu li a{/*main tab style */
text-decoration: none;
padding: 7px 0px 7px 0px;
margin-right: 1px;
margin-left: -1px;
border-top: 0px solid #f86c05;
border-left: 0px solid #f86c05;
border-right: 0px solid #f86c05;
border-bottom: 0px solid #f86c05;
color: #ffffff;
}

.relevantmenu li a:visited{

}

.relevantmenu li a:hover{
text-decoration: none;
color: #6699cc;
border-bottom: 0px;
}



.relevantmenu a.selected{ /*selected main tab style */
border-top: 0px solid;
border-left: 0px solid ;
border-right: 0px solid;
border-bottom: 0px solid;
border-bottom-width: 0px;
margin-left: -1px;
color: #6699cc;
}

.relevantmenu a.selected{ /*selected main tab style */
text-decoration: none;
}

.sidenav  {
	width: 200px;
	height: 10px;
	position: relative;
	top: +4px;
}



/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	position:absolute;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-top: 0px solid #99ccff;
	border-left: 0px solid #99ccff;
	border-right: 0px solid #99ccff;
	border-bottom: 0px solid #99ccff;
	font: normal 11px Arial, Verdana ms sans serif,san serif, geneva;
 	background-color: #99ccff;
	width: 125px;
	list-style-type: none;
	display: inline;
	visibility: hidden;
	z-index: 100;
}

* html .ddsubmenustyle, .ddsubmenustyle ul{ /*IE only hack*/
	margin-left: 10px;
	padding: 0px;
	width: 125px;
}

.ddsubmenustyle li a{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	width: 125px;
	background-color: #99ccff;
	color: #000000;
	text-indent: 0px;
	text-decoration: none;
	padding: 4px 5px;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a:hover{
 	background-color: #669acc;
	color: #ffffff;
}



/* ######### Neutral CSS  ######### */
.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	/*padding-left: 4px; Removed to stop menu from jumping*/
	border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}








