#coolmenu{
	border: 1px solid black;
	width: 170px;
	background-color: #E6E6E6;
}

#coolmenu a{
	font: bold 14px sans-serif;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

html>body #coolmenu a{
	width: auto;
}

#coolmenu a:hover{
	background-color: black;
	color: white;
}

#tabledescription{
	font: 14px sans-serif;
	width: 100%;
	height: 3em;
	padding: 2px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
}
