/*
** -------------------------------------------------
** 
**   Menu.css, XulMenu
**
**   Modified by: Michael F. S. Christensen
**
**   Valid CSS2 stylesheet (www.w3c.org)
**
** -------------------------------------------------
*/

.XulMenu {
    	font-family: Arial,Helvetica,sans-serif; 
    	font-size: 1px;
    	font-weight: normal;
        padding-left:5px;
}
.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	font-family: Arial,Helvetica,sans-serif;
	line-height: normal;
	padding: 4px 14px 2px 2px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	display: block;
	position: relative;
}

.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover{ 
	margin: 0px;
/*	background-color: #009999; background-*/
	color: #009999;    
}


.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    font-family: Arial,Helvetica,sans-serif; 
    background-color: #ffffff;/*#009999;#ffffff;*/
    line-height: normal;
    padding: 3px 30px 3px 2px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    display: block;
    position: relative;
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    color: #009999;/*#ffffff;/* #009999;*/
}

.XulMenu .section {
    background-color: #ffffff;/*#009999;#ffffff;*/
    border: 1px solid;
    margin-left: -1px;
    margin-right: 0px;
    border-color: #009999 #009999 #009999 #009999; /* #26b9bb #26b9bb #26b9bb #26b9bb;*/
    position: absolute;
    visibility: hidden;
    /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);*/
    z-index: 1;  
    margin-top: 2px;
	     
}
.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
}


.XulMenu .itembtn,
.XulMenu .itembtn:hover,
.XulMenu .itembtn-active,
.XulMenu .itembtn-active:hover {
    line-height: normal;
    
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}
.XulMenu .itembtn:hover,
.XulMenu .itembtn-active,
.XulMenu .itembtn-active:hover {
    background: #C9D5E5; 
    border: 1px solid;
    border-color: #316BC6;
    color: black; 
   
}

* html .XulMenu td { position: relative; } /* ie 5.0 fix */
