#menu{
width: 100%;
}
  
#menu a {
  text-decoration:none; 
  color:#FFFFFF; 
  }

#menu a:hover {
  text-decoration:underline; 
  color:#FFFF00;

  }
  
#menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menu{
border: 0px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
background: #677D94;
text-decoration:none;
padding: 3px 7px 3px 7px;
}

.menu a{
background: #677D94;
font: normal 11px Verdana;
}

.menu a:hover{
color:#FFFF00;
}

#linkmenu a{
color:#FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFFFFF; /*Theme Change here*/
border-top-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color:#CAE4FF;
width: 120px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#004EC1,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*Theme Change here*/
padding: 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #677D94;
color: #FFFFFF;
}

