.chromestyle{
width: 550px;
margin-left: 320px;
font-weight: normal;
font-style:normal;
}

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

.chromestyle ul{
	border: 1px solid #242343;
	border-right:0;
	border-left-color:#242343;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 49px 0px 0px 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-color: #242343;
	background-position: center center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #ffffff; /*THEME CHANGE HERE*/
	width: 100px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.chromestyle ul li a:hover{
	background-color: #8A8585;
	background-position: center center;
}

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


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

.dropmenudiv{
position:absolute;
top: 0; 
border: 1px solid #242343; /*THEME CHANGE HERE*/
border-bottom-width: 0;
	color: #242343;
	font-family:  Arial, Helvetica, sans-serif;
font:normal 12px ;
line-height:18px;
z-index:100;
background-color: #242343;
width: 125px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border: 1px solid #242343; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
font-style:normal;
color: #ffffff;
}

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