.chromestyle{
font-weight: bold;
}

.chromestyle:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul {
border: none;
width: 100%;
background: none;
padding: 0;
margin: 0;
text-align: left;
}

.chromestyle ul li {
display: inline;
}

.chromestyle ul li a {
color: #000;
padding: 0px;
margin: 0;
text-decoration: none;
border-right: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected {
background: none;
}

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

.dropmenudiv1 {
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	font: bold 12px Verdana;
	z-index:100;
	background-color: #00AEEF;
	width: 267px;
	visibility: hidden;
}


.dropmenudiv1 a {
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #000;
}

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

.dropmenudiv1 a:hover { /*THEME CHANGE HERE*/
	color: #fff;
	background-color: #F6852E;
}

.dropmenudiv2 {
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	font: bold 12px Verdana;
	z-index:100;
	background-color: #EB008C;
	width: 240px;
	visibility: hidden;
}


.dropmenudiv2 a {
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #000;
}

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

.dropmenudiv2 a:hover { /*THEME CHANGE HERE*/
	color: #fff;
	background-color: #000;
}

.dropmenudiv3 {
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	font: bold 12px Verdana;
	z-index:100;
	background-color: #8CC63F;
	width: 235px;
	visibility: hidden;
}


.dropmenudiv3 a {
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #000;
}

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

.dropmenudiv3 a:hover { /*THEME CHANGE HERE*/
	color: #fff;
	background-color: #24408F;
}

.dropmenudiv4 {
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	font: bold 12px Verdana;
	z-index:100;
	background-color: #F6852E;
	width: 145px;
	visibility: hidden;
}


.dropmenudiv4 a {
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #000;
}

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

.dropmenudiv4 a:hover { /*THEME CHANGE HERE*/
	color: #fff;
	background-color: #C5C5C5;
}

.dropmenudiv5 {
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	font: bold 12px Verdana;
	z-index:100;
	background-color: #662D91;
	width: 110px;
	visibility: hidden;
}


.dropmenudiv5 a {
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #fff;
}

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

.dropmenudiv5 a:hover { /*THEME CHANGE HERE*/
	color: #000;
	background-color: #A0D875;
}

.dropmenudiv6 {
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	font: bold 12px Verdana;
	z-index:100;
	background-color: #24408F;
	width: 155px;
	visibility: hidden;
}


.dropmenudiv6 a {
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #fff;
}

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

.dropmenudiv6 a:hover { /*THEME CHANGE HERE*/
	color: #000;
	background-color: #EB008C;
}

.dropmenudiv7 {
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	font: bold 12px Verdana;
	z-index:100;
	background-color: #000;
	width: 215px;
	visibility: hidden;
}


.dropmenudiv7 a {
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #fff;
}

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

.dropmenudiv7 a:hover { /*THEME CHANGE HERE*/
	color: #fff;
	background-color: #733AC0;
}