.menustyle {
width: 100%;
font-weight: bold;
}

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

.menustyle ul {
width: 100%;
padding: 4px 0;
margin: 0px 0px 0px 0px;
text-align: right;
}

.menustyle ul li {
display: inline;
text-align: right;
float: left;
padding-left: 5px;
}

.menustyle ul li a {
color: #494949;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 2px solid #DADADA;
}

.menustyle ul li a:hover {
color: #8280B9; /*THEME CHANGE HERE*/
}

.menuestyle 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*/
}
.menustyle a:active {
color: ;
}

.menustyle li a { 
display: inline; 
height: 10%; 
padding: 10px 7px 0px 9px; 
color: black; 
text-decoration:none;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
background-color: #EAEAEA;
position:absolute;
font:normal 9px Arial;
line-height:14px;
z-index:100;
visibility: hidden;
padding: 5.5px;

}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
.dropmenudiv ul li {
	border: none;
	text-align: right;
	list-item-style: none;	
}
* html .dropmenudiv a { /*IE only hack*/
	width: auto;
	color: ;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #8280B9;
}