@charset "UTF-8";
/* CSS Document */

/*************************** SIDEBAR MENU *********************************
**************************************************************************/
#menu li {
	list-style: none;
	display: block;

}
#menu a:link, #menu a:visited {
	position: relative;
	top: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	margin-right: 12px;
	padding-bottom: 7px;
	text-transform: uppercase;
}

#menu a.first,#menu a.first_active {
	margin-left: 35px;
}

#menu a:active {
	color:  #FFFFFF;
}

#menu a:hover {
	color:  #C56D22;
}

#menu a.first_active,#menu a.active,#menu a.last_active {
	background-image: url('/fileadmin/templates/v2/images/pilop.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#vertimenu {
	width: 185px;
	margin: 0 12px 55px;
	display: block;
	padding: 0;
}
#vertimenu li { margin: 0; padding: 0; list-style: none; }
#vertimenu li a {
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 25px; 
	height: 25px; 
	width: 185px;
	display: block; 
}
/* NORMAL */
#vertimenu a { background: transparent url('../images/sidemenu.png') no-repeat; }
#vertimenu a:hover { background: transparent url('../images/sidemenu.png') 0 -25px no-repeat; text-decoration: none; }

/* NORMAL CURRENT  */

#vertimenu a.sub1_current { background: transparent url('../images/sidemenu.png') 0 -25px no-repeat; }
#vertimenu a.sub1_current:hover { background: transparent url('../images/sidemenu.png') 0 -25px no-repeat; text-decoration: none; }
#vertimenu a.sub2_current  {
	background: transparent url('../images/sidemenu2.png') 0 -25px no-repeat;
}
#vertimenu a.sub2_current:hover {
	background: transparent url('../images/sidemenu2.png') 0 -25px no-repeat; text-decoration: none;
}

#vertimenu li.sub2_first a, #vertimenu li.sub2_mid a, #vertimenu li.sub2_last a {
	text-indent: 25px;
}
#vertimenu a.sub3_current  {
	background: transparent url('../images/sidemenu2.png') 0 -50px no-repeat;
}
#vertimenu a.sub3_current:hover {
	background: transparent url('../images/sidemenu2.png') 0 -50px no-repeat; text-decoration: none;
}
#vertimenu li.sub3_first a, #vertimenu li.sub3_mid a, #vertimenu li.sub3_last a {
	text-indent: 35px;
}

