ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu * {
	margin:0;
	padding:0;
}
ul.menu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
ul.menu li {
	position:relative;
	float:left;
	margin-right:2px;
}
ul.menu ul {
	position:absolute;
	top:32px;
	left:0px;
	display:none;
	opacity:0;
	list-style:none;
	width:220px;
	background:url(../images/dropDownBottomBg.png) bottom center no-repeat;
}
ul.menu ul li {
	position:relative;
	border-top:none;
	width:220px;
	background:url(../images/aLinkBottom.gif) bottom no-repeat #000;
	padding-bottom:1px;
	margin:0px;
}
ul.menu ul li a {
	display:block;
	height:25px;
	margin:1px 0 1px 0;
	line-height:25px;
	margin-left:7px;
	padding-left:4px;
	width:201px;
	
}
ul.menu ul li a:hover {
	background-color:#252525;
}
ul.menu ul ul {
	left:220px;
	top:-9px;
	margin-top:1px;
}
ul.menu .menulink {
	border:0px solid #aaa;
	padding:0px 0px 0px;
	font-weight:normal;
	font-size:13px;
	background:url(../images/botttomArrow.gif) 0px center no-repeat;
	padding-left:15px;
	width:187px;
	z-index:999999;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	
}
ul.menu .sub {
	background:url(../images/manuItemLink.gif) 190px center no-repeat;
}
ul.menu .topline {
	border-top:0px solid #aaa;
}
ul.menu .sub2 {
	background:url(../images/manuItemLinkLeft.gif) 5px center no-repeat;
}