﻿#menu {
	background: #fff;
	color: #000;
	position: relative;
	z-index: 600;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 154px;
	background: #fff;
}

#menu ul li ul {
	width: 154px;
}

#menu a {
	font: 11px Verdana;
	display: block;
	margin: 0;
	padding: 2px 3px;
	color: #000;
	text-decoration: none;
	background: #ffcc00;
	text-align: left;
	font-weight:bold;
}
/*------------------below: all first tier menu items ---*/
#menu a.main_menu {
	font: 11px Verdana;
	display: block;
	color: #5f4768;
	text-align: center;
	background: #ffcc00;
	font-weight:bold;
}
/*------------------below: current page ---*/
#menu a.main_current{
	color: #fff;
	background: #5f4768;
	font-weight: bold;
	
	display: block;
}
/*------------------??? ---*/
#menu a.current{
	color: #000;
	background: #ffcc00;
}
/*------------------all hovers ---*/
#menu a:hover {
	color: #000;
	background: #ffcc00;
}
/*------------------top tier hovers ---*/
#menu a.main_menu:hover {
	color: #5f4768;
	background: #ffcc00;

}

#menu li { position: relative; }

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}
