.chromestyle {
  background: #b3d78d;
	font-weight: bold;
	float:left;
        width: 100%;
}

.chromestyle ul {
	float:left;
	margin: 0;
	padding: 0;
	text-align: left;
}

.chromestyle ul li {
        background: none;
	float:left;
        height: 27px;
        list-style: none;
        margin: 0;
}

.chromestyle ul li a:active,
.chromestyle ul li a:hover,
.chromestyle ul li a:link,
.chromestyle ul li a:visited {
        color: #000000;
        float: left;
        font: bold 12px arial, verdana, helvetica, sans-serif;
        line-height: 12px;
	margin: 0;
        padding: 10px 16px 6px 16px;
	text-decoration: none;
}

.chromestyle ul li.on a,
.chromestyle ul li a:hover {
        color: #c51230;
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	background-color: #c51230;
	border: solid 1px #b3d78d;
	border-bottom-width: 0;
	color: #ffffff;
        font: bold 12px arial, verdana, helvetica, sans-serif;
	line-height:18px;
	position:absolute;
	top: 0;
	visibility: hidden;
	width: 200px;
	z-index:100;
}

.dropmenudiv a:active,
.dropmenudiv a:hover,
.dropmenudiv a:link,
.dropmenudiv a:visited {
	border-bottom: solid 1px #b3d78d;
	color: #ffffff;
	display: block;
        font: bold 12px arial, verdana, helvetica, sans-serif;
	padding: 4px 0px 2px 5px;
	text-decoration: none;
	width: 100%;
}

.dropmenudiv a:hover {
	background-color: #b3d78d;
	color: #c51230;
	text-decoration: none;
}
