.chromestyle{
	color: #000000;
	width: 99%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	/*content: ".";*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	text-decoration: none;
}

.chromestyle ul{
	border: 1px solid #beddf4;
	width: 100%;
	/*background-color: #40BBD9; *//*THEME CHANGE HERE*/
	background: url(../images/chromebg.gif) center center repeat-x;
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	font-family: tahoma, arial;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
}

.chromestyle ul li{
	color: #333333;
	display: inline;
	font-family: tahoma, arial;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

.chromestyle ul li a{
	color: #333333;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #beddf4;
	font-family: tahoma, arial;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}

.chromestyle ul li a:hover{
	color: #006699;
	/*background-color: #beddf4;*/ /*THEME CHANGE HERE*/
	background: url(../images/chromebg-over.gif) center center repeat-x;
	font-family: tahoma, arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	/*content: " v";*/
	font-family: tahoma, arial;
	font-size: 11px;/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	color: #333333;
	position:absolute;
	top: 0;
	border: 1px solid #40BBD9; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #ebefff;
	width: 200px;
	visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
	font-family: tahoma, arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}


.dropmenudiv a{
	color: #575757;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #40BBD9; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
	font-family: tahoma, arial;
	font-size: 11px;
}

* html .dropmenudiv a{ /*IE only hack*/
	color: #333333;
	width: 100%;
	font-family: tahoma, arial;
	font-size: 11px;
	text-align: left;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #006699;
	background-color: #beddf4;
	font-family: tahoma, arial;
	font-size: 11px;
	text-decoration: none;
}
