.menu5 {padding-top:13px; float:left; width:100%; background:url(../../images/menu3atas.png) no-repeat; padding-bottom:10PX; padding-left:10PX}
.menu .chromestyle{
width:98%; font-family:tahoma; font-size:11px;
behavior: url("../js/iepngfix.htc")
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 99%;
padding:7px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul a{background:none;}
.chromestyle ul a img{
border:none; margin:0px; padding:0px 5px 0px 0px;
}
.chromestyle ul li a img{
border:none; margin:0px; padding:0px 5px 0px 0px;
}
.chromestyle ul li{
display:inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding:7px 15px;
margin:0px;
text-decoration: none;
background:url(../../images/line.jpg) right no-repeat;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../../images/bg-hover.jpg) center center repeat-x; color:white; margin:0px; padding:7px 15px; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #2f5d99;
width: 300px;
visibility: hidden; /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none; padding-left:10px;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6b8bb4;
}