/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
body#home a#home, body#about a#about, body#press a#press, body#partners a#partners, body#contact a#contact, body#blog a#blog, body#advertisers #subnav a#advertisers, body#rmb #subnav a#rmb  {
color: #FF9933;
}
.menu {height:15px; float:left; left:140px; margin-top:40px; position:relative; z-index:100; width:645px}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:750px; w\idth:750px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:145px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative; text-align:center}
.menu li a {border-right:1px solid #cfcfcf; color:#366EBD; font-weight:normal}

.menu #home {width:75px}
.menu #solutions {width:97px}
.menu #about {width:97px}
.menu #press {width:72px}
.menu #partners {width:87px}
.menu #blog {width:65px}
.menu #contact {width:90px; border:0; text-align:right}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:14px;text-decoration:none; color:#366EBD; width:138px; padding:0 4px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;top:15px;left:-1px; padding:10px; background:url(images/bgMenuList.png) no-repeat bottom left}
.menu ul ul.aboutus {background:url(images/bgMenuList_2.png) no-repeat bottom left}
.menu ul ul li {text-align:left; border-right:0; background:transparent url(images/bgList.gif) no-repeat  0 50%; padding-left:8px;}
.menu ul ul li a {border-right:0;}
/* another hack for IE5.5 */
* html .menu ul ul {top:15px;t\op:15px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {color:#000; height:auto; line-height:1em; padding:5px 10px; width:150px; font-size:12px; font-weight:normal}
/* yet another hack for IE5.5 */
* html .menu ul ul a #home, * html .menu ul ul a:visited {width:140px;w\idth:140px;}

/* style the top level hover */
.menu a:hover, .menu a:active, .menu ul ul a:hover{color:#FF9933; font-weight:normal}
.menu :hover > a, .menu ul ul :hover > a {color:#FF9933}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
