﻿.mainMenuItemNormal
{
	padding-left : 7px;
	
}

.mainMenuItemSelected
{
	padding-left : 7px;
	background-image : url(img/activeItem.gif);
	background-repeat : no-repeat;
}

A.MenuItemSelected:link,
A.MenuItemSelected:visited,
A.MenuItemSelected:active
{
	color: #000000;
	text-decoration:none;
	font-family: Arial;
	font-size: 10pt;
	font-weight:normal;
}

A.MenuItemSelected:hover
{
	color: #000000;
	text-decoration:none;
	font-family: Arial;
	font-size: 10pt;
	font-weight:normal;	
}


