.menustyle{
	background: transparent url("../images/bckg_menu.gif") repeat-x;
	width: 950px;
	margin: 0 0 5px 10px;
	height: 30px;
	padding: 0 0 0 0px;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{
width: 100%;
padding: 0px 0;
height: 30px;
margin: 0 0 0 0px;
text-align: center; /*set value to "left", "center", or "right"*/
font-size: 12px;
font-weight: bold;
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: #777 !important;
padding: 8px 15px 2px 20px;
margin: 0;
height: 19px;
display: block;
float: left;
text-decoration: none;
border-right: 1px solid #91c5e3;
}

.menustyle ul li a.selected,
.menustyle ul li a.current,
.menustyle ul li a:hover,
.menustyle ul li a:active {
    background: #ffa800 url("../images/bckg_menu_mouseover.gif") repeat-x !important;
    color: #fff !important;
}






.menustyle2{
	background: transparent url("../images/bckg_menu_phase4.gif") no-repeat;
	margin: 0;
	height: 30px;
	padding: 0 0 5px 0;
}

.menustyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle2 ul{
padding: 0;
height: 30px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
font-size: 12px;
font-weight: bold;
}

.menustyle2 ul li{
display: inline;
}

.menustyle2 ul li a{
color: #777 !important;
padding: 0;
margin: 0;
height: 30px;
display: block;
float: left;
text-decoration: none;
border-right: 0px solid #91c5e3;
}



#navBG1,
#navBG2,
#navBG2x,
#navBG3,
#navBG4,
#navBG5,
#navBG6, {
	position:relative;
	display:block;
	height:31px;
	padding:0px;
	margin:0px;
}


#navBG1C,
#navBG1 {
	background: transparent url("../images/nav_home_on.gif") no-repeat;
}
#navBG2C,
#navBG2 {
	background: transparent url("../images/nav_efficacy_on.gif") no-repeat;
}
#navBG2xC,
#navBG2x {
	background: transparent url("../images/nav_moa_on.gif") no-repeat;
}
#navBG3C,
#navBG3 {
	background: transparent url("../images/nav_safety_on.gif") no-repeat;
}
#navBG4C,
#navBG4 {
	background: transparent url("../images/nav_guidelines_on.gif") no-repeat;
}
#navBG5C,
#navBG5 {
	background: transparent url("../images/nav_healthcare_on.gif") no-repeat;
}
#navBG6C,
#navBG6 {
	background: transparent url("../images/nav_national_on.gif") no-repeat;
}




#navBG1C,
#navBG2C,
#navBG2xC,
#navBG3C,
#navBG4C,
#navBG5C,
#navBG6C {
	background-position:0px -31px;
}
#navBG1.selected,
#navBG2.selected,
#navBG2x.selected,
#navBG3.selected,
#navBG4.selected,
#navBG5.selected,
#navBG6.selected {
	background-position:0px -31px;
}
#navBG1:hover,
#navBG2:hover,
#navBG2x:hover,
#navBG3:hover,
#navBG4:hover,
#navBG5:hover,
#navBG6:hover {
	background-position:0px -31px;
}

#navBG1:active,
#navBG2:active,
#navBG2x:active,
#navBG3:active,
#navBG4:active,
#navBG5:active,
#navBG6:active {
	background-position:0px 0px;
}

.menustyle2 ul li a.none {
    background: transparent !important;
}





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff;
line-height:20px;
background-color: #237b4e !important;
z-index:100;
display:none;
/*filter:alpha(opacity=80);
opacity:0.8;*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #ffffff;
padding: 2px 0;
font-weight: bold;
color: #ffffff !important;
background-color: #1e824e !important;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #0e723e !important;
    color: #ffffff !important;
}