.chromestyle{
float: left;
width: 941px;
height: 28px;
padding-left: 1px;
background-image: url(/images/menubg.jpg);
background-repeat: repeat-x;
margin-bottom: 1px;
}

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

.chromestyle ul{
width: 941px;
height: 30px;
padding-left: 1px;
background-image: url(/images/menubg.jpg);
background-repeat: repeat-x;
margin-bottom: 1px;

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{	
color: #494949;
position:relative;
font-family: "trebuchet MS", Arial, Verdana, Georgia;
font-size: 12px;
text-align: center;
line-height: 28px;
height: 30px;
margin-left:1px;
/*padding-left: 17px;
padding-right: 17px
border-right: #FFFFFF solid;
border-width: 1px;*/
float: left;
text-decoration: none;

/* border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
margin-left: -21px;
margin-top: -1px;
border: 1px solid #999999; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #EFEFEF;
width: 170px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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