/*menu functions*/

#dlmenuLeftSide {
	height: 60em;
	/*height: auto;*/
	display: table;
}
#menuLeftSide {list-style-type: none; margin: 2px 0; padding: 2px 0; position: absolute; width:218px; 
 }
#menuLeftSide li {display:table; padding: 2px 0; margin: 2px 3px 2px 2px; position: relative; }
#menuLeftSide li a, #menuLeftSide li a:visited {
	display: block;
	text-decoration: none;
	font-size: 9px;
	text-indent: 2px;
}

#menuLeftSide li dd a, #menuLeftSide li dd a:visited
{
	width: 209px;
	font-size: 10px;
	text-indent: 9px;
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menuLeftSide li dd {display:block; /* background: url(sub_grad.gif); */ }
#menuLeftSide li:hover, #menuLeftSide li a:hover {border: 0;}

#menuLeftSide li dt a , #menuLeftSide li a dt a {
	height: 17px;
	padding: 4px 0 0 9px;
	background: url(/images_v2/new-branding/left-menu/item-on-Off.png) no-repeat;
	font-size: 9px;
	text-transform: uppercase;
	background-position: top;
}

#menuLeftSide li dt a span, #menuLeftSide li a dt a span {
	color: #ffbd08;
	float: right;
	margin-right: 10px;
	font-size: 9px;
	*margin-top: -12px;
}

#menuLeftSide li dt a:hover span, #menuLeftSide li a dt a:hover span {
	cursor: pointer;	
}

#menuLeftSide li:hover dt a , #menuLeftSide li a:hover dt a {
	color: #ffbd08;
	background: url(/images_v2/new-branding/left-menu/item-on-Off.png) no-repeat;
	background-position: bottom;
}

#menuLeftSide li:hover dl, #menuLeftSide li a:hover dl {}
#menuLeftSide table {border-collapse:collapse; padding:0; margin:-4px; font-size:.8em;}
#menuLeftSide dl {width: 218px; margin: 0;  cursor:pointer; }
#menuLeftSide dt {
	margin: 0;
	padding: 0;
	font-size: .8em;
	
}

#menuLeftSide li dd, .currentSub,  {display: block; /* background: url(sub_grad.gif); */ }
#menuLeftSide li:hover, #menuLeftSide li a:link, .currentSub  {border: 0;}
#menuLeftSide li:hover dt a , #menuLeftSide li a:link  dt a, .currentSub {
	color: #ffbd08;
}

#menuLeftSide dd {margin:0; padding:0; font-size: 1em; text-align:left; }
.tree dt a, .tree dt a:visited {display:block; color:#fff; padding:0; }
.tree dd a, .tree dd a:visited {color: #818181; min-height:1em; text-decoration:none; display:block; padding: 0; }
* html .tree dd a, * html .tree dd a:visited {height: 1em;}
.tree dd a:hover {
	
	color: #ffbd08;
}

.tree dd a:hover, .currentSub2 {
	
	color: #ffbd08;
}

.currentSub2 a:link {
	
	color: #ffbd08;
}

#menuLeftSide li dt.currentSub a , #menuLeftSide li a dt.currentSub a {
	height: 17px;
	background: url(/images_v2/new-branding/left-menu/selected-item.png) no-repeat;
}

#menuLeftSide li dt.currentSub a , #menuLeftSide .currentSub li a dt a {
	padding: 4px 0 0 9px;
}

#menuLeftSide li:hover dt a , #menuLeftSide li a:hover dt a {
	color: #ffffff;
}

.tree dd a:hover {
	background: url(/images_v2/new-branding/left-menu/trans.png);
}
