﻿
.coolmenu{
	border: 1px solid #82DEE6;
	border-top: 0px;
	width: 150px;
	background-color: #82DEE6;
	background-image: url(/Images/Navigation/dropdown.gif);
	background-repeat: repeat-x;
	padding-bottom: 6px;
	position: absolute;
	display: none;
	z-index: 9999999;
}

.coolmenu a
{
	font-size: 22px;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
}

.coolmenu a div
{
	position: relative;
	top: -3px;
}

.coolmenu a img
{
	position: relative;
	top: 1px;
}

html>body .coolmenu a{ /*Non IE rule*/
	width: auto;
}

.coolmenu a:hover{
	_background-color: #82DEE6;
	color: white;
}
