.menustyle{
float:left; 
font:normal small arial;
}

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

}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: #ffffff;
padding: 2px 2px;
text-align:center;
margin-right: 2px;
margin-left: 2px;
text-decoration: none;
}

.menustyle ul li a:hover{
color:#D544DF;
}

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


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

.dropmenudiv{
position:absolute;
top: 2px;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
text-align:left;
font:normal small arial;
line-height:18px;
z-index:100;
background-color: #262422;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
padding: 2px;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
}

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

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