﻿
.coolmenu
{
	margin-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-left: -4px;
	border: solid 1px #64371A;
	border-top: 0px;
	width: 166px;
	background-color: #976A4D;
	position: absolute;
	display: none;
	z-index: 1000;
}

.coolmenu a
{
	background-color: #976A4D;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	padding: 3px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-variant: small-caps;
}

html>body .coolmenu a{ /*Non IE rule*/
	width: auto;
}

.coolmenu a:hover{
	_background-color: #82DEE6;
	color: white;
}

