@import url("hmenu.css");

/* vertical parts */

div.dynarch-popup-menu {
	color:            #FFFFFF;
	background-color: #003F7C;
	border:           0px;
	padding-left:     0px;
	margin:           0px;
}


div.dynarch-popup-menu div.d {
	/*width:            180px !important;*/
}
div.dynarch-popup-menu tr.separator td div {
	border-top-color: #808080;
	background-color: #FFFFFF;
	padding:          0px;
	margin:           0px;
	/*width:            180px !important;*/
	height:           1px;
	display: none;
}

/*div.dynarch-popup-menu tr.item.hover, 
div.dynarch-popup-menu tr.item.active{
	font-family:      Arial, Helvetica, sans-serif; 
    font-size:        13px;
    font-weight:      bold;
    color:            #FFFFFF;
    /*text-decoration: underline;*/
/*}*/


div.dynarch-popup-menu tr.item.hover td.label span
/*div.dynarch-popup-menu tr.item.active*/{
	font-family:      Verdana; 
    font-size:        13px;
    font-weight:      bold;
    color:            #FFFFFF;
    background:          url('menu_under.jpg');
 	background-repeat:   repeat-x;
 	background-position: left bottom;
 	padding-bottom:      3px;
}

div.dynarch-popup-menu tr.item.hover td {
	color:       #FFFFFF;
	font-family: Verdana;
	font-size:   13px;	
}

div.dynarch-popup-menu table td {
    font-family: Verdana; 
    font-size:   13px;
	color:       #FFFFFF;
	font-weight: bold;
	padding:     0px;
	margin:      0px;
	text-align:  left;
	width:       0px;
}

div.dynarch-popup-menu tr.item td.icon {
	width:        0px  !important;
	height:       12px !important;
	margin:       0px;
	padding-left: 3px;
	display:      none;	
}
div.dynarch-popup-menu tr.item td.label {
	/*padding: 1px 15px 1px 3px;*/
	padding-left: 10px;
	/*height: 1px;
	width:  180px;
	/*background: #FFFFFF;*/
}

/*div.dynarch-popup-menu tr.item td.arrow { width: 10px; }
div.dynarch-popup-menu tr.item td.arrow div {
	width: 0px !important;
	/*background: transparent url("img/franz/rarrow.gif") no-repeat 0% 50%;*/
	/*height: 25px;
	/*width: 180px;*/
/*}
div.dynarch-popup-menu tr.active td.arrow div {
	/*background: transparent url("img/franz/rarrow-hover.gif") no-repeat 0% 50%;*/
/*	height: 25px;
	/*width: 180px;*/
/*	width: 0px !important;*/

}
