.MainMenu {
	FONT: bold 12px Verdana, Arial, Helvetica, sans-serif;
	TEXT-TRANSFORM: none;
	COLOR: #00AEF7;
	TEXT-DECORATION: none;
    cursor : hand;	
}

table.mainmenu
{
    margin-left : 0px;
    cursor : hand;	
}

td.submenu
{
    font-family : Arial, Helvetica, sans-serif;
    font-size : 13px;
	font-weight: bold;
    text-decoration : none;    
    height : 21px;
    margin : 4px 0px 4px 4px;
    padding : 2px 2px 2px 2px;
    color : white;
    background-image : url(template/MenuBarCenter.gif);
    cursor : hand;
}

table.popupmenu 
{
	display : none;
    background-color : #FAFAFA;
    border : 1px solid #909090;
    min-width : 256px;
}

table.popupmenu td.menuitem
{
    font-family : Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size : 11px;
    text-decoration : none;        
	background-color : #FAFAFA;
    border : 1px solid #FAFAFA;	
    padding : 2px 16px 2px 8px;
    border : 1px solid #FAFAFA;
    color : black;    

}

table.popupmenu td.menuitemHilite
{
    font-family : Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size : 11px; 
    text-decoration : none;        
    padding : 2px 16px 2px 8px;
    border : 1px solid #a8a8a8;
    background-color : #262626;
    color : white;
    cursor : hand;    

}
