/* Copyright Dynarch.com, 2003-2004.  All Rights Reserved. */

/* horizontal parts */

div.dynarch-horiz-menu {
	
	/*background-image: url(img/m.gif);*/
	color: #ffffff;	
	cursor: default;
	font: 11px Arial, verdana, sans-serif;
	font-weight:bold;
	background-repeat: repeat-x;
	height: 28px;
	
}

div.dynarch-horiz-menu table {
  font: 11px Arial,verdana,sans-serif;
  font-weight:bold;
  line-height:13px;
}

div.dynarch-horiz-menu table tr td.item {
  padding: 7px 15px;
    color:#FFFFFF;
  
}

div.dynarch-horiz-menu table tr td.item img {
  vertical-align: left;
}

div.dynarch-horiz-menu table tr td.hover {
 
	/*background-image: url(img/mo.gif);*/
	background-repeat: repeat-x;
	
}

div.dynarch-horiz-menu table tr td.active {
 
	background-image: url(img/mo.gif);	
	background-repeat: repeat-x;
	
	
}

div.dynarch-horiz-menu table tr td.separator { width: 6px; }

div.dynarch-horiz-menu table tr td.separator div {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin: 0px 2px;
  height: 1.3em;
}

/* vertical parts */

div.dynarch-popup-menu {
/*
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
*/
  position: fixed;
  left: 0px;
  top: 0px;
  border: 1px solid #E8E8E8;
  padding: 1px;
  background-color: #f7f7f5;
  text-align:left;
  cursor: hand;
  z-index: 1000;
}

div.dynarch-popup-menu table {
  font: 11px Arial,verdana,sans-serif;
  font-weight:700;
  border-collapse: collapse;
}


div.dynarch-popup-menu tr.item td.label {
  padding: 3px 3px 3px 7px;
  white-space: nowrap;
  border-bottom: 1px solid #E8E8E8;	
}


div.dynarch-popup-menu tr.item td.arrow {
  /* IE IS TOTALLY *** UP */
  background: url("img/rarrow.gif") no-repeat 0% 50%;
}

div.dynarch-popup-menu tr.separator td div {
  margin: 0px 3px 3px 0px;
  border-bottom: 1px solid #000000;
  overflow: hidden;
  height: 2px;
}
div.dynarch-popup-menu tr.separator td.icon {
  background-color: #000000;
}
div.dynarch-popup-menu tr.separator td.icon div {
  text-align:left;
  margin-right: 0px;
}

div.dynarch-popup-menu tr.item.hover, div.dynarch-popup-menu tr.item.active {
	text-align:left;
	background-color:#f7f7f5;
	color:#000000;
}

div.dynarch-popup-menu tr.item.hover td.icon, div.dynarch-popup-menu tr.item.active td.icon {

}

div.dynarch-popup-menu tr.item.hover td.arrow, div.dynarch-popup-menu tr.item.active td.arrow {

}

div.dynarch-menu-shadow {
  z-index: 990;
  position: fixed;
  background-color: #333;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}
