#nav{
width: 80%;
	position:absolute;
	top:129px;
	left:70px;
}

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

#nav ul{
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 10px Verdana;
}


#nav ul li{
display: inline;
}


#nav ul li a{
float: left;
color: WHITE;
font-weight: bold;
padding: 0px 10px 0px 6px;
text-decoration: none;
}

#nav ul li a:hover{
color: #494949;
background-color: #F0F0F0;
}

#nav ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #ff9c30;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
float:left;
}

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

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