@CHARSET "ISO-8859-1";
/*
 * Black theme for the jQuery Menu
 *
 * This theme does only work for the horizontal menu.
 *
 * To use this style, load the CSS file after loading the menus main CSS style 
 * sheet. Then simply add the class "menuBlackTheme" for the menu you want to 
 * apply this theme to (simply place the class name after the menus base class 
 * "menu").
 *
 * You may want to change the image locations within these definitions to 
 * match your files structure.
 */
.menuBlackTheme{
	height:16px;
	font-size:12px;
 	background-color:black;
 	background-image:url(menuBlackMainBack.png);
 	background-position:top left;
 	background-repeat:repeat-x;
 	padding-left:6px;
 	padding-top:2px;
 	padding-bottom:2px;
 	border-top:1px solid #676767;
 	border-left:1px solid #676767;
 	border-right:1px solid #3B3B3B;
 	border-bottom:1px solid #3B3B3B;
 	border-radius:0px;
 	-moz-border-radius:0px;
 	-webkit-border-radius:0px;
}
.menuBlackTheme .menuAll,.menuBlackTheme ul{
 	background-color:#3B3B3B;
 	background-image:url(menuBlackSubBack.png);
 	background-position:top left;
 	background-repeat:repeat-x;
 	padding-top:2px;
 	padding-bottom:2px;
 	border-top:1px solid #676767;
 	border-left:1px solid #676767;
 	border-right:1px solid #3B3B3B;
 	border-bottom:1px solid #3B3B3B;
 	border-radius:0px;
 	-moz-border-radius:0px;
 	-webkit-border-radius:0px;
}
.menuBlackTheme .menuMain,.menuBlackTheme>li>ul{
	top:2px;
}
.menuBlackTheme .menuSub,.menuBlackTheme>li>ul>li ul{
	top:-18px;
	margin-left:2px;
}
.menuBlackTheme a,.menuBlackTheme a:visited{
 	color:#EFEFEF;
}
.menuBlackTheme a:hover{
 	color:white;
}
.menuBlackTheme .menuAllItem,.menuBlackTheme li,.menuBlackThemeMainMeasure,.menuBlackThemeSubMeasure{
	height:16px;
	line-height:16px;
	padding-left:2px;
	padding-right:2px;
}
.menuBlackTheme .menuAllItem:hover,.menuBlackTheme li:hover{
	background-color:gray;
}
.menuBlackTheme .menuDisabled,.menuBlackTheme .menuDisabled a,.menuBlackTheme .menuDisabled a:hover,.menuBlackTheme .menuDisabled a:visited{
	color:#8F8F8F;
}
.menuBlackThemeMainMeasure,.menuBlackThemeSubMeasure{
	font-family:Helvetica;
	font-size:12px;
	padding-left:6px;
	display:none;
	float:none;
}
