#cont_menu {
	font: 1.1em sans-serif;
	text-align: right;
}

#cont_menu ul {
	margin: 0;
	padding: 0;
	margin-bottom: -1px !important;
	margin-bottom/**/: 1px;
}

#cont_menu ul li {
	display: inline;
	margin: 0 2px;
	background: #B2B2B3 url(img/con_left.gif) left top no-repeat;
	padding-top: 0 !important;	
	padding-top/**/: 2px;
}

#cont_menu li a {
	color: #FFF;
	padding: 2px 8px;	
	border: none;
	float: none;
	font-weight: bold;
}

#cont_menu span {
	background: url(img/con_right.gif) right top no-repeat;
	text-align: right;
	margin-top: 0 !important;
	margin-top/**/: -2px;
}

#cont_menu li.act {
	background: #fff url(img/con_left_act.gif) left top no-repeat;
}

#cont_menu li.act span {
	background: url(img/con_right_act.gif) right top no-repeat;
}

#cont_menu li.act a{
	color: #666;
}

#cont_head {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
