/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: Tahoma; font-size:7.5pt; z-index:100; background-color: #f44;height: 22px;border-top:1px solid #fe7575;border-bottom:1px solid #fe7575;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#151515;width: auto; text-align:center; color:#fff; line-height:22px; font-size:7.5pt; overflow:hidden; padding: 0 14px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}
.menu ul li b {line-height: 22px; color: #fe7575; font-weight: normal;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; text-decoration:underline;}
.menu ul li:hover ul {display:block; position:absolute; top:22px; left:0; width: 100%; background-color: #f44;padding-right: 14px;}
.menu ul li:hover ul li {float:inherit;}
.menu ul li:hover ul li a {display:block; color:#fff;width:100%;border-top: 1px solid #fe7575; text-decoration:none;line-height:normal;text-align: left;padding: 4px 0;padding-left: 14px;}
.menu ul li:hover ul li a:hover {text-decoration: underline;}
