.HeaderBarMenu
{
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-weight : bold; 
	font-size : 12px;
	width: 100%;
	height: 30px;
	background-color: #b7d31b
}

.HeaderBarMenu a
{
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-weight : bold; 
	font-size : 11px;
}

.HeaderBarMenu a:hover
{
	color: white;
}

.DropDownMenu
{
	position : absolute;
	visibility : hidden;
	border :1px solid black;
	border-bottom-width : 0;
	font : normal 12px Arial, Helvetica, sans-serif;
	line-height : 18px;
	background-color : #b7d31b;
	width : 200px;
	z-index : 100;
}

.DropDownMenu a
{
	width : 100%;
	display : block;
	border-bottom : 1px solid black;
	padding : 1px 0px;
	text-decoration : none;
	font-weight : bold;
	text-indent : 5px;
}

.DropDownMenu a:hover
{
	background-color: black;
	color: white;
}