.mainmenu {
	FONT: bold 10px Verdana, Arial, Helvetica, sans-serif;
	TEXT-TRANSFORM: none;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	cursor: hand;
	cursor: pointer;
}


table.mainmenu
{
    margin-left : 0px;
    cursor : hand;
	cursor: pointer;		
}

td.topmenu
{
    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;
	cursor: pointer;	
}

table.popupmenu 
{
	display : none;
    background-color : #FAFAFA;
    border : 1px solid #909090;
    width : 150px;
}

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;    
	cursor: pointer;
}