.menustyle{
width: 990px;
}

.menustyle ul{
display: inline; 
margin: 0 0 0 0; 
padding: 0 0 0 0; 
list-style-type: none; 
list-style-position: inside;
width: 990px;
}

.menustyle ul li{
display: inline; 
margin: 0 0 0 0; 
padding: 0 0 0 0; 
list-style-type: none; 
list-style-position: inside;

}

.menustyle ul li a
{
text-decoration: underline;
padding: 0px;
margin: 0px;
/*border-right: 1px solid #C9D8E1;*/
}
.menustyle ul li a img
{
padding: 0px;
margin: 0px;
/*border-right: 1px solid #C9D8E1;*/
}

.menustyle ul li a:hover{
/*background: url(/images/background_main_menu.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.menustyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(/images/menutheme/downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #C9D8E1; /*THEME CHANGE HERE*/
font-family:arial,helvetica,sans-serif;
font-size:11px;
text-align: left;
line-height:18px;
z-index:100;
background-color: white;
width: 165px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
text-indent:10px; border:1px solid #c9d8e1; border-bottom:1px dotted #d0ecf1; border-top:none; padding:7px 0 6px ;

width: auto;
display: block;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E4F6FF;
}

