#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-size:14px;
	font-weight:bold;
	font-family: "Arial Narrow", "Arial", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#menu a {
	background: url("../images/seperator.gif") bottom right no-repeat;
	color: #3C6B7C;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 9px;
	text-decoration: none;
}
#menu a:hover {
	background: url("../images/seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 9px;
	text-decoration: none;
	}
	
	
	
#menu2 {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 350px;
	margin-left:-100px;
	_margin-left:-50px;
	margin-top:18px;
	_margin-top:0px;
}

#menu2 li {
	float: left;
	margin: 0;
	padding: 0;
	font-size:14px;
	font-weight:bold;
	font-family: "Arial Narrow", "Arial", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#menu2 a {
	background: url("../images/seperator.gif") bottom right no-repeat;
	color: #994F99;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 9px;
	text-decoration: none;
}
#menu2 a:hover {
	background: url("../images/seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 9px;
	text-decoration: none;
	}
