ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	text-decoration:none;
	text-align: center;
}
ul.menu li {
	position:relative;
	float:left;
	margin-right:0px
}
ul.menu ul {
    position: absolute;
	top:26px;
	left:0;
	display:none; 
	list-style:none
}

ul.menu ul li { /* If you want to add a background to the Drop Down list Put that here. */
	position:relative;
	border-top:none;
	width:119px;
	margin:0;
	background-repeat: repeat;
	background-color: #FFFFFF;
	filter:alpha(opacity=90);
	-moz-opacity:0.8;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}
ul.menu ul li a {
	display:block;
	padding:3px 7px 5px;
	color: #999999;
}
ul.menu .selected  {
	background-image: url(../images/header_over.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

ul.menu ul li a:hover {
	background-image: url(../images/header_over.png);
	background-repeat: repeat-x;
	color: #333333;
	background-position: bottom;
}
ul.menu ul ul {
	left:140px;
	top:-1px;
	background-repeat: repeat;
}
ul.menu .menulink {
	padding:3.5px 7px 7px;
	font-weight:lighter;
	width:105px;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background-image: url(../images/header_over.png);
	background-repeat: repeat-x;
	color: #333333;
	background-position: bottom;
}
ul.menu .sub {
	background: url(../images/header.png) 136px 8px repeat;
}
ul.menu .topline {

}
