/* Essential Styles */
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
}
.nav ul {

	position:absolute;
	top:-999em;
	width:9.45em;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top: 32px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
.simenu li:hover ul,
.simenu li li:hover ul {
	top: -999em;
}
/* Top Level */
	#menu ul {
		height: 26px;
		padding: 0;
		width: 640px;

		list-style: none;
		text-transform: capitalize;	
	}
	
	#menu li {
		float: left;
		height: 20px;
		padding: 6px 0 0 0;
		display: block;
				
		font-family: Verdana;
		font-size: 12px;
		text-align: center;
	}
	
	#menu li a, #menu li a:visited {
		text-decoration: none;		
		color: #000;
	}
	
	#menu li a:hover { color: #333;}

		#mnu_home { width: 61px; background: url('../images/btn_home.jpg') no-repeat;}
		#mnu_bars { width: 53px; background: url('../images/btn_bars.jpg') no-repeat;}
		#mnu_food { width: 55px; background: url('../images/btn_food.jpg') no-repeat;}
		#mnu_what { width: 86px; background: url('../images/btn_won.jpg') no-repeat;}
		#mnu_bottle { width: 93px; background: url('../images/btn_bottle.jpg') no-repeat;}
		#mnu_merch { width: 100px; background: url('../images/btn_merch.jpg') no-repeat;}											
		#mnu_employ { width: 101px; background: url('../images/btn_employ.jpg') no-repeat;}
		#mnu_contact { width: 91px; background: url('../images/btn_contact.jpg') no-repeat;}

		#mnu_home_f2 { width: 61px; background: url('../images/btn_home_f2.jpg') no-repeat;}
		#mnu_bars_f2 { width: 53px; background: url('../images/btn_bars_f2.jpg') no-repeat;}
		#mnu_food_f2 { width: 55px; background: url('../images/btn_food_f2.jpg') no-repeat;}
		#mnu_what_f2 { width: 86px; background: url('../images/btn_won_f2.jpg') no-repeat;}
		#mnu_bottle_f2 { width: 93px; background: url('../images/btn_bottle_f2.jpg') no-repeat;}
		#mnu_merch_f2 { width: 100px; background: url('../images/btn_merch_f2.jpg') no-repeat;}											
		#mnu_employ_f2 { width: 101px; background: url('../images/btn_employ_f2.jpg') no-repeat;}
		#mnu_contact_f2 { width: 91px; background: url('../images/btn_contact_f2.jpg') no-repeat;}

/* Second Level */	
	#menu li ul {
		width: 120px;
		margin: -5px 0 0;
		_margin: 5px;		
		padding: 0;
	
		list-style: none;
		text-align: left;
	}
	
	#menu li li {
		width: 120px;
		float: left;
		margin: 0 auto;
		
	}
	
	#menu li li a, #menu li li a:visited {
		padding: 2px 0 2px 10px;
		margin: 0 auto;
        width: 110px;
		min-height:20px;
	    display:block;	
		
		text-transform: uppercase;
		text-decoration: none;
        font-size: 13px;     
		font-weight: normal;   				
		color: #000;        		
		background: #ccc;
        		
		border-bottom: 1px solid #fff;		
	}
	
	#menu li li a:hover { 
		background: #999;
    }	