/* Start of CMSMS style sheet 'menu' */
#items{ 
	width: 221px;
        margin-left:25px;

}

#items ul {
	margin-left: 0;
	padding-left: 0px;
	margin-top:0px;
	list-style-type: none;
	font-family:arial, helvetica, sans-serif;
	color:#000000;
	font-size:13px;
        letter-spacing:1px;
	border-top:3px solid #000000;  /*black*/
}

#items ul ul{
	border-top:none;
}

#items li{
	font-weight:bold;
}

#items li li{
        font-size:12px;
	font-weight:normal;
}


#items li li li{
        font-size:12px;
	font-weight:normal;
}


#items li.currentpage{
	display: block;
	padding: 3px 0px 3px 10px;
	width: 211px;
	color:#000000;
	background-color:#eeeeee;
	border-bottom: 1px dotted #000000;	
	text-decoration: none;
}

#items li.activeparent{
	font-weight:normal;
        font-size:12px;
        color:#666666;
}

#items a{
	display: block;
	padding: 3px 0px 3px 10px;
	width: 211px;
	border-bottom: 1px dotted #000000; 	
}

#items a:link, #items a:visited{
	color: #000000;  
	text-decoration: none;
}

#items a:hover{
	color:#000000;  
	background-color:#eeeeee; 
}


#items .activeparent a:link, #items .activeparent a:visited{
	color: #000000;  
	text-decoration: none;
}

#items .activeparent a:hover{
	color:#000000;  
	background-color:#eeeeee; 
}

#items ul ul a:link, #items ul ul a:visited, #items ul ul a:hover{
     color:#666666;
}

#items ul ul ul a:link, #items ul ul ul a:visited, #items ul ul ul a:hover{
     color:#666666;
}

#items li.first{
	padding-top:0px;
	margin-top:0px;
}

/* End of 'menu' */

