.menustyle{
width: 755px;
float: center;
}

.menustyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{
border: 0px solid #FF6600;
width: 100%;
background: url(images/bg.gif) center center repeat-x;
margin: 0;
font: normal 8pt Verdana;
text-align: left;
float:left;
padding:2px 0px 6px 0px
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: #FFFFFF;
padding: 6px 6px 6px 7px;
margin: 0;
text-decoration: none;
background: url(images/divider.gif) center right no-repeat;
}

.menustyle ul li a:hover{
color: #FF6600;
}

.menustyle ul li a[rel]:after{
content: " v";
content: " " url(images/downimage.gif);
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB;
border-bottom-width: 0;
font:normal 8pt Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 250px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 2px 0;
text-decoration: none;
color: #000066;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #F0F0F0;
}