#menu ul {	
	list-style: none;
	font-family: Arial;
	font-weight: bold;		
	font-size: 11px;
	color: #FFFFFF;	
	text-transform: uppercase;
	vertical-align: middle;
}
	
#menu ul li {
	float: left;
}

#menu a {
	padding: 0 15px 0 15px;		
}

#menu a:link, #menu a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	border: none;		
}

#menu a:hover, #menu a#current {
	color: #eb9d9d;
	border: none;	
}
#menu a:focus { 
	outline: none;
}

#submenu {
	width: 100%;
	height: auto;
	border: 0px solid blue;
}

#sub_title a, #sub_title a:link, #sub_title a:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	color: #8a0001;
	text-decoration: none;
}

#navi_level_2 ul {
	list-style: none;
}

#navi_level_2 li {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	color: #494949; 
	margin: 15px 0 15px 15px;
}

#navi_level_2 li a {
	text-decoration: none;
	color: #494949;

}

#navi_level_2 a:link, #navi_level_2 a:visited {
	color: #494949; 
	text-decoration: none;
	border: none;		
}

#navi_level_2 a:hover, #navi_level_2 a#current {
	color: #8a0001;
	border: none;	
}

#navi_level_2 a:focus { 
	outline: none;
}


