/* Start of CMSMS style sheet 'LJKE : Simple - Vertical' */
/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert, #sidebar {
	padding-left: 0;
	margin-left: 0em;
	line-height: 120%;
	width: 234px;
}

/* top border */
div#menu_vert ul ul {
	border-top: 1px solid #8c4135;
}

/* menu li block */
#menu_vert li, #sidebar li {
   list-style: none;
   margin: 0;
   display: block;
}
#menu_vert  ul  ul  li {
	border-bottom: 1px solid #8c4135;
}

#sidebar  ul  li {
	width: 234px;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a, * html #sidebar li a { height: 1%; } 
* html #menu_vert li hr, * html #sidebar li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a, div#sidebar a {
	text-decoration:none; /* no underline for links */
	display: block; /* some air for it */
	color: #fff;
	min-height:1em; /* Fixes IE7 whitespace bug */
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.8em;
	padding-left: 1em;
}


/* hover state for all links */
div#menu_vert a:hover, div#sidebar a:hover {
	background-color: #d3eae8;
        color: #300;
}
div#menu_vert a.activeparent:hover {
	background-color: #d3eae8;
	color: #300;
}

/* 
next level current pages
*/
div#menu_vert ul ul h3, div#menu_vert ul h3, div#sidebar ul h3 {
	font-size: 100%;
	background-color: #d3eae8;
	color: #600;
	font-weight: normal;
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.8em;
	padding-left: 1em;
	margin: 0px;
	text-align: right;
}


/* End of 'Navigation: Simple - Vertical' */


/* End of 'LJKE : Simple - Vertical' */

