.sub-menu
{
	position:absolute;
	float:left;
	z-index:10000;
	width:240px;
	top:32px;
	background: black;
	color:white;
	display:none;
	
}

.sub-helper
{
	position: absolute;
	height:16px;
	background:url('/images/px.gif');
	width:240px;
	margin-top: -16px;
}

.sub-menu li
{
	position: relative;
	text-align: left;
	margin-top:20px;
	margin-left:30px;
	margin-bottom:20px;
	border-radius: 4px;
	font-family: Verdana;
	font-size: 12px;
	
	
	
}

.sub-menu a
{
	font-family:Verdana;
	font-size: 12px;
	color:grey;
	text-decoration: none;
}

.sub-menu a:hover
{
	font-family:Verdana;
	font-size: 12px;
	color:white;
	text-decoration: none;
}


.sub-footer{
			position:relative;
			background: url('/images/placeholder_grey.png');
			height:11px;
			width: 210px;
			margin-bottom:10px;
			margin-left:15px;
			float:left;
	}
