﻿#menuItems 
{
	font-weight: bold;
}

#menuItems a
{
    display: block;
    font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:25px;
	text-decoration: none;
	line-height: 25px;
	color: #009448;
	text-align: center;
}
#menuItems a:hover
{
    background-color: #F9EC31;
}
.menuItems-Selected
{
    background-color: #F9EC31;
    font-weight: bold;
}



