ul#menu
{
	width: 188px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}
ul#menu li 
{
	line-height: 27px;
	margin-top: 5px;
	cursor: pointer;
	background: url('../images/left_menu_item.gif') no-repeat;
}
ul#menu li a
{
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	padding-left: 20px;
	display: block;
}
ul#menu li a:hover
{
	color: #000080;
	text-decoration: none;
}

ul#menu li:hover
{
	background: url('../images/left_menu_item1.gif') no-repeat;
	color: #000080;
}

ul#menu li.menuSelected
{
	color: #000080;
	background: url('../images/left_menu_item1.gif') no-repeat;
}
ul#menu li.menuSelected a
{
	color: #000080;
	text-decoration: none;
	vertical-align: top;
	padding-left: 20px;
}
/*last item from list*/
ul#menu li.last
{
	line-height: 25px;
	margin-top: 5px;
	cursor: pointer;
	background: url('../images/left_menu_item.gif') no-repeat;
}
ul#menu li.last:hover
{
	background: url('../images/left_menu_item1.gif') no-repeat;
	color: #000080;
}

ul#menu li.lastMenuSelected
{
	color: #000080;
	background: url('../images/left_menu_item1.gif');
}
ul#menu li.lastMenuSelected a
{
	color: #000080;
	text-decoration: none;
	vertical-align: top;
	padding-left: 20px;
	display: block;
}