#MenuPositionStyle
{
	z-index: 1000;
	position: absolute;
}

#PageHeader
{
	position: static;	
	height: 20px;
}

.CategoryContainerStyle
{
	background-color: #99CC00;
	color: White;
	
	border-color: White;
	border-width: 1px;
	border-style: solid;
	
	text-indent: 5px;
	text-align: center;
	text-decoration: none;
	
	font-size: 10px;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	
}

.CategoryContainerStyle:hover
{	
	background-color: #007CC3;
	color: #99CC00;
}

.ItemContainerStyle
{
	background-color: #99CC00;
	color: White;
	
	border-color: white;
	border-width: 1px;
	border-style: solid;
	
	text-align: left;
	text-decoration: none;
	
	font-size: 10px;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	
	padding-left: 5px;
}

.ItemContainerStyle:hover
{
    background-color: #007CC3;
	color: #99CC00;  
}
