/* NOTE Copy this to Userfiles/templates/your template/css */


.chromestyle{
	width: 99%;
	font-weight: bold;
	height: 14px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}




.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.chromestyle ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: double;
	border-right-color: #cecece;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 14px;
	padding-left: 7px;
	height: 14px;
}
.chromestyle ul li a:active{
	color: #494949;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: double;
	border-right-color: #cecece;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 14px;
	padding-left: 7px;
	height: 14px;
}
.chromestyle ul li a:visited{
	color: #494949;
	margin: 0;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: double;
	border-right-color: #cecece;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 14px;
	padding-left: 7px;
	height: 14px;
}
.chromestyle ul li a:hover{
	color: #990000;
	margin: 0;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: double;
	border-right-color: #cecece;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	background-image: url(../images/menu_bk_over.gif);
	background-repeat: repeat-x;
	
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 14px;
	padding-left: 7px;
	height: 14px;
}


/* ######### 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: 
}


.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: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
