.chromestyle{
	margin: 0px;
	padding: 0px;
	top: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

}

.chromestyle ul{
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{

}

.chromestyle ul li a:hover{

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #3577E5;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #316ED3;
	text-decoration: none;
	font-weight: none;
	color: FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #003EA5;
color: #FFFFFF;
}
