@CHARSET "ISO-8859-1";
/*
 * Windows 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 "menuWindowsTheme" 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.
 */
.menuWindowsTheme{
	height:21px;
	font-size:12px;
	color:silver;
 	background-color:#F2F5FA;
 	background-image:url(menuWindowsMainBack.png);
 	background-position:top left;
 	background-repeat:repeat-x;
 	padding:0px;
 	padding-left:6px;
 	border-radius:0px;
 	-moz-border-radius:0px;
 	-webkit-border-radius:0px;
}
.menuWindowsTheme .menuAll,.menuWindowsTheme ul{
 	background-color:#F1F1F1;
 	padding-top:2px;
 	padding-bottom:2px;
 	border:1px solid #979797;
 	border-radius:0px;
 	-moz-border-radius:0px;
 	-webkit-border-radius:0px;
	box-shadow:2px 2px 4px #666;
	-moz-box-shadow:2px 2px 4px #666;
	-webkit-box-shadow:2px 2px 4px #666;
}
.menuWindowsTheme .menuMain,.menuWindowsTheme>li>ul{
	top:0px;
	left:-2px;
}
.menuWindowsTheme .menuSub,.menuWindowsTheme>li>ul>li ul{
	top:-24px;
	margin-left:5px;
}
.menuWindowsTheme a,.menuWindowsTheme a:visited{
 	color:black;
}
.menuWindowsTheme a:hover{
 	color:black;
}
.menuWindowsTheme .menuAllItem,.menuWindowsTheme li,.menuWindowsThemeMainMeasure,.menuWindowsThemeSubMeasure{
	margin-left:2px;
	margin-right:2px;
	padding-left:2px;
	padding-right:2px;
}
.menuWindowsTheme .menuMainItem,.menuWindowsTheme>li,.menuWindowsThemeMainMeasure{
	height:21px;
	line-height:21px;
	font-weight:normal;
}
.menuWindowsTheme .menuMainItem:hover,.menuWindowsTheme>li:hover{
	background-color:#3399FF;
}
.menuWindowsTheme .menuSubItem,.menuWindowsTheme>li>ul li,.menuWindowsThemeSubMeasure{
	height:20px;
	line-height:20px;
	border:1px solid #F1F1F1;
}
.menuWindowsTheme .menuSubItem:hover,.menuWindowsTheme>li>ul li:hover{
	background-color:#E6EDF6;
	background-image:url(menuWindowsSubBack.png);
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #AECFF7;
 	border-radius:4px;
 	-moz-border-radius:4px;
 	-webkit-border-radius:4px;
}
.menuWindowsTheme .menuDisabled,.menuWindowsTheme .menuDisabled a,.menuWindowsTheme .menuDisabled a:hover,.menuWindowsTheme .menuDisabled a:visited{
	color:gray;
}
.menuWindowsThemeMainMeasure,.menuWindowsThemeSubMeasure{
	font-family:Helvetica;
	font-size:12px;
	padding-left:6px;
	display:none;
	float:none;
}
