.menustyle{
width: 748px;
}

 /* .menustyle:after{Add margin between menu and rest of content in Firefox
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
} */

.menustyle ul {
border: 1px solid #BBB;
width: 748px;
background: #9CB8D2 ;/* url(../images/menustyle/chromebg.gif) center center repeat-x; Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: center;
}


.menustyle ul li{
display: inline;
}


.menustyle ul li a{
font:11pt/20px verdana,arial,helvetica,sans-serif;
float: center;
color: #232C60;
padding: 3px 12px 3px 7px;
margin-left: 0;
text-decoration: none;
/*background: url(../images/menustyle/divider.gif) center right no-repeat; Theme Change here*/
}

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

/*.menustyle ul li a[onMouseover]: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{
position:absolute;
top: 0;
margin-left:-50px;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
line-height:12px;
z-index:100;
background-color: white;
width: 240px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
font:11pt/20px verdana,arial,helvetica,sans-serif;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #232C60;
}

.dropmenudiv a:hover{ /*Theme Change here*/
color: #FFFFFF;
background-color: #9CB8D2;
}

.aboutdropmenudiv{
position:absolute;
margin-left:-50px;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
line-height:12px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.aboutdropmenudiv a{
font:11pt/20px verdana,arial,helvetica,sans-serif;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #232C60;
}

.aboutdropmenudiv a:hover{ /*Theme Change here*/
color: #FFFFFF;
background-color: #9CB8D2;
}

.servicedropmenudiv{
position:absolute;
margin-left:-50px;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
line-height:12px;
z-index:100;
background-color: white;
width: 180px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.servicedropmenudiv a{
font:11pt/20px verdana,arial,helvetica,sans-serif;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #232C60;
}

.servicedropmenudiv a:hover{ /*Theme Change here*/
color: #FFFFFF;
background-color: #9CB8D2;
}