/* Start of CMSMS style sheet 'Navigation: Simple - Vertical-Current' */
/**** Menu Properties ***/
a {outline:none;}
#menu_vert {
 	margin:0px;
	padding:0px;
	text-align:left;
	width:187px;
}
#menu_vert ul {
	margin:0px;
	padding:0px;
	text-align:left;
	width:187px;
}
/* menu li block */
#menu_vert ul li {
	margin:0 ;
	text-align:left;
	color:#fff;
	list-style-type: none;
	margin:5px 0 5px 0;
}
#menu_vert ul li ul li{
	list-style-type: none;
}
#menu_vert ul ul li {
	border: none;
	text-align:left;
}
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/* first level links */
div#menu_vert ul li a {
	font:normal 11px Arial;
	display: block; 
	color: #C0D1ED;   
	text-decoration:none;
	background:transparent url(images/cms/bullets.gif) no-repeat left top;
	padding-left:18px;
	maring:7px 0 7px 0;
}
/* next level links, more padding and smaller font */
div#menu_vert ul ul {
	padding-left:9px
}
/* third level links, more padding */
div#menu_vert ul ul a {
	background:transparent url(images/cms/bullets.gif) no-repeat left -13px;
	padding-left:22px;
	display: block; 
	color: #fff;    
	maring:3px 0 3px 0; 
	color: #243B61;  
}
/* hover state for all links */
div#menu_vert ul li a:hover {
	background:transparent url(images/cms/bullets.gif) no-repeat left -33px;
	padding-left:18px;
	display: block; 
	color: #fff;    
	maring:7px 0 7px 0;
}
div#menu_vert ul ul a:hover {
	background:transparent url(images/cms/bullets.gif) no-repeat left -61px;
	padding-left:22px;
	display: block; 
	color: #E7CD82;   
	text-decoration:none;
	text-align:left;
}
div#menu_vert a.activeparent:hover {
   background-color: transparent;
   outline:none;
}
div#menu_vert li a.menuactive  {
	background:transparent url(images/cms/bullets.gif) no-repeat left -33px;
	padding-left:18px;
	display: block; 
	color: #fff;    
	maring:7px 0 37px 0; 
}
div#menu_vert ul h3 {
	background:transparent url(images/cms/bullets.gif) no-repeat left -33px;
	padding-left:18px;
	display: block; 
	color: #fff;    
	maring:7px 0 37px 0;                        
}
div#menu_vert ul ul li a.activeparent {
	display: block; 
	color: #fff;   
	text-decoration:none;
}
div#menu_vert ul h3 {
	display: block; 
	color: #fff;                 
}
div#menu_vert ul ul h3 {
	background:transparent url(images/cms/bullets.gif) no-repeat left -61px;
	padding-left:22px;
	display: block; 
	color: #E7CD82;   
	text-decoration:none;    
	maring:3px 0 3px 0; 
}
div#menu_vert li.activeparent ul {
	padding-bottom:10px;
}
h4{
color:#FF0006;
font-weight:bold;
text-align:center;
}

/**** End : Menu ***/
/* End of 'Navigation: Simple - Vertical-Current' */

