.chromestyle{
	width: 100%;
	font-weight: normal;
	background-repeat: repeat;
	background-position: 0px 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	width: 560px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	height: 46px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	padding-top: 3px;
	padding-right: 0;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}
.chromestyle   ul   li a:link ,.chromestyle ul li a:active{
	color: #000000;
	margin: 0;
	text-decoration: none;
	border-right: 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	background-repeat: no-repeat;
}
.chromestyle ul li a:visited{
	overflow: visible;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	overflow: visible;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #089547;
	text-decoration: none;
	background-repeat: no-repeat;
}
.activehome {
	background-image: url(../images/navhover.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.activehomelink {
	background-image: url(../images/navactive.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index:100;
	width: 200px;
	visibility: hidden;
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #3854ba;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.wewe {
	background-color: #feeac8;
	border: 1px solid #077B85;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
	background-color: #5275f5;
}
.bulletflower {
	background-image: url(../images/gear-29340234.png);
	background-repeat: no-repeat;
}
