
.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	width: 160px;
	visibility: hidden;
	text-align:left;
	color: #999;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../images/nav/subnavBulletsHover2.gif) no-repeat left center #bdbdbd;
	color: #191919;
}



.dropmenudiv a{
	width: auto;
	background: url(../images/nav/subnavBullets.gif) no-repeat left center #ececec;
	border-top: 1px solid #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 3px 16px;
	text-decoration: none;
	color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(../images/nav/subnavBulletsHover.gif) no-repeat left center #bdbdbd;
color: #191919;
}



.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #1078af; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:101;
background-color: #e6e6e6;
width: 230px;
visibility: hidden;
text-align:left;
color: #fff;
}

* html .dropmenudiv2{
margin-left:-204px;
}

.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 4px;
border-bottom: 1px solid #1078af; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
color: #2b3919;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #cccccc;
color: #2b3919;
}

.errormessage {
	color: #000000;
	float: left;
	font-size: 100%;
	font-weight: bold;
}

.error {
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
}