@charset "utf-8";
/* CSS Document */

div#s1 {
	width: 198px; /* menu width */
	margin:0px;
	height: 213px;
	}
	
	div#s1 ul {
	list-style-type: none; /* get rid of the bullets */
	padding:0px; /* no padding */
	margin:0px; /* no margin for IE either */
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}
	
	div#s1 ul li {
	margin: 0px;
	padding: 0px;
	display:inline;
	}
	
	div#s1 ul li a {
	display: block; /* lines extend to right, make area clickable */
	color:#CC9900;
	margin:0px;
	text-decoration: none;
	/* padding-top: 7px;
	padding-bottom: 8px;*/
/*	padding-right: 3px;*/
	line-height:25px;
	/*	padding-left: 7px;*/
/*	height:15px;*/
	/* background: url(../images/mainsub_bg_CPS_7.jpg) no-repeat 0px;*/
	background: url(../images/mainmenu_CPS_bg_6.jpg) no-repeat 0px;
	background: url(../images/CPS_homemenu_bg_6.jpg) no-repeat 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
	div#s1 ul ul li a {
	margin-left: 50px; /* indent level 1 */
	}
	
	div#s1 ul li a:hover {
	color: #FFFFFF;
	background: url(../images/mainmenu_CPS_bg_active_6.jpg) no-repeat 0px; /* rollover effect */
	background: url(../images/CPS_homemenu_bg_active_6.jpg) no-repeat 0px; /* rollover effect */
	}
	
	div#s1 li ul, div#s1 li.open li.closed ul 
	{
	display: block; /* collapse */
	}
	
	div#s1 li.open ul 
	{
	display: block; /* expand */
	}
	
	div#s1 li.active a {
	color: #CC6600; /* highlight text */
	line-height: 40px;
	padding-left: 50px;
	} 
	
	div#s1 li.active li a {
	color: #CC9966; /* fix lower levels */
	}
	div#s1 li.active li a:hover {
	color: #FFFFFF; /* fix lower levels */
	}
	
	/*////////////////////*/

div#s2 {
	width: 218px; /* menu width */
	margin:0px;
	height: 213px;
	}
	
	div#s2 ul {
	list-style-type: none; /* get rid of the bullets */
	padding:0px; /* no padding */
	margin:0px; /* no margin for IE either */
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}
	
	div#s2 ul li {
	margin: 0px;
	padding: 0px;
	display:inline;
	}
	
	div#s2 ul li a {
	display: block; /* lines extend to right, make area clickable */
	color:#CC9900;
	margin:0px;
	text-decoration: none;
	/* padding-top: 7px;
	padding-bottom: 8px;*/
/*	padding-right: 3px;*/
	line-height:25px;
	/*	padding-left: 7px;*/
/*	height:15px;*/
	/* background: url(../images/mainsub_bg_CPS_7.jpg) no-repeat 0px;*/
	background: url(../images/mainmenu_CPS_bg_6.jpg) no-repeat 0px;
	background: url(../images/CPS_homemenu_bg_6.jpg) no-repeat 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
	div#s2 ul ul li a {
	margin-left: 50px; /* indent level 1 */
	}
	
	div#s2 ul li a:hover {
	color: #FFFFFF;
	background: url(../images/mainmenu_CPS_bg_active_6.jpg) no-repeat 0px; /* rollover effect */
	background: url(../images/CPS_homemenu_bg_active_6.jpg) no-repeat 0px; /* rollover effect */
	}
	
	div#s2 li ul, div#s1 li.open li.closed ul 
	{
	display: block; /* collapse */
	}
	
	div#s2 li.open ul 
	{
	display: block; /* expand */
	}
	
	div#s2 li.active a {
	color: #CC6600; /* highlight text */
	line-height: 40px;
	padding-left: 50px;
	} 
	
	div#s2 li.active li a {
	color: #CC9966; /* fix lower levels */
	}
	div#s2 li.active li a:hover {
	color: #FFFFFF; /* fix lower levels */
	}