#nav {height: 30px; float:left;}

#menu {position:relative; margin: 0; z-index:1000; float:left;}
#menu table.ie6 {border-collapse:collapse; margin:0; padding:0;}

#menu ul {padding:0; margin:0; list-style: none; opacity:0.9; filter: alpha(opacity=90);}
#menu ul li {float:left;}
#menu ul li a {display:block; float:left;padding:5px 15px 5px 5px;text-decoration:none; color: #b1b2b4; background: url('/img/triangle.gif') right center no-repeat; }
#menu ul li a b{display:block; float:left;padding:5px 15px 5px 5px;text-decoration:none; color: #b1b2b4; background: url('/img/triangle.gif') right center no-repeat; }

#menu ul li div.holder {position:absolute; left:-9999px; filter: alpha(opacity=90);}

#menu ul li div .leftSide {float:left;background: #cd458b;}
#menu ul li div .rightSide {float:left; margin-left:10px; display:inline; padding:0 10px 0 0; background: #cd458b;}

#menu ul li:hover {position:relative;}
#menu ul li a:hover {color:#FFF; white-space:nowrap; position:relative; background: #cd458b url('/img/triangle_hover.gif') right center no-repeat; color: #fff;}
#menu ul li a:hover b{color:#FFF; white-space:nowrap; position:relative; background: #cd458b url('/img/triangle_hover.gif') right center no-repeat; color: #fff;}
#menu ul li a.sub:hover {color:#fff; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li a.sub:hover b{color:#fff; background: #cd458b; background-position:right bottom; white-space:nowrap; position:relative;}

#menu ul li:hover > a {background: #cd458b; color:#fff; position:relative;}
#menu ul li:hover a.sub {color:#fff; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li:hover a.sub > b {color:#fff; background: #cd458b; background-position:left bottom;}

#menu ul :hover div.holder {position:absolute; top:25px; left:0; margin: 0; padding: 0;}

#menu ul li.right a:hover div.holder {left:auto; right:3px; top:25px;}
#menu ul li.right:hover div.holder {left:auto; right:4px; top:25px;}

#menu ul dl {width:auto; margin:5px 0 10px 0; padding:0 5px;list-style:none;}
#menu ul dl dt {padding:0 10px; margin:0; line-height:20px; background:#488; color:#fff; white-space:nowrap;}
#menu ul dl dd {display:block; padding:0; margin:0;}
#menu ul dd a {background-image: none; display:block; height: 20px; line-height: 20px; color:#fff; text-align:left; margin: 0; padding:0 10px;font-weight:normal; white-space:nowrap; float:none;}
#menu ul dd a:hover {color:#fff;}

#menu ul table td {vertical-align:top;}
