.toolstyle{
width: 99%;
font-weight: bold;
}

.toolstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 1px; 
clear: both; 
visibility: hidden;
}

.toolstyle ul{
border: 0px solid #730f1c;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.toolstyle ul li{
display: inline;
padding:0px;
}

.toolstyle ul li a{
color: #494949;
padding: 0px 0px;
margin:  0px;
text-decoration: none;
border-right: 0px solid #730f1c;
}

.toolstyle ul li a:hover{
background: url(about-us/images/bg_over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.toolstyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content:"";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0px;
border: 1px solid #871515; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font:normal 10px "verdana";
font-style:normal;
font-weight:normal;
line-height:23px;
z-index:100;
/*background-color: #af2308;*/
width: 170px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 14px;
border-bottom: 1px solid #871515; /*THEME CHANGE HERE*/
padding: 0px 0px;
text-decoration: none;
font-weight: bold;
/*background-color:#bb0018;
color:#ffffff;*/
background-color:#FFFFFF;
/*background: url(../about-us/images/bg.gif) center center repeat-x;*/
color:#666666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
/*color:#730f1c;*/
color:#950a0a;
background: url(../about-us/images/bg1.gif) center center repeat-x;
}