/* Start of CMSMS style sheet 'HiFi03 - Menu horizontal' */
div#menu_horiz {
	height: 45px;
}
#menu_horiz { 
	background: url(images/template/hifi03/blau_bg.png) repeat-x;
}
#menu_horiz ul {
	margin: 0px auto;
} 
#menu_horiz li {
	float: left; 
	margin: 0px; 
	padding: 0px;
	list-style: none;
	height: 45px;
} 
#menu_horiz li a {
	display: block; 
	float: left; 
	line-height:28px;
	text-decoration: none; 
	text-transform: uppercase;
	padding: 3px 19px 2px 19px;
	background: url(images/template/hifi03/blau_bg.png) repeat-x;
	font-size: 12px;
	color: #fff;
} 

#menu_horiz li a:hover { 
	background: url(images/template/hifi03/gruen_bg.png) repeat-x;
	font-size: 12px;

} 

#menu_horiz li a:active,
#menu_horiz li a.activeparent,
#menu_horiz li a.currentpage { 
	line-height:28px;
	text-transform: uppercase;
	padding: 3px 19px 2px 19px;
	background: url(images/template/hifi03/gelb_bg.png) repeat-x;
	color: #000;
	font-size:12px;

} 
/* End of 'HiFi03 - Menu horizontal' */

