#menu{
	width: 840px;
	overflow: visible;
}

#menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
border: #000000;
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;

}


#menu ul li{
display: inline;
}


#menu ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
padding: 5px 12px 5px 10px;
text-decoration: none;
font: bold 13px Tahoma;
}

#menu ul li a:hover{
color: #ffffff;
text-decoration: underline;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; /*Theme Change here*/
border-bottom-width: 0;
line-height:16px;
z-index:100;
background-color: white;
width: 250px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*Theme Change here*/
padding: 2px 0;
font: normal 12px Tahoma;
text-decoration: none;
font-weight: bold;
color: #000000;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #DADADA;
}
