.menustyle{
	width: 720px;
	margin: 0 0 1px 0px;
	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: 718px;
padding: 0px 0;
margin: 2px 0 0 2px;
text-align: right; /*set value to "left", "center", or "right"*/
font-size: 12px;
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: #ffffff!important;
padding: 13px 12px 2px 12px;
height: 25px;
display: block;
float: left;
text-decoration: none;
border-right: 1px solid #00274c;
}

.menustyle ul li a.selected {
background-color: #003365;
color: #d7edf1 !important;
}
.menustyle ul li a.current {
background-color: #003365;
color: #d7edf1 !important;
}
.menustyle ul li a:hover {
background-color: #003365;
color: #d7edf1 !important;
}
.menustyle ul li a:active {
background-color: #003365;
color: #ffffff !important;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #03223f; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:25px;
z-index:100;
background-color: #10487b;
width: 200px;
display: none;
margin: 2px 0 0 -1px;
filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;

}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #03223f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff!important;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #003365;
color: #ffffff!important;
}