.chromestyle{
padding:0px 0px 0px 0px ;
margin:0px 0px 0px 0px ;
width: 100%;
font-weight: bold;
}

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

.chromestyle ul{
border: 0px;
width: 180px;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 0px 0px 0px 0px;
background-image: none;
}

.chromestyle ul li a{
color: #FFFFFF;

text-decoration: none;
}

.chromestyle ul li a:hover{
}

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


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

.dropmenudiv{
list-style-type: none;
position:absolute;
top: 0px;
border-top: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-right: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-left: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font:normal 11px Verdana;
line-height:18px;
z-index:1000;
background-color: #222222;
visibility: hidden;
color:#FFFFFF;
padding: 0px;
margin: 0px;
}


.dropmenudiv a{
width: 169px;
height:20px;
display: block;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 4px 0px 4px 11px ;
text-decoration: none;
font-weight: normal;
background-color: #222222;
color:#FFFFFF;
font-family: Arial,Verdana,Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-decoration: none;
	min-height:22px;
	height:auto !important;
	height:22px;
}

* html .dropmenudiv a{ /*IE only hack*/
list-style-type: none;
display: block;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 4px 0px 4px 11px ;
text-decoration: none;
font-weight: normal;
background-color: #FFFFFF;
color:#7F7F7F;
width:180px;
	min-height:22px;
	height:auto !important;
	height:22px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9C0059;
color:#FFFFFF;
text-decoration: none;
}

.dropmenudiv li {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#848284;
	font-size: 11px;
	width:180px;
	background-image: none;
	background-position: 0px 0px;
}
.dropmenudiv ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#848284;
	font-size: 11px;
	width:180px;
	background-image: none;
	background-position: 0px 0px;
}


