@charset "utf-8";
/* CSS Document */
.coolmenu{
	border: 1px solid black;
	background-color: #E6E6E6;
	font-size: 11px;
	font-weight: normal;
}

.coolmenu a{
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
	display: block;
}

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

.coolmenu a:hover{
	background-color: #003;
	color: white;
}

