
#quickmenu {
	margin-left: 102px;
}

#quickmenu, #menu1 {
	list-style: none;
	font-size: 10pt;
}
#quickmenu {
	margin-left:105px;
}
#quickmenu li {
	height: 18px;
	background: #A52A2A;
	padding-left:5px;
	padding-right:5px;
	margin-right:5px;
	margin-top:6px;
	float:left;
}
#quickmenu li a{
	color: #CACACA;
	font-weight: bold;
	text-decoration: none;
}

#mainMenu {
	position:absolute;
	top:270px;
	padding-top:1px;
	padding-bottom:1px;
	margin-left: 10px;
	width:200px;
	background: #CACACA;
}

#mainMenu a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

#menu1 {
	background:#660000;
	width:198px;
	margin-left:1px;
	text-indent:5px;
	line-height:20px;
	list-style: none;
}
#menu1 li a {
	display:block;
	width:198px;
}
#menu1-level2 {
	list-style: none;
	text-indent:20px;
	background: #800000;
}

#menu1 li.act {
	background:#A52A2A;
}
#menu1 li.act a {
	color:#CACACA;
/*	color:#ffffff;*/
}
/*Act*/
#menu1-level2 li.act {
	background:#A52A2A;
}
#menu1 li a:hover {
	color:#CACACA;
	background:#A52A2A;
}
#menu1-level2 li a:hover {
	background:#A52A2A;
}

ul.csc-menu li {
	list-style: none;
}