/* Copyright Dynarch.com, 2003-2005.  All Rights Reserved. */
/* DynarchMenu layout file */

/* basic layout style for DynarchMenu; no colors are defined in this */

/* horizontal parts */
div.dynarch-horiz-menu {
/*  white-space: nowrap; */
  padding: 0px 3px;
  border: 1px solid;
  cursor: default;
}
div.dynarch-horiz-menu table, div.dynarch-popup-menu table { font: 11px tahoma,verdana,sans-serif; }
div.dynarch-popup-menu table { border-collapse: collapse; }
div.dynarch-horiz-menu table tr td.item table td.icon { padding-right: 3px; }
div.dynarch-horiz-menu table tr td.item { padding: 3px 10px; }
div.dynarch-horiz-menu table tr td.item img { vertical-align: middle; }
div.dynarch-horiz-menu table tr td.separator { width: 6px; }
div.dynarch-horiz-menu table tr td.separator div {
  border-left: 1px solid;
  border-right: 1px solid;
  margin: 3px 2px 2px 2px;
  height: 1.2em;
  overflow: hidden;
}

div.dynarch-horiz-menu td.disabled, div.dynarch-horiz-menu td.disabled table td { color: #aca899; }
div.dynarch-horiz-menu td.disabled img { -moz-opacity: 0.4; filter: alpha(opacity=40); }

/* vertical parts */

div.dynarch-popup-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid;
  padding: 1px;
  cursor: default;
  z-index: 1000;
}
div.dynarch-popup-base-menu { position: static; }
div.dynarch-popup-menu tr.item td.icon img,
div.dynarch-popup-menu tr.item td.icon div { width: 18px; height: 18px; }
div.dynarch-popup-menu tr.item td.icon { padding: 0px 1px; height: 18px; width: 18px; }
div.dynarch-popup-menu tr.item td.label { padding: 1px 15px 1px 3px; /* white-space: nowrap; */}
div.dynarch-popup-menu tr.item td.arrow { width: 11px; }
div.dynarch-popup-menu tr.item td.arrow div { width: 11px; background: transparent url("img/rarrow.gif") no-repeat 0% 50%; }
div.dynarch-popup-menu tr.hover td.arrow div,
div.dynarch-popup-menu tr.active td.arrow div { background: transparent url("img/rarrow-hover.gif") no-repeat 0% 50%; }

div.dynarch-popup-menu tr.separator td div {
  margin: 2px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  border: none;
}
div.dynarch-popup-menu tr.disabled td.label { color: #aca899; }
div.dynarch-popup-menu tr.disabled td.icon img { -moz-opacity: 0.4; filter: alpha(opacity=40); }

/* shadows */

div.dynarch-menu-shadow, img.dynarch-menu-shadow, div.div.dynarch-IE6-shadow { z-index: 990; position: absolute; }
div.dynarch-menu-shadow { background-color: #555; -moz-opacity: 0.6; filter: alpha(opacity=60); }

/* hider */
iframe#dynarch-menu-hider { z-index: 980; }

/* toolbars */

div.dynarch-menu-toolbar table tr td.item {
  padding: 2px 3px;
}
.impossible-class-name-to-preload-shadow-image-in-internet-exploder { background-image: url("img/shadow.png"); }


/*custom styles */

/* remove any paddings from the top menu bar.

 Also, note that the main menu bar is embedded in a div with
 style="float: left" in order to make the menu have the
 minimum width (otherwise it'll take all the available
 horizontal space).
*/
div.dynarch-horiz-menu { padding: 0; margin: 0;}
div.dynarch-horiz-menu table { padding: 0; margin: 0;border-collapse: collapse; }
div.dynarch-horiz-menu table tr td.item table td.icon,
div.dynarch-horiz-menu table tr td.item,
div.dynarch-horiz-menu table tr td.hover,
div.dynarch-horiz-menu table tr td.active,
div.dynarch-horiz-menu table tr td.pressed { padding: 0; margin: 0;border: none; }

/* uncomment the following line if you wish to remove the border too */
div.dynarch-horiz-menu { border: none; }



div.dynarch-horiz-menu { border:none; height:26px;} 
div.dynarch-horiz-menu table tr td { 
	color: white; 
	font-weight:bold; 
	height:26px;
	text-align:center;
	width: 113px;
	background-image:url('../../../images/button_top_1.jpg');
	background-repeat:no-repeat;
	background-position:top center;
} 
div.dynarch-horiz-menu table tr td.item { border: none; padding: 0px 0px 0px 10px;width: 113px;
height: 31px;}
div.dynarch-horiz-menu table tr td.hover { border-color: #51ba51;} 
div.dynarch-horiz-menu table tr td.active { border-color: #51ba51; } 
div.dynarch-horiz-menu table tr td.separator div { border-right-color: #3091f7; border-left: none; margin-right: 3px; } 
div.dynarch-popup-menu { background-color:#4473a9; border-color: #094A80; padding: 0; color: #ffffff; font-weight:bold; } 
div.dynarch-popup-menu tr.item td.icon { padding: 1px; background-color: transparent; color: #ffffff; font-weight:bold; } 
div.dynarch-popup-menu tr.item.hover, div.dynarch-popup-menu tr.item.hover td.icon { background-color: white; color: #094A80;  } 
div.dynarch-popup-menu tr.item.active, div.dynarch-popup-menu tr.item.active td.icon { background-color: transparent; color: #ffffff;  } 
div.dynarch-popup-menu tr.separator td div { background: #ccc; } 
div.dynarch-popup-menu tr.disabled td.label { color: #999; }
