/* Start of CMSMS style sheet 'Adefim 1304 Menu' */
/******************** MENU *********************/
#col_left {
      width:172px;
	margin: 0 ;
	padding: 0;
}

#col_left ul {
	list-style: none;
	margin: 8px 0px 0 15px;
	padding: 0px 4px 8px 4px;
     background: transparent url(uploads/images/t2.png) no-repeat left bottom;
}
#col_left ul ul {
	margin: 0;
/* padding right sets second level li in on right from first li */
	padding: 5px 5px 5px 5px;
/* replaces bottom of li.menuactive menuparent, looks like li below it, set in 5px more, is sitting on top of it */
	background: transparent url(uploads/images/t4.png) repeat-x right -4px;
}
#col_left li {
	list-style: none;
	margin: 0px 0px 3px;
	padding: 0px 0px 2px 0px;
	background: transparent url(uploads/images/t4.png) repeat-x left bottom;
}
#col_left li.currentpage {
	padding: 0px 0px 2px 0px;

}
#col_left li.menuactive {
	margin: 0px 0px 3px;
	padding: 0px 0px 2px 0px;
/* replaced by image in ul ul */
	background: transparent url(uploads/images/t4.png) repeat-x left bottom;

}
#col_left li.menuactive ul {
	margin: 0 0 5px 0;
	background: #e3e9f1;
}
#col_left li.activeparent {
	margin: 0;
	padding: 0px;

}
/* fix stupid IE6 bug with display:block; */
* html #col_left li {
	height: 1%;
}
* html #col_left li a {
	height: 1%;
}
* html #col_left li hr {
	height: 1%;
}
/** end fix **/
/* first level links */
div#col_left a {
	display: block;
	padding: 0.4em 0.3em 0.5em 0.4em;
	color: #000;
	min-height: 1em;
	text-decoration: none;
	background: transparent url(uploads/images/t3.png) repeat-x left 1px;
}
/* next level links, more padding and smaller font */
div#col_left ul ul a {
	font-size: 90%;
	padding: 0.4em 0.3em 0.3em 0.4em;
}
/* third level links, more padding */
div#col_left ul ul ul a {
	padding: 0.4em 0.3em 0.3em 0.4em;
}
/* hover state for all links */
div#col_left a:hover {
	background-color: transparent;
	color: #EB4F25;
}
div#col_left a.activeparent:hover {
	color: #595959;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#col_left li.activeparent {
/* you can set your own image here */
	background: transparent url(uploads/images/t4.png) repeat-x left -65px;
/* white to contrast with background image */
	color: #fff;
}
div#col_left li.activeparent a.activeparent {
/* you can set your own image here */
	background: transparent url(uploads/images/t3.gif) repeat-x left 1px;
/* to contrast with background image */
	color: #000;
}
div#col_left li a.parent {
/* takes left padding out so span image has room on left */
	padding-left: 0em;
}
div#col_left ul ul li a.parent {
/* increased padding on left offsets it from one above */

}
div#col_left li a.parent span {
	display: block;
	margin: 0;
/* adds left padding taken out of "a.parent" */
	padding-left: 0.4em;

/* arrow on left for pages with children, points down, you can set your own image here */
/* background: transparent url(uploads/ngrey/active.png) no-repeat 2px center; */
}
div#col_left li a.parent:hover {
/* removes underline hover effect */
	text-decoration: none;
}
div#col_left li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 0.4em;

/* arrow on left for pages with children, points right for hover, you can set your own image here */
/* background: transparent url(uploads/ngrey/parent.png) no-repeat 2px center; */
}
div#col_left li a.menuactive.menuparent {
/* sets it in a little more than a.parent */
padding:0.4em 0.3em 0.5em 0.4em;
        color:#eb4f25;
}
div#col_left ul ul li a.menuactive.menuparent {
/* sets it in a little more on next level */

}
div#col_left li a.menuactive.menuparent span {
	display: block;
	margin: 0;
/* to contrast with non active pages */
	font-weight: bold;

/* 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#col_left li a.menuactive.menuparent:hover {
	text-decoration: none;
	color: #18507C;
}
div#col_left 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 */
div#col_left ul h3 {
	display: block;
/* some air for it */
	padding: 0.4em 0.3em 0.5em 0.4em;
/* this will be link color for all levels */
	color: #eb4f25;
/* instead of the normal font size for <h3> */
	font-size: 1em;
/* as <h3> normally has some margin by default */
	margin: 0;
/* you can set your own image here, same as "a" */
	background: transparent url(uploads/images/t3.png) repeat-x left 1px;
        border:none;
}
/* next level current pages, more padding, smaller font and no background color or bottom border */
div#col_left ul ul h3 {
	font-size: 90%;
	padding: 0.4em 0.5em 0.3em 0.4em;
/* you can set your own image here, same as "a" */
	background: transparent url(uploads/images/t3.png) repeat-x left 1px;
	color: #000;
}
/* current page on third level, more padding */
div#col_left ul ul ul h3 {
	padding: 0.4em 0.5em 0.3em 0.4em;
}
/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#col_left li.sectionheader {
	border-right: none;
	padding: 0.4em 0.5em 0.3em 0.4em;
	background: transparent url(uploads/images/t3.png) repeat-x left 1px;
	line-height: 1em;
	margin: 0;
        color: #18507C;
        cursor:text;
}
/* separator */
div#col_left .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#col_left li.separator hr {
	display: none;
/* this is for accessibility */
}
/* End of 'Adefim 1304 Menu' */

