﻿/* Default item styles ------------------------------------ */ 
.Item,.ItemHover,.ItemExpanded{	cursor:pointer; }

.ItemHover,.ItemExpanded{ text-decoration:underline; }

/* Child selected item styles ------------------------------------ */ 
.ChildItem,.ChildItemHover,.ChildItemExpanded
{
font-size: 10px;
	height: 20px;
	line-height: 20px;
	padding:0px 4px 2px 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	width: 200px;
	cursor:pointer;
}

.ChildItem { background-color:#fff; }

.ChildItemHover,.ChildItemExpanded{
	background-color: #CCCCCC;
	text-decoration: none; }

/* Left Menu Items */
.LeftItem, .LeftItemHover, .LeftItemExpanded, .LeftItemSelected, .LeftItemSelectedHover {
	font-size: 12px;
	padding: 6px 2px;
	margin: 4px 0px 4px 0px;
	width: 206px;
	color: #41372d;
	text-decoration: none;
	cursor:pointer;
	}
	
.LeftItemHover, .LeftItemSelectedHover { 
	color: #41372d;
	background-color: #ffffff;
	text-decoration: none;}
	
.LeftItemSelectedHover, .LeftItemSelected { font-weight:bold; }
	
.LeftDividerItemLook { border-bottom: 1px dotted #41372d;}

.LeftMenuHeader { cursor:default; height:26px; padding:6px 2px; }



