#mymenu{
width: 100%;
}

#mymenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#mymenu ul{

/*border: 0px solid #BBB;
background-color:#ffffff;
background-image:url('rest.gif');*/
width: 100%;
margin-left: 0;
padding-left: 70;
margin: 0;
float: left;
font: bold 9px Verdana;
text-transform:uppercase;
}


#mymenu ul li{
display: inline;
}


#mymenu ul li a{
float: left;
color: #FFFFFF;
font-weight: normal;
padding: 8px 11px 8px 11px;
text-decoration: none;
}

#mymenu ul li a:hover{
color: #3A5274;
background-color: #E6E6E6;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #00214E; /*Theme Change here*/
border-bottom-width: 0;
font:normal 9px Verdana;
line-height:16px;
z-index:100;
background-color: #E6E6E6;
width: 200px;
visibility: hidden;
text-transform:uppercase;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #00214E; /*Theme Change here*/
padding: 4px 0;
text-decoration: none;
font-weight: normal;
color:#3A5274;
text-align:center;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #00214E;
color:#FFFFFF;
}

.footerlink{
text-decoration:none;
color:#000000;
}