﻿
      /*  .Menubar
        {
    	   
    	    font-family:Tahoma;
    	    font-size:1em;
    	    color : White;
    	    background:white;
    	    line-height:0.9em;
        }
        
        .Menubar td
        {
         	
        }
        
       
        .Menubar .StaticMenuItem
        {   
        	color : White;
    	    background:url("../images/tabright10.gif") repeat  top ;
    	    border-style : none;
    	    padding:5px 5px 5px 5px;
    	    
        }
        
        .Menubar .StaticHover
        {
        	background-color:blue;
    	    font-weight:normal;
    	    background-position:0% -24px;
        }
        
        .DynamicMenuItem
        {
            color : White;
    	    background:url("../images/tabright10.gif") repeat top;
    	    border-style:none;
    	    padding:5px 5px 5px 5px;
    	    font-family:Tahoma;
    	    font-size:1em;
    	    
        }
        
        
        .DynamicHover
        {
        	background-position:0% -24px;
    	    font-weight:normal;
        }
        */
        .MenuBody
        {
        }
        
        .Menubar
        {
    	    font-family:Tahoma ;
    	    font-size:1em;
    	    color : White;
    	    line-height:1.5em;
    	    background-color:Transparent;
        }
        /* gap between 2 menu items */
        .Menubar td
        {
         	/*background-color:#3C4A1E;*/
        }
        
        /* menu bar */
        .Menubar .StaticMenuItem
        {   
        	color : White;
    	    background: transparent url("../images/tabright10.gif") repeat top;
    	    background:
    	    border-style : none;
    	    padding: 2px 5px 2px 5px;
    	    line-height:1.5em;
        }
        /* on mouse over  menu bar */
        .Menubar .StaticHover
        {
        	font-weight:normal;
    	    background-position:0% -26px;
    	    line-height:1.5em;
        }
        /* pull down menu */       
        .DynamicMenuItem
        {
            color : White;
    	    background:transparent url("../images/tabright10.gif") repeat  top;
    	    border-style : none;
    	    padding: 2px 5px 2px 5px;
    	    font-family:Tahoma;
    	    font-size:1em;
    	    line-height:1.5em;
        }
        /* mouse over on pull down menu*/
        
        .DynamicHover
        {
        	background-position:0% -26px;
    	    font-weight:normal;
    	    line-height:1.5em;
        }
