#TopNavMenu {
	height:37px;
	background: #000000 url(/images/grafx/bg_headnav.gif) top right repeat;
	overflow:hidden;
	border-bottom:1px solid #5c5d5f; 
	width:930px;
}

#TopNavMenu #LeftWall {
	float:left;background: url(/images/grafx/headernav-left.gif) repeat-x top left;
	width:4px; overflow:hidden; height: 36px;
}

#TopNavMenu #LeftWallRed  {
	float:left; background: url(/images/grafx/headernav-left_on.gif) repeat-x top left;
	width:4px; overflow:hidden; height: 36px;
}

#TopNavMenu #RightWall {
	float:left;background: url(/images/grafx/headernav-right.gif) repeat-x top left; width:4px; overflow:hidden; height: 36px;
}

#TopNavMenu #Search {
	float:left; width:215px; overflow:hidden;height: 36px;
}

#TopNavMenu #Search #dvInput {
	float:left; width: 160px; padding: 12px 0px 0px 7px; height: 37px; background: url(/images/grafx/bg_search.gif) no-repeat 0px 7px; overflow:hidden;
}

#TopNavMenu #Search #dvInput .txtSearch {
	font-size: 11px; color: #000000; width:135px; height:14px; background:none;padding:0px 0px;
}

#TopNavMenu #Search #dvSubmit {
	float:left;padding:7px 0px 0px 0px;width:45px; overflow:hidden;
}
 
#TopNavMenu ul {
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin: 0;
	height:37px;
	padding: 11px 0px 0px 0px; 
	position:relative;
	width:707px;
	float:left;
}

#TopNavMenu li{
	display: inline;
	margin: 0;
	margin-right: -4px; /*distance between each tab*/
}

#TopNavMenu li.NavBackToSchool {width:100px;position:absolute; margin-top:-11px; margin-left:4px; height:38px !important; overflow:hidden; padding-top:10px;}
#TopNavMenu .aLink { posititon:relative; b_order-top:1px solid yellow; margin-top:-26px }

#TopNavMenu li a{
	text-decoration: none;
	margin: 0;
	/* margin-right: -4px; /*distance between each tab*/
	border-right: 1px solid #5c5d5f;
	color: black;
	font-weight: bold;
	font-size: 11px;
	color: white;
	height:36px;
	padding: 11px 13px 12px 13px;
	padding: 11px 11px 12px 11px;
}
#TopNavMenu li a.LView {
	background: url(/images/grafx/bg_headnav_on.gif) repeat-x top left;
}

#TopNavMenu li a:visited{
	color: white;
}

#TopNavMenu li a:hover, #TopNavMenu li.selected a{
	color: white;
}


/* ######### Style for Drop Down Menu ######### */
#dropmenu1_e {
	width:291px;
}

#dropmenu2_e {
	width:437px;
}

.dropmenudiv_e {
	position:absolute;
	top: 0;
	font-weight: bold;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	margin-top:0px;
	background-color: #3B3B3B;
	border: 1px solid #5c5d5f; 
	opacity: 0.95;
	filter:alpha(opacity=95);
}


.dropmenudiv_e a , .dropmenudiv_e a:visited{
	/*width: auto;*/
	display: block;
	text-indent: 2px;
	padding: 0px 0;
	text-decoration: none;
	background-color: #3B3B3B;
	color: white;
	width: 145px;
	float: left;
}

.dropmenudiv_e a:hover { /*THEME CHANGE HERE*/
	background-color: #272727;
	color:white;
}

.dropmenudiv_e a.CView {
	background-color:#bd1417 !important;
}



