/* Start of CMSMS style sheet 'kiratin:Navigation: Simple - Vertical' */
/******************** MENU *********************/
#menu_verta {
	margin: 0;
	padding: 0;
}
#menu_vert ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu_vert ul ul {
	margin: 0px 0 0 10px;
	padding: 0px 5px 0px 0px;
}
#menu_vert li {
	list-style: none;
	margin: 0px 0px -1px;
	padding: 0px 0px 4px 0px;
}
#menu_vert li li{
	list-style: none;
	margin: 0 0px 0px 5px;
	padding: 0px 0px px 0px;
}
#menu_vert li.currentpage {
                padding-left:20px;
	font-weight:bold;
                color:#01624c;
	background: transparent url(uploads/systemgrafik/menupil_active.gif) no-repeat left center;
}
#menu_vert li li.currentpage {
                font-size:90%;
}
#menu_vert li.menuactive {
	margin: 0;
	padding: 0px;
}
#menu_vert li.menuactive ul {
	margin: 0;
}
#menu_vert li.activeparent {
	margin: 0;
	padding: 0px;
}
/* fix stupid IE6 bug with display:block; */
* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	background: none url(uploads/systemgrafik/menupil.gif) no-repeat right bottom;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/
/* first level links */
div#menu_vert a, div#menu_vert a:visited{
	display: block;
	padding: 0.3em 0.3em 0.3em 1.5em;
	color: #999;
                font-weight:bold;
/* Fixes IE7 whitespace bug */	min-height: 1em;
	text-decoration: none;
	background: transparent url(uploads/systemgrafik/menupil.gif) no-repeat left center;
}
div#menu_vert a:hover, div#menu_vert a:active{	background: transparent url(uploads/systemgrafik/menupil_active.gif) no-repeat left center; }

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	font-size: 90%;
	padding: 0.8em 0.3em 0.5em 1.8em;
}
/* third level links, more padding */
div#menu_vert ul ul ul a {
	padding: 0.5em 0.3em 0.3em 3em;
}
/* hover state for all links */
div#menu_vert a:hover {
	background-color: transparent;
	color: #595959;
	text-decoration: underline;
}
div#menu_vert a.activeparent:hover {
	color: #595959;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_vert li.activeparent {
/* you can set your own image here */
	background: transparent url(uploads/systemgrafik/menupil_unfolded.gif) no-repeat left center;
}
div#menu_vert li.activeparent a.activeparent {
/* you can set your own image here */
	background: transparent url(uploads/systemgrafik/menupil.gif) no-repeat left center;
/* to contrast with background image */
	color: #000;
}
div#menu_vert li a.parent {
/* takes left padding out so span image has room on left */
	padding-left: 0em;'
background: none url(uploads/systemgrafik/menupil_active.gif) no-repeat right bottom;
}
div#menu_vert ul ul li a.parent {
/* increased padding on left offsets it from one above */
	padding-left: 0.9em;
}
div#menu_vert li a.parent span {
	display: block;
	margin: 0;
/* adds left padding taken out of "a.parent" */
	padding-left: 1.5em;
/* arrow on left for pages with children, points down, you can set your own image here 
	background: transparent url(uploads/ngrey/menupil_unfolded.gif) no-repeat left center;*/
}
div#menu_vert li a.parent:hover {
/* removes underline hover effect */
	text-decoration: none;
}
div#menu_vert li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 1.5em;
/* arrow on left for pages with children, points right for hover, you can set your own image here */
	background: transparent url(uploads/systemgrafik/menupil_unfolded.gif) no-repeat left center;
}
div#menu_vert li a.menuactive.menuparent {
/* sets it in a little more than a.parent */
	padding-left: 0.35em;
    color:#01624c;
	background: transparent url(uploads/systemgrafik/menupil_unfolded.gif) no-repeat left center;
}
div#menu_vert ul ul li a.menuactive.menuparent {
/* sets it in a little more on next level */
	padding-left: 0.99em;
}
div#menu_vert li a.menuactive.menuparent span {
	display: block;
	margin: 0;
/* to contrast with non active pages */
	font-weight: bold;
	padding-left: 1.5em;
/* arrow on left for active pages with children, points right, you can set your own image here 
	background: transparent url(uploads/ngrey/parent.png) no-repeat 2px center;*/
}
div#menu_vert li a.menuactive.menuparent:hover {
	text-decoration: none;
	color: #18507C;
}
div#menu_vert ul ul li a.activeparent {
	color: #fff;
}
/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */


/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	font-size: 130%;
	font-weight: bold;
	padding: 1.5em 0 0.8em 0;
	background-color: #fff;
	line-height: 1em;
	margin: 0;
	text-align: center;
}
/* separator */
div#menu_vert li.separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	padding: 2px 0 2px 0;
	background-color: #000;
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px;
/* for ie */
}
div#menu_vert li.separator hr {
	display: none;
/* this is for accessibility */
}
/* End of 'kiratin:Navigation: Simple - Vertical' */

