@CHARSET "ISO-8859-1";
/* Menu style */
.menu,.menuAll,.menu ul{
	font-family:Helvetica;
	font-size:1em;
	height:1em;/* Match main menu item height */
	background-color:#FF8F00;
	margin:0px;
	padding:0px;
	padding-top:0.2em;
	padding-bottom:0.2em;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	/* You may not want to change this: */
	white-space:nowrap;
	list-style:none;
	overflow:visible;
}

/* Vertical menu style */
.menuVertical{
	display:inline-block;
	/* You may not want to change this: */
	height:auto;
}

/* Sub menu style */
.menuAll,.menu ul{
	/* You may not want to change this: */
	position:relative;
	height:auto;
	display:none;
}

/* Sub menu of a main menu style */
.menuMain,.menu>li ul{
	top:0.2em;/* Match main menu bottom padding */
	/* You may not want to change this: */
	left:0px;
}

/* Sub menu of a vertical main menu style */
.menuVertical .menuMain,.menuVertical>li>ul{
	top:-1.2em;/* Match main menu item height and main menu top padding */
	margin-left:0.2em;/* Match main menu item right padding */
	/* You may not want to change this: */
	left:100%;
}

/* Sub menu of a sub menu style */
.menuSub,.menu>li>ul>li ul{
	top:-1.2em;/* Negative match sub menu item height and sub menu top padding */
	margin-left:0.2em;/* Match menu item right padding */
	/* You may not want to change this: */
	left:100%;
}

/* Menu link style */
.menu a{
	color:white;
	text-decoration:none;
	/* You may not want to change this: */
	display:block;
}

/* Menu hovered link style */
.menu a:hover{
	color:#AA5E00;
	text-decoration:none;
}

/* Menu visited link style */
.menu a:visited{
	color:white;
	text-decoration:none;
}

/* Menu item class */
.menuAllItem,.menu li,.menuMainMeasure,.menuSubMeasure{
	height:1em;
	line-height:1em;
	margin:0px;
	padding:0px;
	padding-left:0.2em;
	padding-right:0.2em;
	/* You may not want to change this: */
	float:none;
	overflow:visible;
}

/* Main menu item class */
.menuMainItem,.menu>li,.menuMainMeasure{
	font-weight:bold;
	/* You may not want to change this: */
	float:left;
}

/* Vertical main menu item class */
.menuVertical .menuMainItem,.menuVertical>li{
	/* You may not want to change this: */
	float:none;
}

/* Sub menu item class */
.menuSubItem,.menu>li>ul li,.menuSubMeasure{
	font-weight:normal;
}

/* Disabled menu item class */
.menuDisabled,.menuDisabled a,.menuDisabled a:hover,.menuDisabled a:visited{
	color:silver;
}

/* Measuring span classes */
.menuMainMeasure,.menuSubMeasure{
	font-family:Helvetica;/* Match the item font family */
	font-size:1em;/* Match the item font size */
	padding-left:0.4em;/* Match the item padding */
	/* You may not want to change this: */
	display:none;
	float:none;
}
