﻿#nav, 
#nav ul {float:left;padding:0; margin:0; list-style:none;position:relative; z-index:100;}
#nav {width:925px; height:30px;left:18px; border-left:1px solid #ccc;border-right:1px solid #ccc;position:relative; z-index:100;background:url(../images/hype-nav-bg.gif) repeat-x;}

#nav a,a:visited,a:active,a:hover
{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
}

#nav table {border-collapse:collapse;}
#nav li {float:left;text-align:center;}
#nav li.last {float:left;border:0px;text-align:center;}
#nav li li {float:left;width:150px;background:#3b6ea1;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#fff; height:27px; padding-left:27px; padding-right:27px; line-height:26px; text-decoration:none; border-top:1px solid #477aad;
   border-bottom:1px solid #5588bb;   border-right:2px solid #7a9bbd;}
#nav li.last a {display:block; float:left; color:#fff; height:27px; padding-left:27px; padding-right:27px; line-height:26px; text-decoration:none; border-top:1px solid #477aad;
   border-bottom:1px solid #5588bb;   border-right:2px solid #7a9bbd;}
#nav li.selected a {display:block; float:left; color:#fff; height:27px; padding-left:27px; padding-right:27px; line-height:26px; text-decoration:none; border-top:1px solid #477aad;
   border-bottom:1px solid #5588bb;   border-right:2px solid #7a9bbd;background:#66cccc;}
#nav li.lastselected a {display:block; float:left; color:#fff; height:27px; padding-left:27px; padding-right:27px; line-height:26px; text-decoration:none; border-top:1px solid #477aad;
   border-bottom:1px solid #5588bb;   border-right:2px solid #7a9bbd;background:#66cccc;}      
   

#nav li li a, #nav li.selected li a {font-family:Arial;font-size:11px;font-weight:bold;float:left;position:relative;height:auto;background:#3b6ea1;color:#FFF;border-top:1px solid #fff;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:0px;text-align:left;top:0px;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;margin:0px;font-size:11px;display:block;width:130px;line-height:14px;}
#nav li.last li a, #nav li.lastselected li a {float:left;position:relative;height:auto;background:#3b6ea1;color:#FFF;border-top:1px solid #fff;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:0px;text-align:left;top:0px;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;margin:0px;font-size:11px;display:block;width:130px;line-height:14px;}


#nav li:hover, #nav li.last:hover, #nav li.selected:hover, #nav li.lastselected:hover {position:relative; z-index:100;}
#nav a:hover, #nav li.last a:hover, #nav li.selected a:hover, #nav li.lastselected a:hover {position:relative; z-index:100; color:#fff;background:#66cccc; }
#nav li:hover > a {color:#fff;background:#66cccc;}
#nav li.last:hover > a {color:#fff;background:#66cccc;}
#nav li.selected:hover > a {color:#fff;background:#66cccc;}
#nav li.lastselected:hover > a {color:#fff;background:#66cccc;}

#nav :hover  ul {left:-1px; top:29px; width:150px;z-index:300;border-bottom:1px solid #ccc;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {color:#fff;font-size:11px;}

#nav li a:hover ul li a:hover {color:#fff;background:#66cccc;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}