.MenuLinks
{
color: #b4b4b4;	
text-decoration: none;
font-size: 12px;	
text-transform:lowercase;
}
.MenuLinks:hover
{
color: white;	
text-decoration: none;
font-size: 12px;	
}
.Picture
{
	border-right: #ffffff thin solid;
	border-top: #ffffff thin solid;
	border-left: #ffffff thin solid;
	border-bottom: #ffffff thin solid;
}

.menuselected
{
border-right: darkgray 1px solid; border-top: darkgray 1px solid; border-left: darkgray 1px solid; border-bottom: darkgray 1px solid;	
font: white;
}
.Title
{
	background-color:#b4b4b4;
	width: 100%;
	color: black;
	font-size: small;
	text-transform:lowercase;
	padding-left: 4px;
}
.normaltext
{
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
}