﻿.tab{
	/* margin-bottom: 1em; */
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	background-color: #036;
	overflow: hidden;
	}

.tab ul{
	font: bold 12px Verdana;
	list-style-type: none;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	}

.tab li{
	float: right;
	margin: 0;
	display: inline;
	}

.tab a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #5588BB;
	}

.tab a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #99BBDD;	
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px solid #a9a9a9;
	border-width: 0 1px;
	font: normal 12px Tahoma;
	line-height: 18px;
	z-index: 100;
	background-color: #036;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #a9a9a9;
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	text-decoration:none;

}

.dropmenudiv a:hover{ 
	background-color: #99BBDD;
	color: #036;
	text-decoration: none;
}
