.chromestyle{
margin-left:0px;
/* width: 99%;*/
/* font-weight: bold; */
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: block; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
/*width: 100%;*/
padding: 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle li{
display: block;
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{
color: #ffffff;
padding: 0px;
margin: 0px;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #000000; /*THEME CHANGE HERE*/
}

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

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

.submenu{
	color: #FFFFFF;
}

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #ffffff; /*THEME CHANGE HERE*/
	color:#FFFFFF;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:22px;
	z-index:100;
	/* background-color: #000000; /* SET BG HERE */
	background-image: url(../../images/structure/nl/images/submenu_bg.png);
	visibility: hidden;
	margin-left:0px;
	text-align: center;
	
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: bold;
color: #ffffff;
margin-left:0px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	
}

