/* Copyright Dynarch.com, 2003-2006.  All Rights Reserved. */

/* skin for default style */

/* horizontal parts */

div.dynarch-horiz-menu table {  margin: 0px; height:32px }
div.dynarch-popup-menu table { font-family: tahoma,verdana,sans-serif; }
div.dynarch-horiz-menu {  color: white; border-color: #bdb2bf; }
div.dynarch-horiz-menu table { color: #000; }
div.dynarch-horiz-menu table tr td.hover { background: url("../images/bottom2-bg.jpg"); color: #000;  }
div.dynarch-horiz-menu table tr td.active { background: url("../images/bottom2-bg.jpg"); color: #fff; }
div.dynarch-horiz-menu table tr td.pressed { background: url("../images/bottom2-bg.jpg"); color: #fff; }


div.dynarch-horiz-menu table tr td.active table { }
div.dynarch-horiz-menu table tr td.pressed table { color: #fff; }
div.dynarch-horiz-menu table tr td.separator { width: 9px;  background: url("../images/1top_menu_delim.jpg") no-repeat center;}
div.dynarch-horiz-menu table tr td.separator div { border-left-color: gray; border-right: none; border-top:none; margin: 1px 1px; }

/* fonts and colors here */
div.dynarch-horiz-menu table tr td * { }
div.dynarch-popup-menu table tr.item td  {}


/* vertical parts */

div.dynarch-popup-menu div.a { background: url("../hmenu-images/aqua/right-bg.png") repeat-y 100% 0%; padding: 4px 0px; }
div.dynarch-popup-menu div.b { background: url("../hmenu-images/aqua/left-bg.png") repeat-y 0% 0%; }
div.dynarch-popup-menu {
  padding: 0px; border-color: #ada2af; color: #000; 
  background-color: #f5f5f5 ;
  #background: url("../hmenu-images/aqua/normal-bg.png");
/*
  opacity: 0.95;
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
*/
}
div.dynarch-popup-menu tr.separator td div { margin: 4px 0px 3px 0px; background-color: #cdc2cf; border-bottom: 1px solid #fff; }
div.dynarch-popup-menu tr.item td.icon { padding-left: 5px; }
div.dynarch-popup-menu tr.item td.end { padding-right: 5px; }
div.dynarch-popup-menu tr.item.hover {  background: url("../hmenu-images/aqua/hover-bg.png"); color: #000; }
div.dynarch-popup-menu tr.item.active { background: url("../hmenu-images/aqua/active-bg.png"); color: #fff; }
div.dynarch-popup-menu tr.disabled td.label { color: #a2a2af; }

div.dynarch-popup-menu tr.item td.arrow div { width: 11px; background: transparent url("../hmenu-images/aqua/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("../hmenu-images/aqua/rarrow-hover.gif") no-repeat 0% 50%; }

/* scroll */

div.dynarch-menu-scroll-up { height: 12px; font-size: 12px; line-height: 12px; overflow: hidden;
  background: url("../hmenu-images/scroll-up.gif") no-repeat 50% 50%;
}
div.dynarch-menu-scroll-down { height: 12px; font-size: 12px; line-height: 12px; overflow: hidden;
  background: url("../hmenu-images/scroll-down.gif") no-repeat 50% 50%;
}
.hmenu-downarrow { background: url("../hmenu-images/scroll-down.gif") no-repeat 100% 100%; padding-right: 11px; display: block; }

div.dynarch-horiz-menu table tr td span.hmenu-downarrow { 
background: url("../hmenu-images/scroll-down.gif") no-repeat 100% 100%; padding-right: 11px; display: block; 
}
div.dynarch-horiz-menu table tr td.active span.hmenu-downarrow  {
background: url("../hmenu-images/scroll-down-hover.gif") no-repeat 100% 100%; padding-right: 11px; display: block; 
}

.hmenu-link-disable { color: gray; }
.hmenu-placeholder-horiz { margin: 0px; height:32px; background: white url("../icons/Default/lightbox/loading.gif") no-repeat center; text-align:center; vertical-align:middle; padding-top:12px; }
.hmenu-placeholder-vert { margin: 0px; height:32px; background: white url("../icons/Default/lightbox/loading.gif") no-repeat center; text-align:center; vertical-align:middle; padding-top:18px; }

