.leftMenuGroup
{
	background-color: White;
	border-style: none;
	border-width: 0px;
	border-color: Black;
	cursor: auto;
	cursor: hand;
	padding: 0px;
}

.leftMenuItem
{
	border-style: none;
	border-width: 1px;
	border-color: 3F0000;
	font-family: Tahoma;
	font-size: 10pt;
}

.leftMenuItemOver
{
	background-color: #f5f5f5;
	border-style: solid;
	border-width: 0px;
	border-color: #a9a9a9;
	cursor: auto;
	cursor: hand;
	font-family: Tahoma;
	font-size: 10pt;
}

.leftMenuSeparatorTop
{
	border-width: 1px;
	background-color: #FF4D4D;
}

.leftMenuSeparator
{
	border-width: 1px;
	background-color: #3F0000;
}

.leftSubMenuGroup
{
	border-style: none;
	border-width: 0px;
	border-right:0px;
                border-left: Black :1px;
	border-color: Black;
	cursor: auto;
	cursor: hand;
	padding: 0px;
}

.leftSubMenuSeparatorTop
{
                padding: 1px;
	border-width: 0px;
	background-color: #111111;
}

.leftSubMenuItem
{
	border-left: white 0px outset;
	padding-right: 0px;
	border-top: white 1px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 2px;
	text-transform: capitalize;
	border-left: white 1px outset;
	cursor: hand;
	color: black;
	padding-top: 4px;
	border-bottom: silver 1px solid;
	font-family: Verdana;
	height: 20px;
	background-color: #ffffff;
	text-align: left;
	text-decoration: none;
}

.leftSubMenuItemOver
{
	border-right: 0px outset;
	padding-right: 0px;
	border-top: 1px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 2px;
	text-transform: capitalize;
	border-left:  1px outset;
	cursor: hand;
	color: black;
	padding-top: 4px;
	border-bottom: silver 1px solid;
	font-family: Verdana;
	height: 20px;
	background-color: #f0f0f0;
	text-align: left;
	text-decoration: none;
}
