/* CSS Document */

/*-----------------------------*/
#coolmenu{
	width: 120px;
	background-color: #000000;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1 solid #000000;
	border-left: 1px solid #000000;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 120px;
}

#coolmenu a{
	font: bold 10px Verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #00818A;
	background: #00818A;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #9A2E00;
color: #FFFFFF;
}

/*-------------------------*/
