/* NOTE Copy this to Userfiles/templates/your template/css */


.chromestyle{
	color: #FFFFFF;
	width: 99%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 32px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	color: #FFFFFF;
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul{
	color: #FFFFFF;
	width: 100%;
	/*background: url(chromebg.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li{
	display: inline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited, .chromestyle ul li a:active {
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.chromestyle ul li a:hover{
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	font-weight: bold;
	text-decoration: underline;
	border-right: 1px solid #DADADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: 
; 	text-align: left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
