/*
 * Topmenu 
 */
 
#chromemenu a{color:#fff;}

.chromestyle2 {
	width:560px;
	height:30px;
	text-align:left;
	padding:0;
	/*margin: 0 auto;*/
	float:left;
}
.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle2 ul{
	width: 100%;
	width: 560px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle2 ul li{
	display: inline;
}
.chromestyle2 ul li a{
	color: #00408b;
	font-size:11px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}
.chromestyleActive2  ul li a{
	color: #00408b;
	font-size:11px;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}
.chromestyle2 ul li a:hover{
	background: url(/*/cmsfile/45*/) center center repeat-x;
}
.chromestyle2 ul li a[rel]:after{ /*HTML to indicate drop down link*/
	background: url(/cmsfile/45) center center repeat-x;
	content: "";
	color:#fff;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv2{
	position:absolute;
	top: 0;
	border: 1px solid #660099; 
	font-size:11px;
	line-height:18px!important;
	z-index:100;
	width: 165px;
	visibility: hidden;
	background-color:#993399;
	color:#fff;
	padding: 4px 0 12px 0;
}
.dropmenudiv2 a{
	width: auto;
	display: block;
	text-indent: 8px;
	padding: 3px 0;
	text-decoration: none;
	font-weight: bold;
	font-size:1.1em;
	line-height:22px!important;
	color:#fff;
	background: url(/cmsfile/81) no-repeat 150px center;
}
* html .dropmenudiv2 a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv2 a:hover{ 
	background-color: #f7e8fd;
	color: #660099;
}
#dropmenu773{display:none;} 
