.menustyle{
font-weight: bolder;
font-size: 16px;
margin: 0;
text-align: center;
}


.menustyle a{color: black; text-decoration: none;}
.menustyle a:link {text-decoration: none ; color: Black; }
.menustyle a:visited {text-decoration: none ; color: Black; }
.menustyle a:hover {text-decoration: none ; color: #e8e803; }


/* Div Menu - Drop Down*/

.menudiv{
/*
border-bottom-width: 0;
border: 1px solid #BBB; 
font:normal 20px Verdana;
line-height:20px;
background-color: white;
*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2);
top: 0;
position:absolute;
visibility: hidden;
z-index:100;
}


.menudiv a{
/*
*/
text-decoration: none;
font-weight: bold;
color: white;
display: block;

}

.menudiv a:hover{ 
background: url(middrophover.jpg) center center repeat-y; 
color: #e8e803;
}

.topdrop{
background: url(topdrop.jpg) center top repeat-x; 
line-height:10px;
}

.middrop{
width: 180px;
background: url(middrop.jpg) center center repeat-y; 
text-decoration: none;
font-weight: bold;
font-family: arial;
font-size: 14px;
text-indent: 9px;
line-height:16px;
}

.bottomdrop{
background: url(bottomdrop.jpg) center top repeat-x; 
line-height:10px;
}

* html .menudiv a{ /* For IE*/
width: 100%;
}

.menustyle:after{ /* For Firefox */
content: "."; 
clear: both; 
display: block; 
height: 0; 
visibility: hidden;
}