/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:122px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:126px;
	position:relative;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:20px;
	left:0; 
	width:126px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; 
}


/* 2. LEVEL / Style-> Links */
.menu ul ul a.l2, .menu ul ul a.l2:visited {
	background:			url(../graphics/front/men_bottom.gif);
	background-position:bottom;
	background-repeat:	no-repeat;
	background-color:	#ddd; 
	border-left:		1px solid #7DB713;
	border-right:		1px solid #7DB713;
	color:				#000; 
	height:				auto; 
	line-height:		1em; 
	padding-top:		5px;
	padding-left:		5px;
	padding-right: 		5px;
	padding-bottom:		5px; 
	width:				110px;
	text-decoration:	none;
	display:			block;
/* yet another hack for IE5.5 */
}

/* ---------------> HOVER */
.menu ul ul a.l2:hover, .menu ul ul a.l2:focus, 
.menu ul ul a.l2a:link, .menu ul ul a.l2a:visited, .menu ul ul a.l2a:hover, .menu ul ul a.l2a:focus {
	background:			url(../graphics/front/men_bottom.gif);
	background-position:bottom;
	background-repeat:	no-repeat;
	background-color:	#ddd; 
	border-left:		1px solid #7DB713;
	border-right:		1px solid #7DB713;
	color:				#7DB713; 
	height:				auto; 
	line-height:		1em; 
	padding-top:		5px;
	padding-left:		5px;
	padding-right: 		5px;
	padding-bottom:		5px; 
	width:				110px;
	text-decoration:	none;
	display:			block;
/* yet another hack for IE5.5 */
}



/* 3. LEVEL / Style-> Links */
.menu ul ul ul{
	left:121px; 
	top:0;
	width:122px;
}
.menu ul ul ul{
	visibility:hidden;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul:hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul ul :hover ul{ 
	visibility:visible;
}

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:			url(../graphics/front/men_bottom.gif);
	background-position:bottom;
	background-repeat:	no-repeat;
	background-color:	#f5f5f5; 
	border-left:		1px solid #7DB713;
	border-right:		1px solid #7DB713;
	color:				#000; 
	height:				auto; 
	line-height:		1em; 
	padding-top:		5px;
	padding-left:		5px;
	padding-right: 		5px;
	padding-bottom:		5px; 
	width:				110px;
	text-decoration:	none;
	display:			block;
/* yet another hack for IE5.5 */
}
.menu ul ul ul a.l3last, .menu ul ul ul a.l3last:visited {
	background:			url(../graphics/front/men_bottom_trans.gif);
	background-position:bottom;
	background-repeat:	no-repeat;
	border-bottom:		1px solid #7DB713;
	background-color:	#f5f5f5; 
	border-left:		1px solid #7DB713;
	border-right:		1px solid #7DB713;
	color:				#000; 
	height:				auto; 
	line-height:		1em; 
	padding-top:		5px;
	padding-left:		5px;
	padding-right: 		5px;
	padding-bottom:		5px; 
	width:				110px;
	text-decoration:	none;
	display:			block;
/* yet another hack for IE5.5 */
}
/* ---------------> HOVER */
.menu ul ul ul a:hover, .menu ul ul ul a:focus {
	background:			url(../graphics/front/men_bottom.gif);
	background-position:bottom;
	background-repeat:	no-repeat;
	background-color:	#f5f5f5; 
	border-left:		1px solid #7DB713;
	border-right:		1px solid #7DB713;
	color:				#7DB713; 
	height:				auto; 
	line-height:		1em; 
	padding-top:		5px;
	padding-left:		5px;
	padding-right: 		5px;
	padding-bottom:		5px; 
	width:				110px;
	text-decoration:	none;
	display:			block;
/* yet another hack for IE5.5 */
}
.menu ul ul ul a.l3last:hover, .menu ul ul ul a.l3last:focus {
	background:			url(../graphics/front/men_bottom_trans.gif);
	background-position:bottom;
	background-repeat:	no-repeat;
	border-bottom:		1px solid #7DB713;
	background-color:	#f5f5f5; 
	border-left:		1px solid #7DB713;
	border-right:		1px solid #7DB713;
	color:				#7DB713; 
	height:				auto; 
	line-height:		1em; 
	padding-top:		5px;
	padding-left:		5px;
	padding-right: 		5px;
	padding-bottom:		5px; 
	width:				110px;
	text-decoration:	none;
	display:			block;
/* yet another hack for IE5.5 */
}





a.menu1a:visited, a.menu1a:link {
	width:122px;
	height:20px;
	
	background: url(../graphics/front/tap_0.gif);
	color:#FFFFFF;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	
	font-size:9px;
	
	display:block;
}

a.menu1a:hover, a.menu1a:focus {
	width:122px;
	height:20px;
	
	background: url(../graphics/front/tap_2.gif);
	color:#FFFFFF;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	
	font-size:9px;
	
	display:block;
}

a.menu1b:visited, a.menu1b:link {
	width:122px;
	height:20px;
	
	background: url(../graphics/front/tap_1.gif);
	color:#FFFFFF;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	
	font-size:9px;
	
	display:block;
}

a.menu1b:hover, a.menu1b:focus {
	width:122px;
	height:20px;
	
	background: url(../graphics/front/tap_2.gif);
	color:#FFFFFF;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	
	font-size:9px;
	
	display:block;
}