/* BEGIN HORIZONTAL MENU STYLES */

.MenuHorizontalTable
{
	WIDTH: 100%;
	BACKGROUND-COLOR: #e8e8e8;	
	BORDER-BOTTOM: #999999 1px solid; 				
	BORDER-TOP: #999999 1px solid; 	
}

.MenuHorizontalItemSep 
{
	BACKGROUND: url(/mygrades/images/menuButtonBetween.gif) left top no-repeat ;
    height: 26px;    
    color: #3366BB;    
}

.MenuHorizontalItem
{
    height: 26px;
    color: #3366BB;   
    font-weight: bold; 
    white-space: nowrap;
    background-color: #eff9e1;
    border-bottom: 1px solid #aadd66;
    border-right: 1px solid #aadd66;
    border-left: 1px solid #aadd66;
}

.MenuHorizontalItemHover 
{
    height: 26px;
    color: #DD6611;
    font-weight: bold;
    white-space: nowrap;    
    background-color: #eff9e1;    
    border-bottom: 1px solid #aadd66;
    border-right: 1px solid #aadd66;
    border-left: 1px solid #aadd66;
}

.MenuHorizontalItemSepProd
{
	BACKGROUND: url(/images/menuButtonBetween.gif) left top no-repeat ;
    height: 26px;    
    color: #3366BB;    
}

.MenuHorizontalItemProd
{
    BACKGROUND: url(/images/menuButtonBackground.gif) left top repeat ;
    height: 26px;
    color: #3366BB;   
    font-weight: bold; 
    white-space: nowrap;
}


.MenuHorizontalItemHoverProd
{
    BACKGROUND: url(/images/menuButtonBackground.gif) left top repeat ;
    height: 26px;
    color: #DD6611;
    font-weight: bold;
    white-space: nowrap;
}

.header 
{
    
}

@media print 
{
   .header 
   {
        display: none;
   }   
}

/* END HORIZONTAL MENU STYLES */