
.chromestyle{
width: 100%;
}

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

.chromestyle ul{
width: 100%;
background: url(../../images/topbar.jpg) center bottom repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #FFFFFF;
line-height:32px;
font-family:verdana;
font-size:12px;
font-weight:bold;
padding: 0px 20px;
padding-top:0px;
padding-bottom:5px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
line-height:32px;
padding-top:5px;
color:#361c57;
background: url(../../images/topbar_over.jpg) center center repeat-x; /*THEME CHANGE HERE*/

}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(../images/linkbullet.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
line-height:14px !important;
top: 0;
font-size:10px !important;
font-weight:normal !important;
background-color:#EEEEEE !important;
background-repeat: no-repeat;
border:1px #361c57 solid !important;
padding-top:0px !important;
padding-bottom:0px !important;
padding-left: 0px !important;
text-align:left !important;
z-index:100 !important;
width: 250px !important;
visibility: hidden;
}


.dropmenudiv a{
width: auto !important;
line-height:12px !important;
display: block !important;
text-indent: 3px !important;
border-bottom: 1px solid #BBB !important; /*THEME CHANGE HERE*/
padding: 5px 0 !important;
padding-left:7px !important;
text-decoration: none !important;
font-weight: normal !important;
color: #361c57 !important;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
  	background-color:#361c57 !important;
	color:#FFFFFF !important;
	font-weight:bold !important;
	background-image:NONE  !important;
}

