#coolmenu{
border: 1px solid black;
width: 170px;
background-color: #E1FFFC;
}

#coolmenu a{
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid black;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #EFF7FF;
color: #003300;
}
.Heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #000000;
	text-decoration: underline;
}
