.chromestyle{
width:100%;
font-weight: bold;
}

.chromestyle ul{
/* border: 1px solid #386ac1; */
width: 100%;
background: url(chromebgssdc.gif) top center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
border-right: 1px solid #FFFFFF;
padding: 2px 4px;
}
.chromestyle ul li:last-child{
border:0;
}

.chromestyle ul li a{
color:#FFFFFF;
font-size:14px;
font-family:Arial, arial, helvetica, Geneva, SunSans-Regular, sans-serif;
font-weight:bold;
line-height:22px;
text-transform:uppercase;
padding: 0px 7px;
margin: 0;
text-decoration: none;
}

.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(chromebgssdc-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#DB391F;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #386ac1; /*THEME CHANGE HERE*/
border-bottom-width: 1;
z-index:100;
background-color:#FFFFFF;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #386ac1; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-size:12px;
font-family:Arial, arial, helvetica, Geneva, SunSans-Regular, sans-serif;
font-weight:bold;
line-height:22px;
text-transform:uppercase;
color:#DB391F;
background:url(chromebgssdc-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
background: url(chromebgssdc.gif) top center repeat-x; /*THEME CHANGE HERE*/
background-color:#DB391F;
}
