.menu a{
	background: 		#111111 url(ext/img/bg_menu.png) repeat-x;
	border-right:		1px solid #444444;
	border-top:			1px solid #444444;
	border-bottom:	1px solid #444444;
	float:						left;
	position:				relative;
	font-size:				1.2em;
	padding-top:		6px;
	width:					149px;
	height:					36px;
	text-decoration:	none;
	text-align:			right;
	margin-bottom:	20px;
}

.menu a.last {
	width:				150px;
	border-right:	none;
}

.menu {

}

.menu a span {
	padding-right:	10px;
}

.menu a:hover {
	background: 	#222222 url(ext/img/bg_menuh.png) repeat-x;
}

.fiver a{
	background: 		#111111 url(ext/img/bg_menu.png) repeat-x;
	border-right:		1px solid #444444;
	border-top:			1px solid #444444;
	border-bottom:	1px solid #444444;
	float:						left;
	position:				relative;
	font-size:				1.2em;
	padding-top:		6px;
	width:					119px;
	height:					36px;
	text-decoration:	none;
	text-align:			right;
	margin-bottom:	3px;
}


.fiver a.last {
	width:				120px;
	border-right:	none;
}

.fiver a span {
	padding-right:	10px;
}

.fiver a:hover {
	background: 	#222222 url(ext/img/bg_menuh.png) repeat-x;
}

.red a{
	background: 		#111111 url(ext/img/bg_menured.png) repeat-x;
	border-right:		1px solid #444444;
	border-top:			1px solid #444444;
	border-bottom:	1px solid #444444;
	float:						left;
	position:				relative;
	font-size:				1.2em;
	width:					119px;
	height:					36px;
	text-decoration:	none;
	text-align:			center;
	padding:				auto 0px;
	
}

.red a span {
	padding:		0px;
	margin:	auto 0px;
	vertical-align: middle;
}

red {
}

.red a:hover {
	background: 	#222222 url(ext/img/bg_menuredh.png) repeat-x;
}

.red a.last {
	width:				120px;
	border-right:	none;
}