.chromestyle{
width: 1010px;
height:41px;
font:12px Verdana;
font-weight:bold;
background:url(../img/bg-nav.gif) no-repeat center;
padding-left:4px;
}

.chromestyle ul{
width:1000px;
padding:10px 0px 0px 10px;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited{
color: #666;
padding:4px 7px 4px 7px;
margin-left: -4px;
text-decoration: none;
border-right: 1px solid #98adbe;
border-left: 1px solid #fff;
}

.chromestyle ul li a:hover, .chromestyle a:active, .chromestyle a:focus{
color:#7f7f7f;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
text-align: left;
position:absolute;
top: 0;
line-height:18px;
z-index:100;
background-color: #e1e1e1;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #666;
}

.dropmenudiv a:hover{
background-color: #ebebeb;
}
