#dropmenudiv
{
	position: absolute;
	border: 1px outset white;
	border-top-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

html>body #dropmenudiv
{
	margin-left: 0;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: none;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #00A0EC;
	font-weight: bold;
	text-align: left;
	background:url("/images/Tile_Tabs.gif") repeat;
}
	
#dropmenudiv a:hover
{ /*hover background color*/
	color: white;
	font-weight: bold;
	background: url("/images/siteboxes/Tile_Tabs.gif") repeat;
	text-indent: 0;
}


