/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menu ul { display: none; position: absolute; top: 1.0em; margin-top: 28px;  left: 30px; background: url('../images/dropdown.png') repeat; border: 1px solid #b0a3b0;  width: 160px;  }

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menu li { float: left;  position: relative; margin-right: -1px;}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menu ul li { float: none; margin: 0; margin-bottom: -1px;    }

.menu ul li a { text-indent: 0; text-decoration: none!important; display: block; color: #000!important;  border-bottom: 1px solid #b0a3b0!important; margin: 0; font-size: 11px; line-height: normal; padding: 4px 6px; margin-top: 0!important; margin-top: 1px; }
.menu ul li a:hover { background: #fff; color: #c70012!important; }
.menu ul li.last-item a { border-bottom: none!important; border-bottom: none; }



.menu ul>li:last-child { margin-bottom: 1px; /* Mozilla fix */ }

/* Only style submenu indicators within submenus. */
.menu a .subind { display: none; }
.menu ul a .subind { display: block; float: right; }


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menu a { float: left; }
.menu ul a { float: none; }
.menu a { float: none; }

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menu ul li { float: left; width: 100%; }
* html .menu ul li { float: left; height: 1%; }
* html .menu ul a { height: 1%;}
/* End Hacks */


.menu ul { background: background: url('../images/dropdown.png') repeat!important; background: #f2f1f1; }
#bar { margin-top: 0!important; margin-top: -8px; position: relative; }
.menu ul li a { margin-top: 1px; }
