.chromestyle{
width: 99%;
font-weight: bold;
}

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

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
/*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*THEME CHANGE HERE*/
}

img, div { behavior: url(../iepngfix.htc); }
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:auto;
z-index:100;
/*width: 168px;*/
text-align:left;
margin:0px;
visibility: hidden;
background-color:none !important;
}

.dropmenudiv  .d_line{
	line-height:18px !important;
	padding-bottom:5px;
	border-bottom:none;
	background: #292929/* url(../images/drop_end.png) 0 -37px no-repeat*/;
	behavior:url(../iepngfix.htc);
}
.dropmenudiv .d_line:hover{
background:#FF6600 /*url(../images/drop_end2.png) 0 -7px no-repeat*/;
behavior:url(../iepngfix.htc);
}
.dropmenudiv a{
/*min-width: 110px;*/
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 5px 35px 5px 0;
text-decoration: none;
font-weight: normal;
color: #fff;
background:#292929/* url(../images/drop_end.png) 0 0 no-repeat*/;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FF6600;
/*background: url(../images/drop_end2.png) 0 0 no-repeat; background-color:none !important;*/
}