/*  Menu Styles */

.frontEnd {
	width:180px;
	float:left;
}
.frontEnd ul.AspNet-Menu /* Tier 1 */ {
	width:180px;/* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
	}
.frontEnd ul.AspNet-Menu ul  /* Tier 2 */ {
	width: 180px;
	top: 100%;
	left:0;


}
.frontEnd ul.AspNet-Menu ul ul  /* Tier 3+ */ {
	top: 24px;
	left: 180px;
}

.frontEnd li /* all list items */ {
	width:180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #FFF;
	border-bottom:1px solid #fff;
}

.frontEnd li a {
	padding:0px 0px 0px 13px;
	color:#fff;
	text-decoration:none;

}

.frontEnd li a:hover {
	color:#fff;
	text-decoration:none;
}

.frontEnd ul li /* Top Level*/ {
	padding:5px 0px 0px 0px;
}

.frontEnd li li /* all list items */ {
	width: 180px;
	background-color:#943D4F;
	border:0;
	top:-22px;
	left:100%;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
		z-index:100000;
}
.frontEnd li li li /* all list items */ {
	width:180px;
	background-color:#943D4F;
	border:0;
	top:-24px;
	left:-1px;
	_left:-2px;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.frontEnd li:hover, /* list items being hovered over */ .frontEnd li.AspNet-Menu-Hover {
	background:#4F212A;
}

.frontEnd li.AspNet-Menu-Leaf a, /* leaves */ .frontEnd li.AspNet-Menu-Leaf span {
	float:left;
}
.frontEnd li:hover a, /* hovered text */ .frontEnd li:hover span, .frontEnd li.AspNet-Menu-Hover a, .frontEnd li.AspNet-Menu-Hover span, .frontEnd li:hover li:hover a, .frontEnd li:hover li:hover span, .frontEnd li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .frontEnd li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .frontEnd li:hover li:hover li:hover a, .frontEnd li:hover li:hover li:hover span, .frontEnd li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .frontEnd li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span {
	color: #FFF;
	background: transparent;
	text-decoration:none;
}
.frontEnd li:hover li a, /* the tier above this one is hovered */ .frontEnd li:hover li span, .frontEnd li.AspNet-Menu-Hover li a, .frontEnd li.AspNet-Menu-Hover li span, .frontEnd li:hover li:hover li a, .frontEnd li:hover li:hover li span, .frontEnd li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, .frontEnd li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span {
	color: white;
}

.frontEnd ul.AspNet-Menu li{ height:20px !important;}

/* END  Menu Styles */
