#leftcol ul {
	margin: 0; padding: 0;
	list-style-type: none;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#leftcol li.top {
	float: none;
	margin: 0 0 5px 0; 
	height: 25px; width: 240px;
	background: #8F989D;
	}

/* style the links for the top level */
#leftcol li.top a {
	display: block;
	color: #FFF; 
	font-size: 12px;
	font-weight: normal;
	text-decoration: none; 
	padding-left: 25px;
	line-height: 25px;
	}

#leftcol li.sub {
	float: none;
	margin: 0 0 5px 0; 
	height: 25px; width: 240px;
	background: #5b656a;
	}

#leftcol li.sub a {
	display: block;
	color: #FFF; 
	font-size: 12px;
	font-weight: normal;
	text-decoration: none; 
	padding-left: 40px;
	line-height: 25px;
	}

*+html #leftcol li.top, *+html #leftcol li.sub {
	margin: 0 0 2px 0; padding: 0;
	}

/* style the top level hover */
#leftcol li a:hover { 
	color: #000;
	font-weight: normal;
	background-color: red;
	}

* html #leftcol li a:hover { 
	color: #000;
	font-weight: normal;
	background-color: red;
	}

#leftcol li :hover > a {
	color: #000;
	font-weight: normal;
	background-color: red;
	}
