.menustyle{
width: 100%;
padding: 0px;
margin: 0px;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block;
height: 0;
clear: both;
visibility: hidden;
padding: 0px;
}

.menustyle ul{
border: 0px solid #BBB;
width: 100%;
height: 47;
background: url(bg_menu.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: #ffffff;
padding: 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #2dce8b;
}

.menustyle ul li a:hover{
background: url(bg_menu.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

.menustyle 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{
padding: 20px 0px 5px 10px;
position:absolute;
text-align:left;
top: 0;
border: 0px solid #000000; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
font:normal 13px Arial;
line-height:58px;
z-index:300;
background-color:  #DE85B2;
width: 300px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
line-height:58px;
border-bottom: 0px solid white; /*THEME CHANGE HERE*/
text-decoration: none;
font:normal 13px Arial;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
font:bold 13px Arial;
}
