.chromestyle2{
width: 100%;
font-weight: bold;
height: 41px;
}
.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.chromestyle2 ul{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
width: 100%;
background: url(../images/menu_bottom_bg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: right;
height: 100%;
}
.chromestyle2 ul li{
display: inline;
}
.chromestyle2 ul li a{
color: #2f8eb4;
padding-left: 10px;
margin: 0 15px 0 0;
text-decoration: none;
border-left: 1px solid #61819d;
}
.chromestyle2 ul li a:hover{
color: #666;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
.chromestyle2 ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
/* ######### Style for Secondary Drop Down Menu ######### */
.dropmenudiv2{
position:absolute;
top: 0;
border: 2px solid #2f8eb4; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:15px;
z-index:100;
background-color: white;
width: 200px;
margin-top: 23px;
visibility: hidden;
/*filter: progid

XImageTransform.Microsoft.Shadow(color=#CACACA,dir ection=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #2d7796;
}
* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}