﻿.chromestyle {
	width: 99%;
	font-weight: bold;
}
.chromestyle:after {
	/*Add margin between menu and rest of content in Firefox*/
height: 0;
	visibility: hidden;
}
.chromestyle ul {
	border: 0px solid #bdc9d9;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x;
/*THEME CHANGE HERE*/	padding: 0px;
	margin: 0px;
	text-align: center; /*set value to "left", "center", or "right"*/;
	color: #ffffff;
}
.chromestyle ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
.chromestyle ul li a {
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border-right: 1px solid #bdc9d9;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected {
	/*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/back_roll.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position: absolute;
	top: 0;
	margin: -2px 0px 0px 22px;
	border: 1px solid #bdc9d9;
/*THEME CHANGE HERE*/	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	z-index: 100;
	width: 128px;
	visibility: hidden;
	color: #ffffff;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #bdc9d9;
/*THEME CHANGE HERE*/	padding: 3px 2px 3px 18px;
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: transparent;
	background-image: url('../images/back.jpg');
	background-repeat: repeat-x;
}
* html .dropmenudiv a {
	/*IE only hack*/
width: 100%;
	color: #ffffff;
}
.dropmenudiv a:hover {
	/*THEME CHANGE HERE*/
	color: #000000;
	background-image:url('../images/back_roll.jpg');
	background-repeat:repeat-x;
}
.dropmenudiv2 {
	position: absolute;
	top: 0;
	margin: -2px 0px 0px 20px;
	border: 1px solid #bdc9d9;
/*THEME CHANGE HERE*/	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	z-index: 100;
	width: 162px;
	visibility: hidden;
	color: #ffffff;
}
.dropmenudiv2 a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #bdc9d9;
/*THEME CHANGE HERE*/	padding: 3px 2px 3px 10px;
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: transparent;
	background-image: url('../images/back.jpg');
	background-repeat: repeat-x;
}
* html .dropmenudiv2 a {
	/*IE only hack*/
width: 100%;
	color: #ffffff;
}
.dropmenudiv2 a:hover {
	/*THEME CHANGE HERE*/
	color: #000000;
	background-image:url('../images/back_roll.jpg');
	background-repeat:repeat-x;

}




.dropmenudiv3 {
	position: absolute;
	top: 0;
	margin: -2px 0px 0px 19px;
	border: 1px solid #bdc9d9;
/*THEME CHANGE HERE*/	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	z-index: 100;
	width: 126px;
	visibility: hidden;
	color: #ffffff;
}
.dropmenudiv3 a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #bdc9d9;
/*THEME CHANGE HERE*/	padding: 3px 2px 3px 10px;
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: transparent;
	background-image: url('../images/back.jpg');
	background-repeat: repeat-x;
}
* html .dropmenudiv3 a {
	/*IE only hack*/
width: 100%;
	color: #ffffff;
}
.dropmenudiv3 a:hover {
	/*THEME CHANGE HERE*/
	color: #000000;
	background-image:url('../images/back_roll.jpg');
	background-repeat:repeat-x;
}
