#menu{
}

#menu:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#menu ul{
	border: 0px;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
}

#menu ul li{
	display: inline;
}


#menu ul li a{
	float: left;
	color: #FFFFFF;
	font-weight: normal;
	padding: 6px 12px 6px 7px;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #FFFFFF;
}

/* Style for Drop Down Menu */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 0px;
	border-bottom-width: 0;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a{
	display: block;
	text-indent: 3px;
	border: 0px;
	padding: 2px 0px 4px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	text-align:left;
}

.dropmenudiv a:hover{
	background-color: #30A5E9;
	color: #FFFFFF;
}
