#navigation {
	border:0px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:234px;
}
#navigation a.head {
	cursor:pointer;
	width: 234px;
	height: 27px;
	border:0px solid #CCCCCC;
	background: url(../layout/button_menu_gray.jpg) no-repeat;
	color:#333333;
	display:block;
	font-weight:normal;
	font-size:13px;
	margin:0px;
	padding-top:4px;
	text-indent:32px;
	text-decoration: none;
}
#navigation a.head:hover {
	background: url(../layout/button_menu_teal.jpg) no-repeat;
	color:#ffffff;
}
#navigation a.selected {
	background: url(../layout/button_menu_coal.jpg) no-repeat;
	color:#ffffff;
	width: 234px;
	height: 27px;
}
#navigation a.current {
	background: url(../layout/button_bg_selected.jpg) no-repeat;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
    height: 27px;
	display:inline;
}
#navigation li li a {
    height: 27px;
	color:#333333;
	display:block;
	font-size:12px;
	text-indent:32px;
	text-decoration: none;
}
#navigation li li a:hover {
    height: 27px;
	background-color:#none;
	color:#168b7e;
}