ul#menu {width: 100%;
		height: 137px;
		background-image:url('../img/menu/bg_logo.png');
		background-position: 0px -5px;
		background-repeat: no-repeat;
		font-family: "Lucida Grande", Verdana, sans-serif;
		font-weight: bold;
		list-style-type: none;
		margin:0 auto;
		position:relative;
		}
		
ul#menu li {position:relative;
		width: 105px;
		background: #BBDBE3;
		display: block;
		float: left;
		margin: 0 0 0 2px;
		top:105px;
		left: 40px;}
		
ul#menu li a {	position:relative;
			width: 105px;
			height: 32px;
			color: #000;
			display: block;
			float: left;
			line-height: 200%; }
			
ul#menu li a:hover {	position:relative;
					width: 105px;
					color: #000;
					background: #4FA3B7 }
					
ul#menu li a.current{	position:relative;
					width: 105px;
					color: #fff;
					background: #1F444D; }

