/*.chromestyle{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
}

.chromestyle:after{ 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%; 
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"
	background-image: url(chromebg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #44B732;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item
	background-color: #FFFFFF;
	background-image: url(chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

/* ######### Style for Drop Down Menu ######### 
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; THEME CHANGE HERE
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #e2e2e2;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE
	padding: 2px 0;
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html .dropmenudiv a{ /*IE only hack
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE
	background-color: #44B732;
}
/*
*/

.chromestyle{
	width: 800px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	margin: 0; /*set value to "left", "center", or "right"*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	height: 20px;
	padding-bottom: 4px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #CCC;
	padding: 4px 4px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-repeat: repeat-x;
	background-position: center center;
	color: #999;
	background-color: #000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 3px;
	width: 100px;
	background-color: #000;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #999;
	background-color: #000;
}
