
#menu {
	background: #000000;
	float: middle;
	list-style: none;
	margin: 0;
	padding-left: 3em;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #000000 url("../ima/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	text-align:center;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("../ima/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	
}
	/* VERTICAL MENU */
	
#menu2 {
	background: black;
	list-style: none;
	margin: 0;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 1em;
	width: 15em;
}
#menu2 li {
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu2 a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu2 a:hover {
	background: #2580a2 url("../ima/hover_left.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}                    
                    