#menu {
	background: 	#fff url('../../images/background_duosport/menu_bg.gif') no-repeat scroll top left;	
	height:			27px;
	word-spacing:	-1px;
}

.menuClass, .menuClass ul, .menuClass li {
	margin: 	0;
	padding: 	0;
	list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menuClass ul {
	display: 	none;
	position:	absolute;
	top: 		1.0em;
	margin-top: 17px; /* I'm using ems and px to allow people to zoom their font */
	width:		93px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menuClass ul ul {
	width:		93px;
	top: 		-1px;
	margin-top: 0;
	left: 		93px;
}
.menuClass ul ul ul {
	width:		186px;
	left: 		186px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menuClass li {
	float:			left;
	display: 		block;
	position: 		relative;
	background: 	#7584bd;
	text-align:		center;
	line-height:	200%;
	/*font-weight:	bold; */
	height:			27px;
	width:			93px;
	color:			#fff;
}

li.left_double, li.right_double {
	line-height:	110%;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menuClass ul li {
	float: 			none;
	margin: 		0;
	margin-bottom: 	-1px;
	width:			93px;
	text-align:		left;
}

.menuClass ul ul li {
	width:			186px;
}
.menuClass ul ul ul ul li {
	width:			93px;
}
.menuClass ul>li:last-child {
	margin-bottom:	1px; /* Mozilla fix */
}

/* Links inside the menu */
.menuClass a {
	display: 		block;
	padding: 		3px;
	color: 			#fff;
	text-decoration: none;
}
.menuClass ul a {
	color: 			#ffffff; /* #251e61 */;
	padding-left:	10px;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menuClass a.highlighted, .menuClass a:hover {
	color: 			#322a74;
 	background-color: #7584bd;
	padding:		3px 3px 4px 3px;
	width:			87px;
}
.menuClass ul a.highlighted, .menuClass ul a:hover {
	padding:		3px 3px 4px 10px;
	width:			80px;
}
.menuClass a:hover, .menuClass a.highlighted:hover, .menuClass a:focus {
/*	color: 			#614712;*/
/*	background-color: #f2d7a2;*/
}
.menuClass ul a:hover, .menuClass ul a.highlighted, .menuClass ul a.highlighted:hover, ul .menuClass a:focus {
	color: 			#fff;
}
.menuClass ul ul a:hover, .menuClass ul ul a.highlighted, .menuClass ul ul a.highlighted:hover, ul ul .menuClass a:focus {
	width:			173px;
}
.menuClass  ul ul ul ul a:hover, .menuClass  ul ul ul ul a.highlighted, .menuClass  ul ul ul ul a.highlighted:hover,  ul ul ul ul .menuClass a:focus {
	width:			80px;
}



/*ACTIVE ITEMS*/
.menuClass .active {
	background-color: #7584bd;
	color: 			#251e61;
}


/* ITEMS */
.menuClass ul ul li, .menuClass ul ul li a {
 	background-color: #7584bd;
}
.menuClass ul ul li a:hover, .menuClass ul ul li a.highlighted {
 	background-color: #7584bd;
}
/*SUBITEMS*/
.menuClass ul ul ul li, .menuClass ul ul ul li a {
 	background-color: #322a74;
	color: 			#fff;
}
.menuClass ul ul ul li a:hover, .menuClass ul ul ul li a.highlighted, .menuClass ul ul ul li a.highlighted:hover {
 	background-color: #322a74;
	color: 			#7584bd;
/*	background-color: #c79a2a;*/
}
/*SUBITEMS EXTRA*/
.menuClass ul ul ul ul li, .menuClass ul ul ul ul li a {
	color: 			#fff;
 	background-color: #ff2700;
}
.menuClass ul ul ul ul li a:hover, .menuClass ul ul ul ul li a.highlighted, .menuClass .active ul ul ul ul li a, .menuClass ul ul ul ul li a.highlighted:hover {
	color: 			#7584bd;
 	background-color: #ff2700;
/* 	background-color: #614712;*/
}



ul#menu li ul ul li {
	top:			1px;
}
ul#menu li ul li, ul#menu li ul li {
	height:		27px;
}

.menuClass .right_single ul ul, .menuClass .right_double ul ul {
	left: 		-186px;
}
.menuClass .right_single ul ul li, .menuClass .right_double ul ul li {
	text-align:	right;
}
.menuClass .right_single ul ul ul ul, .menuClass .right_double ul ul ul ul {
	left: 		-93px;
}
/*.menuClass ul ul ul {
	width:		186px;
	left: 		186px;
}*/



/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menuClass a#xyz {
      background-image: url(out.gif);
    }
    .menuClass a#xyz:hover, .menuClass a.highlighted#xyz, .menuClass a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menuClass a .subind {
	display:	none;
}
.menuClass ul a .subind, .menuClass .right_double ul a .subind, .menuClass .right_single ul a .subind {
	display:	block;
	float:		right;
	background-image:	url('../../images/background_duosport/menu_arrow_left.gif');	
	background-repeat:	no-repeat;
	background-position:right bottom;
	width:		10px;
	height:		13px;
}
.menuClass .right_double ul a .subind, .menuClass .right_single ul a .subind {
	float:		left;
	margin-left:-10px;
	background-image: url('../../images/background_duosport/menu_arrow_right.gif');
	background-position: left bottom;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menuClass a {
 float: left;
}
.menuClass ul a {
 float: none;
}
/* \*/
.menuClass a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menuClass ul li {
 float: left;
 width: 100%;
}

* html .menuClass ul li {
 float: left;
 height: 1%;
}
* html .menuClass ul a {
 height: 1%;
}
/* End Hacks */
