/* Start of CMSMS style sheet 'HiFi03 - Menu vertical' */
#menu_vert {
   padding-left: 0;
   margin-left: 0;
}
#menu_vert ul {
	list-style:none;
	margin:0;
	padding: 5px 0px 20px 0px;
	text-indent: 5px;
}
#menu_vert ul ul {
	list-style:none;
	margin:0;
	padding: 0px 0px ;
	text-indent: 10px;
}
#menu_vert ul ul ul {
	list-style:none;
	margin:0;
	padding: 0px 0px ;
	text-indent: 15px;
}
#menu_vert li {
	display: block;
	margin: 0 0px 0 0px;
	padding: 0;
	text-transform:uppercase;
}
#menu_vert li a {
	color: #fff;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 0px ;
	background: url(images/template/hifi03/blau_bg.png) repeat-x;
}
#menu_vert a:hover {
	color: #fff;
	background: url(images/template/hifi03/gruen_bg.png) repeat-x;
}
#menu_vert li a:active,
#menu_vert li a.currentpage  {
	color: #000;
	background: url(images/template/hifi03/gelb_bg.png) repeat-x;
}
#menu_vert li a.activeparent {
	color: #000;
	background: url(images/template/hifi03/grau_bg.png) repeat-x;
}
/* End of 'HiFi03 - Menu vertical' */

