
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	width: 94px;
}
ul.menu * {margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:13px;}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:34px; left:0; background:#ffffff; display:none; opacity:0; list-style:none}
ul.menu ul li {
	position:relative;
	width:148px;
	margin:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #aaa;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#ffffff}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {border:0px; padding:0px 0px 0px; font-weight:bold; background:url(images/services.jpg); width:94px; height:34px;}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(images/services_a.jpg)}
ul.menu .sub {background:#ffffff url(images/arrow.gif) 105px 8px no-repeat}
ul.menu .topline {border-top:0px;}
