/* Start of CMSMS style sheet 'MenuMain' */
/********************
MENU
*********************/
#MenuMain{
	width: 220px;
	height: 600px;
	background: url('uploads/images/website/bgLeftcolumn-01.png') no-repeat;
	text-align: left;
        color: #333333;
        font-size: 12px;
        font-weight: bold;
}

#MenuMain ul {
	position: relative;
	padding-top: 15px;
	list-style: none;
        margin: 0;
        margin-left: -25px;
*      margin-left: 10px;
}

div#MenuMain ul ul {
   position: relative;
   padding: 0px;
   margin: 0px;
}

div#MenuMain ul ul ul {
   position: relative;
   padding: 0px;
   margin: 0px;
}

#MenuMain li {
   list-style: none;
   display: block;
   font-size: 12px;
   font-weight: bold;
   margin-top: 15px;
   color: #003d6b;
}

#MenuMain ul ul li, ul ul ul li {
   list-style: none;
   display: block;
   background: url(uploads/images/website/indent1.png) no-repeat left 0.3em;
   padding-left: 15px;
   font-size: 12px;
   font-weight: bold;
   margin-top: 15px;
}


/** fix stupid ie bug with display:block; **/
* html #MenuMain li a { height: 1%; } 
* html #MenuMain li hr { height: 1%; }
/** end fix **/

div#MenuMain a {
   font-size: 12px;
        font-weight: bold;
   color: #333333;
   text-decoration: none;
}

div#MenuMain a:hover {
   font-size: 12px;
   font-weight: bold;
   color: #333333;
   text-decoration: underline;
}

/* separator */
div#MenuMain li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#MenuMain li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'MenuMain' */

