﻿/* Toplevel images item styles ------------------------------------ */
.TopGroup{}

.SubMenuGroup{background-color:White}

/* Default item styles ------------------------------------ */ 
.Item,.ItemHover,.ItemExpanded
{cursor:pointer;font-family:Arial;font-size:22px;font-weight:bold;color:White;
	text-transform:capitalize;word-spacing:3px;text-align:center;padding-left:8px;padding-right:8px;}

.ItemHover,.ItemExpanded{color:#fff308;}

/* Child selected item styles ------------------------------------ */ 
.ChildItem,.ChildItemHover,.ChildItemExpanded
{cursor:pointer; font-size:13px;font-weight:normal;	color:White;text-decoration:none;
	background-color: #004812;text-align:left;padding:6px 20px 6px 20px;}

.ChildItemHover,.ChildItemExpanded{color:White;background-color: #7F8081;}

.divItem div{width:1px;height:19px;border-right:solid 2px White;margin-left:4px;
	margin-right:4px;position:relative;	top:2px;font-size:0px;line-height:0px;}
