.chromestyle{
	font-weight: bold;
	height: 52px;
	background-image: url(../images/tsm_20.jpg);
	background-repeat: repeat-x;
}

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

.chromestyle ul{
	text-align: right; /*set value to "left", "center", or "right"*/
	background-image: url(../images/chromebg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333;
	font-weight: bold;
	margin: 0px;
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 2px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}

.chromestyle ul li a{
	color: #666;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: inline-block;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #093;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #015613;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}

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

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 2;
	z-index:100;
	width: 180px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #063;
	border-bottom-color: #063;
	background-color: #F9EF80;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	color: #035D13;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB8320;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color: #FFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #000;
	background-color: #F07D0A;
}
