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

.chromestyle ul{
	width: 960px;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 62px;
	list-style-type: none;
	cursor: default;
	text-align: center; /*set value to "left", "center", or "right"*/
	position: relative;
	overflow: hidden;
}



.mainy ul li {
	list-style-type: none;
	text-align: center;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}



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

.dropmenudiv{
	position:absolute;
	margin: 0px;
	margin-top: 5px;
	top: 0;
	border: 5px solid #000;
	background-color: #333;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 180px;
	visibility: hidden;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 14px;
	width: 180px;
	font-weight: normal;
	height: 25px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	display: block;
	text-align: left;
	float:left;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #CFCFCF;/*pale grey*/
	/*color: #AE0000;*/
	font-size: 14px;
	border: none;
	height: 25px;
	font-weight: bold;
	background-image: url(../assets/siteWide/menu-on.gif);
	background-repeat: repeat-x;
	width: 180px;
	background-position: left;
	color: #F00;
}

/*  ---------------------------    type two     ---------------------------   */

.dropmenudiv2{
	position:absolute;
	margin: 0px;
	margin-top: 5px;
	top: 0;
	border: 5px solid #000;
	background-color: #333;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 220px;/*210*/
	visibility: hidden;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv2  a{
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 14px;
	width: 220px;/*210*/
	font-weight: normal;
	height: 25px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	display: block;
	text-align: left;
	float:left;
}

.dropmenudiv2 a:hover{
	background-color: #CFCFCF;/*pale grey*/
	/*color: #AE0000;*/
	font-size: 14px;
	border: none;
	height: 25px;
	font-weight: bold;
	background-image: url(../assets/siteWide/menu-on.gif);
	background-repeat: repeat-x;
	width: 220px;/*210*/
	background-position: left;
	color: #F00;
}

.dropmenudiv2 a.green:hover{
	color: #00A600;
	width: 220px;/*210*/
}

a.ie66{
width: 20px;
height: 1px;
font-size: 1px;
line-height: 1px;
overflow: hidden;
}

/*  -------------------------  type three  ------------------------------  */

.dropmenudiv3{
	position:absolute;
	margin: 0px;
	margin-top: 5px;
	top: 0;
	border: 5px solid #000;
	background-color: #333;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 250px;
	visibility: hidden;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv3  a{
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 14px;
	width: 250px;
	font-weight: normal;
	height: 25px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	display: block;
	text-align: left;
	float:left;
}

.dropmenudiv3 a:hover{
	background-color: #CFCFCF;/*pale grey*/
	/*color: #AE0000;*/
	font-size: 14px;
	border: none;
	height: 25px;
	font-weight: bold;
	background-image: url(../assets/siteWide/menu-on.gif);
	background-repeat: repeat-x;
	width: 250px;
	background-position: left;
	color: #F00;
}




.dropmenudiv a{
	width: 180px;
}



.dropmenudiv a.green:hover{
	color: #00A600;
	width: 180px;
}

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


