.menu
{
	position:absolute;
	height: 30px;
	width: 800px;
	
	
	
	background-image:url("http://project2.exed.nl/kamermuziek/images/menu_background.jpg");
	background-repeat:repeat-x;
	background-color: #92157d;
	
	
	margin:0px;
	top:221px;
	bottom:0;
	z-index:8;
	border-bottom: 2px solid #fecc00;
	list-style:none;
}

.menu ul
{
	list-style:none;
	line-height: 1;
	padding:0px;
	margin:0px;
}

.menu li
{
	float:left; 
	display: block;
	clear:none;
	background-image:url("http://project2.exed.nl/kamermuziek/images/menu_button_achtergrond.gif");
	background-repeat:repeat-y;
	background-position: right;
	line-height: 28px;
	height: 30px;
	padding:0 2px 0 0;
	margin:0;
	
	cursor: pointer;
	white-space: nowrap;
}

*html .menu li
{
	width: 0;	
}

.menu li ul
{
	margin: 0px;
	padding: 0 0 2px 0;
	
	position: absolute;
	display:none;
	clear:both;
	width: 180px;
	
	background-image:url("http://project2.exed.nl/kamermuziek/images/menu_drop_bg.jpg");
	background-repeat:repeat-x;
	background-position: bottom;
}

.menu li ul ul, .menu li ul ul ul
{
	margin: -1em 0 0 150px;
}

.menu li li
{
	clear:left;
	display:block;
	line-height: 30px;
	height: 30px;
	width: 180px;
	
	background-image:url("http://project2.exed.nl/kamermuziek/images/menu_drop_bg.jpg");
	background-repeat:repeat-x;
	background-position: top;
	margin: 0;
	padding: 2px 0 0 0;
}
.menu li li a
{
	display:block;

}

.menu .hover
{
	background: #d0d0d0;
}

.menu a
{
	padding: 0px 15px 0px 16px;
	margin: 0;
	display:block;
	
	background-image:url("http://project2.exed.nl/kamermuziek/images/menu_background.jpg");
	background-repeat:repeat-x;
	background-color: #92157d;
	
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.menu a:hover
{	
	background-image:url("http://project2.exed.nl/kamermuziek/images/menu_hover.jpg");
	background-repeat: repeat;
	background-color: #004185;
	
	text-decoration: none;
}