﻿.chromestyle{
width:900px; margin:0 auto;
}

.chromestyle ul{
margin:0;
padding:0;
}

.chromestyle ul li{
float:left;
list-style:none;
text-align:center;
}

.chromestyle ul li a{
display:block; text-decoration:none; width:149px;
height:30px; background: url('../img/menu_bck.png') repeat-x #C71F26; color:#fff; padding:10px 0px 0 0px; font-size:16px; font-weight:bold;
border-right:1px #fff solid; margin:0;}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:#C0C0C0; text-decoration:none; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
background:#fff;
z-index:100;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-align:left;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0 0 10px;
text-decoration: none;
font-weight: normal;
color: #000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E8E8E8;
}
