.mainMenu{
	padding: 7px 0px 0px 24px;
	font-weight:normal;
	font-size:9px;
	color: #9c9c9c;
}

/* add some stuff here if you want to indicate a dropdown menu
.mainMenu ul li a[rel]: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:30;
border-bottom-width: 1;
border:thin;
border-color:#999999;
border-bottom-color:#666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; 
line-height:18px;
z-index:100;
background-color: #EAEAEA;
width: 185px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #DEDEDE;
}
