/****************************************************************************************** Name         : menu.css*
Description : style sheet for basic menu*
Author        : Shane Larkin
* Date           : 16/05/2004*
Copyright    : Blue Hexagon Ltd 2004*
Modifications* --------------*
Version    Date    WhoChange
*******************************************************************************************//* menu item when mouse not on it *//* sometimes the 'padding' will require adjustment */
.menuh{
	border:solid black;    	
    border-width:1px; 	
    Padding-Left : 0px ;	
    Padding-Top : 1px ;	
    Padding-Right : 0px;	
    Padding-Bottom : 1px;	
    Background-Color : #996600;		
    text-align:center;	
    font-size:16px;
    font-weight:400;
    font-family: Ariel,Helvetica,sans-serif;	
    color: #FFFFFF;
}

/* menu item when mouse not on it */
.menu {
    border:solid black;    	
    border-width:1px; 	
    Background-Color : #663300;	
    text-align:center;	
    font-size:16px;
    font-weight:400;
    font-family: Ariel,Helvetica,sans-serif;	
    color: #FFFFFF;
}

span.menu{
	text-align:center;
    position:absolute;
    cursor:auto;
    z-index:5;
}

layer.menu{
	background-color:white;
    z-index:5;	
    top:20px;
}

table{
}

table.menu{
	border:solid black; 
    border-width:1px; 
    margin:0;
    border-spacing:0;	
    border-collapse:collapse;
    table-layout:fixed;
}

tr{
}

tr.menu{
 	border:solid black;    	
    border-width:1px; 
    border-spacing:0;
    margin:0;
    border-width:0px;
}

/* set menu heading options here */
td{
}

td.menuheader{
	font-size:16px;
    font-weight:600;
    font-family: Ariel,Helvetica,sans-serif;	
    padding-bottom:2px;
    color: white; 
    background-color:#663300;	
    text-align:center;
    border:solid black;    	
    border-width:1px;
}

/* initial look of menu item */
td.menuitem{
	border:solid black;    
    border-width:1px; 
    font-size:16px;
    font-weight:400;
    font-family: Ariel,Helvetica,sans-serif;		
    text-align:center;
    color:#FFFFFF;
}
