#menu li
{
	list-style-type:none;
	font-size:10pt;
	margin-left: 20px;
	width:170px;
	padding: 4px 0px 4px 0px;
}
#menu a
{
	border-bottom:2px solid #E0AA2E;
	color:#450F41;
	width:170px;
	text-decoration:none;
	padding-bottom:4px;
	display:block;
	font-weight:bold;
}
#menu a:hover
{
	border-bottom:2px solid #450F41;
	color: #0000C0;
}
#menu a.menusel
{
	border-bottom:2px solid #450F41;
	color:#000000;
	background: url("images/arrow.gif") no-repeat right;
}
#menu a.lvl2
{
	border-bottom:2px solid #E0AA2E;
	color:#450F41;
	width:170px;
	padding-bottom:4px;
	display:block;
	font-weight:bold;
	text-indent:20px;
}
#menu a.lvl2:hover
{
	border-bottom:2px solid #450F41;
	color: #0000C0;
}

#menu a.lvl2menusel
{
	border-bottom:2px solid #450F41;
	color:#000000;
	background: url("images/arrow.gif") no-repeat right;
	text-indent:20px;
}

