.fleetmenu{
width: 100%;
font-weight: bold;
font-size:9.5px;
color:#000000;
position:static;
align:left;



}

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

.fleetmenu ul{

border: 0px solid #BBB;
width: 100%;
background: url(menubg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/

}

.fleetmenu ul li{
display: inline;
}

.fleetmenu ul li a{
color: #ffffff;
padding: 4px 0px;
margin: 0;
text-decoration: none;


}

.fleetmenu ul li a:hover{
color: #FF8A25;
padding: 4px 0px;
margin: 0;
text-decoration: none;

}



.fleetmenu ul li a:hover, .fleetmenu ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.fleetdrop{
position:absolute;
top: 0;
border: 1px solid #FF8A25; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:12px;
z-index:100;
background-color: #0B123C;
width: 177px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
text-align:left;

}


.fleetdrop a, .fleetdrop a:visited, .fleetdrop a:link{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FF8A25; /*THEME CHANGE HERE*/
padding: 4px ;
padding-left: 5px;
text-decoration: none;
font-weight:bold;
color:#ffffff;
text-align:left;


}

* html .fleetdrop a{ /*IE only hack*/
width: 100%;
}

.fleetdrop a:hover{ /*THEME CHANGE HERE*/
background-color: #FF8A25;
color:#0B123C;
}