/* Copyright Dynarch.com, 2003-2006.  All Rights Reserved. */

@import url("hmenu.css");

/* horizontal parts */
div.dynarch-horiz-menu{font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;background-color:#666666;color:#FFFFFF;border::none; vertical-align: middle }
div.dynarch-horiz-menu table {color: #FFFFFF; }
div.dynarch-horiz-menu table tr {vertical-align:middle;}
div.dynarch-horiz-menu table tr td.hover, div.dynarch-horiz-menu table tr td.active {background: url("../hmenu/img/ototay/bar-hover-bg.png") repeat-x 0 0; border-color: #dfe2e5; color:#FFFFFF;vertical-align: middle;}

div.dynarch-horiz-menu table tr td.pressed { background-color: #cccccc; color:#FFFFFF; padding: 3px 2px 1px 4px; }
div.dynarch-horiz-menu table tr td.hover table,
div.dynarch-horiz-menu table tr td.active table { background-color: #0099ff; color:#FFFFFF; }
div.dynarch-horiz-menu table tr td.separator div { border-left-color: #9d98bf ; border-right-color: Black ; }

/* vertical parts */
div.dynarch-popup-menu {color:#000000;background-color:#666666;line-height:40px;border:0;padding-left: 10px;white-space: nowrap;}

div.dynarch-popup-menu tr.item td {height: 20px;white-space: nowrap;}
div.dynarch-popup-menu tr.item td.icon {display:none }
div.dynarch-popup-menu tr.separator td div{	background-color: #ff0000;}
div.dynarch-popup-menu tr.item.hover, div.dynarch-popup-menu tr.item.active{color:#ffffff}
div.dynarch-popup-menu tr.item.hover td.icon, div.dynarch-popup-menu tr.item.active td.icon { background-color: #cccccc;}

