#navigation {
	background: url(../images/background_menu.png) repeat-x bottom;
	margin-bottom: 10px;
	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	-webkit-box-shadow: 0px 4px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 4px 6px rgba(0,0,0,.5);
	box-shadow: 0px 4px 6px rgba(0,0,0,.5); 
}

#navigation ul {
	float: left;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	height: 31px;
	width: 150px;
}

#navigation ul li.left {
	width: 6px;
	border-right: 1px solid #ccc;
}

#navigation ul li.right {
	width: 7px;
}

#navigation ul li a {
	border-right: 1px solid #ccc;
	color: #000;
	display: block;
	font-weight: bold;
	height: 18px;
	padding: 8px 5px 5px 5px;
	text-align: center;
	text-decoration: none;
	width: 139px;
}

#navigation ul li a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #666;
	color: #333;
	padding-bottom: 4px;
	padding-top: 6px;
}
