#head #headermenu{
	position: absolute;
	right: 7px;
	top: 7px;
	color: white;
}
#headermenu a{
	font-size: 1em;
	color: white;
	font-family: Arial, Verdana, Sans-Serfi;
	text-decoration: none;
}
.submenu_act{
	text-decoration: none;
	font-weight: bolder;
	color: #BC0E22;
}
#submenu{
	width: 99.5%;
	margin-top: 5px;
	border-bottom: 1px solid #BC0E22;
	padding-bottom: 5px;
	margin-bottom: 40px;
	font-size: 12px;
	float: left;
	height: 15px;
}
#no_menu{
	width: 100%;
	margin-top: 5px;
	
	padding-bottom: 5px;
	margin-bottom: 40px;
	font-size: 12px;
	float: left;
	height: 0;
}
#submenu a {
	padding: 0px 5px;
}