.chromestyle{
	width: 100%;
	font-weight: normal;
	font-size: 13px;
	height: 38px;
	white-space: normal;
	clear: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin-top: 1px;
	background-repeat: no-repeat;
	background-position: center top;
}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	clear: none;
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	text-align: center;
	background-position: center top;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 13px;
	background-repeat: no-repeat;
}

.chromestyle ul li{
	display: inline;
	background-image: url(../images/ui/t1.jpg);
	background-repeat: repeat-x;
}

.chromestyle ul li a{
	color: #003366;
	text-decoration: none; /*THEME CHANGE HERE*/
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #003470;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 100%;
	height: 44px;
	background-image: url(../images/ui/t1.jpg);
	background-repeat: repeat-x;
}

.chromestyle ul li a:hover{
	color: #FFFFFF;
	background-image: url(../images/bgOFF.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:8;
	background-color: white;
	width: 200px;
	visibility: hidden;



filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);					border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
	background-color: #E4E4E4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FF0000;
	color: #FFFFFF;
}
