#navicol 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 */
#navicol li.top {
	float: left;
	position: relative;
	margin: 5px; 
	height: 30px;
	}

/* style the links for the top level */
#navicol li.top a {
	display: block;
	color: #CCC; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	padding: 0 12px;
	line-height: 14px;
	border-right: 1px solid #CDCDCD;
	}

/* style the top level hover */
#navicol li a:hover { 
	color: #000;
	}

* html #navicol li a:hover { 
	color: #000;
	}

#navicol li :hover > a {
	color: #000;
	}

#navicol ul li:hover ul, #navicol ul a:hover ul {
	visibility: visible; 
	}
