﻿#MENU
{
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: gray;
	width: 148px;
	min-height: 150px;
	margin: 0 0 5px 0;
}
#MENU .Item
{
	border-style: none none solid none;
	border-width: 1px;
	border-color: gray;
	width: 148px;
	min-height: 30px;
	cursor: pointer;
}
#MENU .Item,
#MENU .Item a
{
	background-color: #F0F0F0;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
#MENU .Item div
{
	position: relative;
	left: 10px;
	top: 9px;
	text-decoration: none;
}
#MENU .Item:hover,
#MENU .Item a:hover
{
	text-decoration: none;
	font-weight: bold;
}

