#menuleft{margin:16px 15px 0 18px}

#menuleft ul {list-style: none; margin:0;padding:0}

#menuleft li {}

.mainitems{}

.mainitems a{
	padding:0 0 0 14px;
	margin:0;
	background-image:url(../images/bulletside.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#757573;
	display:block;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana;
	line-height:20px;
	border-bottom:1px solid #d4d2c5;
}

.mainitems a:hover
{
	color:#020202;
}

.subuls{
	padding:0;
	margin:0;
}

.subuls li{
	width: 187px;
	clear:both;
	margin:0;
}

.subuls li a{
	display:block;
	color:#757573;
	font-weight:normal;
	line-height:20px;
	text-indent:12px;
	background-image:url(../images/bulletside.gif);
	background-position:left;
	background-position:7 6;
	font-family:Verdana;
	background-repeat:no-repeat;
}

.subuls li a:hover{color:#020202}

.subuls2
{
	margin-left:10px;
}

.subuls2 li a
{
	font-size:100%;
	background-image:url();
	padding-left:20px;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 100%;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	height:33px;
	background-color:#EE6A2A;
}

