/* Start of CMSMS style sheet 'Navigation: Simple - Vertical - New' */
#menu_vert {
	margin: 0;
	padding: 0;
}

#menu_vert ul {
	list-style: none;
	margin: 0 0 25px;
	padding: 0px;

}

#menu_vert ul ul {
	margin: 0;
	padding: 10px 0px 0px 15px;
	background: transparent url(images/css/transparent.png) no-repeat right -4px;
}

#menu_vert li {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 5px;
	background: transparent url('images/css/transparent.png');
        height:50px;
        width:175px;
}

#menu_vert li:hover {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 5px;
	background: transparent url('images/css/transparent_2.png');
        height:50px;
        width:175px;
}


#menu_vert li.currentpage {
	padding: 0px 0px 3px 0px;
}

#menu_vert li.menuactive {
	margin: 0;
	padding: 0px;
	background: none;
}

#menu_vert li.menuactive ul {
	margin: 0;
}

#menu_vert li.activeparent {
	margin: 0;
	padding: 0px;
}

div#buttontext{
        height:33px;
        padding:17px 0 0 0px;
}

div #buttonicon{
        float:left;
        height:50px;
        padding: 0 12px 0 0;
        width:57px;
}

/* fix stupid IE6 bug with display:block; */
* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/

div#menu_vert a {
	display: block;
	color: #18507C;
	text-decoration: none;
}

div#menu_vert ul ul a {
	font-size: 90%;
	padding:5px 10px;
}

div#menu_vert ul ul ul a {
	padding:5px 10px;
}

div#menu_vert a:hover {
	background-color: transparent;
	color: #595959;
	text-decoration: underline;
}

div#menu_vert a.activeparent:hover {
	color: #595959;
}

div#menu_vert li.activeparent {
	background: transparent url(images/css/transparent.png) no-repeat right -65px;
	color: #fff;
}

div#menu_vert li.child {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 5px;
	background: transparent url('images/css/transparent.png');
        height:20px;
        width:175px;
}

div#menu_vert li.child:hover {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 5px;
	background: transparent url('images/css/transparent_2.png');
        height:20px;
        width:175px;
}


div#menu_vert li.activeparent a.activeparent {
	background: transparent url(images/css/transparent.png) no-repeat right top;
	color: #000;
}



div#menu_vert ul ul li a.parent {
	padding-left: 0.9em;
}

div#menu_vert li a.parent span {
	display: block;
	margin: 0;
	padding-left: 1.5em;
}

div#menu_vert li a.parent:hover {
	text-decoration: none;
}

div#menu_vert li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 1.5em;
	background: transparent url(uploads/ngrey/active.png) no-repeat 2px center;
}

div#menu_vert li a.menuactive.menuparent {
	padding-left: 0.35em;
}

div#menu_vert ul ul li a.menuactive.menuparent {
	padding-left: 0.99em;
}

div#menu_vert li a.menuactive.menuparent span {
	display: block;
	margin: 0;
	font-weight: bold;
	padding-left: 1.5em;
	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;
}

div#menu_vert ul h3 {
	display: block;
	padding: 0.8em 0.5em 0.5em 1.5em;
	color: #000;
	font-size: 1em;
        vertical-align:middle;
	margin: 0 0 5px;
        background: transparent url(images/css/transparent.png);
        height:50px;
}

div#menu_vert ul ul h3 {
	font-size: 90%;
	padding: 0.8em 0.5em 0.5em 2.8em;
	background: transparent url(uploads/ngrey/libk.gif) no-repeat right top;
	color: #000;
}

div#menu_vert ul ul ul h3 {
	padding: 0.6em 0.5em 0.2em 3em;
}

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;
}

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;
}

div#menu_vert li.separator hr {
	display: none;

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

