/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************MENU*********************/
/* hack for IE6 */
* html div#nav {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}

#nav{
	line-height: 1.2;
}

#nav > ul > li{
	margin: 7px 0;
}

#nav ul li a{
	text-decoration:none;	
}

#nav ul li h3{
	display: inline;
}

#nav ul li span{
	font-size:14px;
	font-weight:bold;
	color: black;
}

#nav li a:hover span{
	color:#003871;	
}

#nav ul ul{
	display: none;
}
#nav ul li.menuactive > a span{
	color: #cccccc;
}
#nav ul li.menuactive ul{
	display: block;	
}

#nav li.currentpage span{
	color: #ffffff;	
}

#nav ul ul{
	list-style: disc inside;
}

#nav ul ul li span{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;	
	font-weight: normal;
}
/* End of 'Navigation: Simple - Horizontal' */

