.MainGroup
{ 	
	background:transparent url(../../images/menuItemBg.gif)  bottom left repeat;
	cursor:pointer;
	cursor:hand;
	COLOR: #2b7bc5;
	
}

.MainItem
{
	
	color: #666666;
	height: 22px;
	padding: 0px 10px;	
	background:transparent url(../../images/menuItemBg.gif)  bottom left repeat;
	
	text-align:left;
	COLOR: #2b7bc5;
	
}

.MainItemOver
{
	BORDER-RIGHT: #bababa 1px solid;
    PADDING-RIGHT: 0px;
    BACKGROUND-POSITION: center 50%;
    BORDER-TOP: white 1px solid;
    PADDING-LEFT: 7px;    
     
    PADDING-BOTTOM: 6px;
    BORDER-LEFT: #fe9d56 1px solid;     
    CURSOR: hand;
    PADDING-TOP: 6px;
    BORDER-BOTTOM: #bdbdbd 1px solid;
    BACKGROUND-REPEAT: repeat-x;
    FONT-FAMILY:  Arial, Verdana;
    HEIGHT: 28px; TEXT-ALIGN: left;
    BACKGROUND-IMAGE: url(../../images/menuItemBgOver.gif);    
    COLOR: #2b7bc5;
    width: 100%;
}


.MenuGroup
{
	background-image: url(../../images/ItemBg.gif);
	cursor:pointer;
	cursor:hand;
	width:122px;
	

}

.MenuItem
{
	font-family: Tahoma, Arial, Verdana;
   
    width: 100px;
    
    cursor: hand;
    height: 28px;
    padding: 6px 0px 6px 7px;
    background:transparent url(../../images/menuItemBg.gif)  bottom left repeat;
    background-repeat: repeat-x;
    background-position: center;
    border-bottom: 1px solid #BDBDBD;
    border-top: 1px solid white;
    text-align:left;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #BABABA;
    color: purple;
    width: 100%;
   
}

.MenuItemOver
{	 font-family: Tahoma, Arial, Verdana;
    
    cursor: pointer;
    cursor: hand;
    height: 28px;
    padding: 6px 0px 6px 7px;
    background-image: url(../../images/menuItemBgOver.gif);
    background-repeat: repeat-x;
    background-position: center;
    border-bottom: 1px solid #BDBDBD;
    border-top: 1px solid white;
    border-left: 1px solid #FE9D56;
    text-align:left;
    border-right: 1px solid #BABABA;    
    width: 100%;
}

.MenuItemClicked
{
	font-family: Tahoma, Arial, Verdana;
    
    cursor: pointer;
    cursor: hand;
    height: 28px;
    padding: 6px 0px 6px 7px;
    
    background-repeat: repeat-x;
    background-position: center;
    border-bottom: 1px solid #BDBDBD;
    border-top: 1px solid white;
    border-left: 1px solid #FE9D56;
    text-align:left;
    border-right: 1px solid #BABABA;
    font-weight:bold; 
    width: 100%;
    background-image: url(../../images/tabStripeOn-New.jpg);
}
.Separator
{
	 cursor: pointer;
    cursor: hand;
    height:5px;
    vertical-align:middle ;
}