.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{
list-style-type:none; display:block; width:470px; 
 margin: auto; padding:65px 0 0 0; background:none;
}

.chromestyle ul li{
display:inline;
font-size:13px;
font-weight:bold;
line-height:28px;
}

.chromestyle li.divider {
display:block;
float:left;
width:1px;
height:31px;
padding:0px ;
margin:0px;
background:url(/images/divider.gif) no-repeat center;
}


.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background: #000;
width: 160px;
visibility: hidden;
font-size:12px;
font-weight:bold;
/*
padding-top: 5px;
padding-bottom: 5px;
*/
border: 1px solid #BBB; /*THEME CHANGE HERE*/
}

.dropmenudiv a{
display:block;
padding: 2px 0;
width: auto;
/* margin:0px 14px 0px 14px; */
text-indent: 3px;
/* text-align:center; */
text-decoration:none;
background:none;
color:#fff;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
}


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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #BF2F68; text-decoration:none;
}