﻿
/* Default item styles ------------------------------------ */ 
.Item,.ItemHover,.ItemExpanded
{cursor:pointer;font-size:13px;font-weight:normal;color:#E08B3B;text-decoration:none;
	background-color:Transparent;padding:4px 12px 0px 12px;font-weight:bold; height:31px;}

.ItemHover,.ItemExpanded{background:url(images/menu/MenuRepeaterHover.png) repeat-x; background-position:0px 7px;}

.DivItem{padding:0px; vertical-align:top;}
.DivItem div{width:22px; height:35px; background:url(images/menu/horizontalMenuSpacer.jpg) no-repeat top;}

/* Child styles ------------------------------------ */ 
.SubGroupCssClass{background:#ede9b9;}

.ChildItem,.ChildItemHover
{cursor:pointer; color:#E08B3B;text-decoration:none;
 text-align:left; background:url(images/menu/SubmenuRight.jpg) repeat-y right;}
 
.ChildItemHover{color:#466F93;background:url(images/menu/SubmenuRightHover.jpg) repeat-y right;background-color:#DBE6E6;}

/*- ChildTemplate -*/
.ChildDivItem{}
.menuChildItem{ border-collapse:collapse;}
.menuChildItem td{padding:0px;font-size:12px;font-weight:bold;}
.menuChildItem .Left, .ChildDivItem .Left{width:18px; background:url(images/menu/SubmenuLeft.jpg) repeat-y;}
.menuChildItem .Right, .ChildDivItem .Right{width:18px;/*background is on parent cell since it will detect the widest item*/}
.menuChildItem .Center{height:25px;line-height:25px;padding:0px 5px 0px 5px;}
.ChildDivItem .Center{height:1px; width:80%; background:url(images/menu/SubmenuDivider.jpg) repeat-x bottom; }

.ChildItemHover .Left{background:url(images/menu/SubmenuLeftHover.jpg) repeat-y;}


