/* common styling */
.menu {font-family: arial, sans-serif; width:671px; padding: 0; height:23px; position:relative; font-size:12px; background:#ebebeb; font-weight: none; z-index: 900;}
.menu ul li a, .menu ul li a:visited {display:block; font-weight: none; text-decoration:none; color:#123f76; width:90px; height:auto; text-align:left; border:1px solid #ebebeb; background:#ebebeb; line-height:20px; font-size:11px; overflow:hidden; padding-left: 5px;}
.menu ul {padding:0; margin:0; list-style: none; font-weight: bold;}
.menu ul li {float:left; position:relative; font-weight: none;}
.menu ul li ul {display: none; font-weight: none;}


/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#36f; font-weight: none;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:125px; font-weight: none;}
.menu ul li:hover ul li a.hide {background:#ddd; color:#123f76; font-weight: none;}
.menu ul li:hover ul li:hover a.hide {background:#39bcfc; color:#123f76; font-weight: none;}
.menu ul li:hover ul li ul {display: none; font-weight: none; width:125px;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#123f76; font-weight: none; width:125px;}
.menu ul li:hover ul li a:hover {background:#39bcfc; color:#123f76; font-weight: none; width:125px;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:131px; top:0; font-weight: none;}
.menu ul li:hover ul li:hover ul.left {left:-101px; font-weight: none;}
.menu ul li:hover ul li.last hide active {display:block;}