
.menu {
	font-family:"Trebuchet MS";font-size:15px;font-weight:600;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:215px;
	line-height:38px;
	padding-top:4px;
}


/* hack for IE5.5 */
* html .menu ul {margin-left:0px; margin-left:0;font-family:"Trebuchet MS";font-size:15px;font-weight:600;}
* html .menu a, * html .menu a:visited {width:215px;}
* html .menu a:hover {color: #990033;}

.mainlink{
	position:relative;
	line-height:38px;
}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100;}

.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	width:215px;
	color: #009900;
	text-indent:6px;
	border:0px solid #fff;
}



.menu :hover > a{
	color: #990033;
	font-size:14px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	left:-205px; 
	width:215px;
	top:0px;
	line-height:28px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,.menu ul a:hover ul {
	visibility:visible;
}

.menu li {float:left;}

/*-------------------------SET COLORS FOR DIFF LINKS------------------------*/
.sublink {
	background: #CCFF66;
	display:block; 
	text-decoration:none;
	vertical-align:middle;
	width:215px;
	text-indent:5px;
	border:1px solid #fff;
	border-width:0px 0px 1px 0;
	font-size:13px;
}

