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


.XulMenu a,.XulMenu a:visited {
    font-family: trebuchet ms, verdana, arial, sans-serif;
    font-size: 11px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:3px 10px 3px 10px;
	margin:0 2px 0 2px;
	display:block;
	text-decoration:none;
	background:#c0c0c0 url(http://www.egrafik.eu/graf/4.gif);
}
.activ_button_home a, .activ_button_home a:visited {
	border-left:1px solid #5896C4;
	border-right:1px solid #5896C4;
	
	background: url(http://www.egrafik.eu/graf/home_hover.gif);
}


.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
	white-space: nowrap;
    position: relative;
}
.XulMenu .button:hover {
	margin:0 2px 0 2px;
    background:#c0c0c0 url(http://www.egrafik.eu/graf/home_hover.gif);
}
.XulMenu .button-active,
.XulMenu .button-active:hover {    
    margin:0 2px 0 2px;
    background:#c0c0c0 url(http://www.egrafik.eu/graf/home_hover.gif);
}

.XulMenu .item,
.XulMenu .item:visited,
.XulMenu .item-active,
.XulMenu .item-active:visited,
.XulMenu .item-active:hover {
	text-align:left;
	font-size: 12px;
    border:1px solid #FDFDF9;
    background: #5896C4;
    line-height: normal;
    padding: 3px 30px 3px 20px;
    color: #fff;
    text-decoration: none;
    cursor: hand;
    white-space: nowrap;
    display: block;
    position: relative;
}
.XulMenu .item:hover,
.XulMenu .item-active:hover {
	font-size: 12px;
	background: #CFE1F3;
	color:#000;
}

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


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