#menu
{
	margin-left: 10px;
	width: 111px;
	background-color: #F8FFEF;
}


#menu a
{
	height: 21px;
	color: #5e6254;
	display: block;
	width: 111px;
	font-weight: normal;
	font-size: 8pt;
	background-image: url(pics/MenuItem.gif);
	background-repeat: no-repeat;
	font-family: verdana, sans-serif;
	padding-left: 2px;
	text-decoration: none;
} 


#menu a:hover
{
	height: 21px;
	color: #1a4126;
	display: block;
	width: 111px;
	font-weight: bold;
	font-size: 8pt;
	background-image: url(pics/MenuItem_selected.gif);
	background-repeat: no-repeat;
	font-family: verdana, sans-serif;
	padding-left: 2px;
	text-decoration: none;
	letter-spacing: -1px;
} 


#submenu a
{
	height: 21px;
	color: #5e6254;
	display: block;
	width: 103px;
	font-weight: normal;
	font-size: 7pt;
	background-image: url(pics/SubMenuItem.gif);
	background-repeat: no-repeat;
	font-family: verdana, sans-serif;
	padding-left: 10px;
	text-decoration: none;
} 

#submenu a:hover
{
	height: 21px;
	color: #1a4126;
	display: block;
	width: 103px;
	font-weight: bold;
	font-size: 7pt;
	background-image: url(pics/SubMenuItem_selected.gif);
	background-repeat: no-repeat;
	font-family: verdana, sans-serif;
	padding-left: 10px;
	text-decoration: none;
	letter-spacing: 0px;
} 

