ul.menu {list-style:none; margin:0; padding:0}

/* CONTROLS THE LEFT BORDER? */
.menu *  {margin:0; padding:0}

ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {
	position:relative;
	margin-right:2px;
	float: left;
	text-align: center;
}
ul.menu ul {
	position:absolute;
	top:26px;
	left:0;
	background:#d1d1d1;
	display:none;
	opacity:0;
	list-style:none;
	text-align: center;
}

/* ROLLOVER CSS FOR FIRST LEVEL MENU */
ul.menu ul li {
	position:relative;
	list-style:none;
	width:160px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
	float: left;
	text-align: left;
}

ul.menu ul li a:hover {background-color:#c5c5c5}

/* ROLLOVER CSS for sub sub nav */
ul.menu ul ul {
	left:129px;
	top:-1px;
}

ul.menu ul li a {
	display:block;
	background-color:#d1d1d1;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}



/* MAIN TAB */
ul.menu .menulink {
	padding:5px 7px 7px;
	font-weight:normal;
	background:url(../header_items/images/header.gif);
	width:98px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	/*	border-top-style: solid;*/
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul.menu .menulink:hover, ul.menu .menuhover {
	background-image: url(../header_items/images/header_over.gif);
}

ul.menu .sub {
	
	background-color: #d1d1d1;
	background-image: url(../header_items/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 125px 7px;
}

ul.menu .topline {border-top:1px solid #aaa}

/* SPACER FOR OVERALL TABS */
ul.menu .menulink_SPACER {
	font-weight:normal;
	background:url(../header_items/images/header.gif);
	width:139px;
}
ul.menu .menulink_SPACER_RIGHT {
	padding:5px 7px 7px;
	font-weight:normal;
	background:url(../header_items/images/header.gif);
	width:64px;
}
