#coolmenu{
	background:url(../images/menuBkg.jpg) repeat-x top;
	border-bottom-width: 0;
	width: 175px;
	background-color: #ededed;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
	width: 164px;
}

#coolmenu a{
	font: normal 11px Verdana;
	background:url(../images/menuBkg.jpg) repeat-x bottom;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: #555555;
	text-decoration: none;
	padding:5px 5px 7px 8px;
	/*border-bottom: 1px solid black;*/
}

html>body #coolmenu a{ /*Non IE rule*/
	width: auto;
}

#coolmenu a:hover, #coolmenu #selectedMenu{
	/*background:url(../images/menuBkg.jpg) repeat-x top;*/
	background-color: #fff;
	color: #cd0000;
}


