body {
	background-color: black;
}

/* -- Black Menu -- */
.menuTop {
	font-family: tahoma;
	width:942px;
	height:42px;
	position: relative;
	font-size:8pt;
	margin-left: auto;
	margin-right: auto;
	z-index:1000;
}

.menuTop ul li a {
	display:block;
	text-decoration:none;
	color:#f0f0f0;
	font-weight:bold;
	width:81px; 
	height:42px; 
	text-align:center;
	border-bottom: 0;
	background-image:url('images/black/center.gif');
	line-height:48px;  
	font-size:8pt; 
	overflow:hidden;
	padding-left: 1px;
}

/* End Caps Styling */
.menuTop .left_nosub {
	background-image:url('images/black/left.gif');
	padding-left: 1px;
	margin-right: -1px;
}
.menuTop .right_hassub {
	background-image:url('images/black/right.gif');
}
.menuTop .right_nosub {
	background-image:url('images/black/right.gif');
}

.menuTop .center_nosub {
	background-image:url('images/black/center.gif');	
}

.menuTop ul {padding:0; margin:0; list-style: none;}
.menuTop ul li {float:left; position:relative;}
.menuTop ul li ul {display: none;}

/* Button ":hover" Styling */
.menuTop ul li:hover a {color:#000; background:url('images/black/center_hassub.gif');}
.menuTop ul li:hover ul {display:block; position:absolute; top:42px; left:0; width:152px; margin: 0; padding: 0;}
.menuTop ul li:hover ul li a.center_hassub {background:#6a3; color:#000;}
.menuTop ul li:hover ul li:hover a.center_hassub {background:#6fc; color:#000;}
.menuTop ul li:hover ul li ul {display: none;}

.menuTop ul li:hover .left_nosub {color:#000; background:url('images/black/left_nosub.gif');}
.menuTop ul li:hover .right_hassub {color:#000; background:url('images/black/right_hassub.gif') ;}
.menuTop ul li:hover .right_nosub {color:#000; background:url('images/black/right_nosub.gif') ;}
.menuTop ul li:hover .center_nosub {background:url('images/black/center_nosub.gif') ;}

/* DropDown Styling */
.menuTop ul li:hover ul li a {background-image: none; display:block;height: 28px; line-height: 26px; color:#000; width:142px; text-align:left; margin: 0; padding:0 0 0 11px;font-weight:normal;}
.menuTop ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-image:url('images/black/dropdown.gif');
	background-repeat:no-repeat;
	background-position:bottom left; 
}

/* DropDown Menus ":active" or "Selected" Styling */
.menuTop ul li:hover ul .sub_active {
	background-image:url('images/black/sub_active.gif');
	margin-right: 1px;
}

/* DropDown Menus ":hover" Styling */
.menuTop ul li:hover ul li a:hover {color:#000 !important; background-image:url('images/black/sub_hover.gif');}

.menuTop ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menuTop ul li:hover ul li:hover ul.left {left:-105px;}

/* -- End Black Menu -- */ li:hover ul.left {left:-105px;}

/* -- End Black Menu -- */
