.chromestyle {
	width: 99%;
	font-weight: bold;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	padding: 0px;
	margin: 0px;
}
.chromestyle ul li {
	display: inline;
	margin: 0px;
	padding: 15px 4px;
}
.chromestyle ul li a {
	color: #333366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
.chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/ /*background: url(chromebg-over.gif) center center repeat-x; */  /*THEME CHANGE HERE*/
	background: none;
}
.chromestyle ul li a:hover {
}
.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*/
}
tr.navBack {
	background-image: url(menu-back.jpg);
	background-repeat: repeat-x;
}
.leftLine {
	width: 10px;
}
.rightLine {
	width: 10px;
}
.centerLine {
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	margin-top: -4px;
/*	border: 1px solid #999;
	border-bottom-width: 0;
*/	
	font:normal 0.75em Verdana;
	line-height:1.5em;
	z-index:100;
	background-color: #D3D7E2;
	width: 140px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4); /*Add Shadow in IE. Remove if desired*/
	text-align: left;
}
.dropmenudiv a:link, .dropmenudiv a:visited {
	width: auto;
	display: block;
	text-indent: 3px;
/*	border-bottom: 1px solid #999; */
	border-top: 1px solid #F4F5F9;
	border-bottom: 1px solid #6D718C;
	border-left: 1px solid #989CA9;
	padding: 4px 2px;
	text-decoration: none;
	color: #000033;
	font-weight: normal;
	text-align: left;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #A2A573;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #A2A573;
}
