.ddtabs { background: url(images/infocentremenu.gif); height: 38px; text-align: left; padding-left:187px; background-repeat:no-repeat; }

/* remove all the bullets, borders and padding from the default list styling */
.ddtabs ul {margin:-13px;list-style-type:none; background:transparent;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown ddtabs positon */
.ddtabs ul li {float:left; display:inline;}

/* style the sub level list items */
.ddtabs ul ul li {display:block;width:200px;}

/* style the links for the top level */
.ddtabs a, .ddtabs a:visited {display:block;float:left; font-size:11pt;text-decoration:none;color:#000; font-family: Arial Narrow; color:#666666; }

/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .ddtabs a, * html .ddtabs a:visited {width:11em; width:7em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.ddtabs table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; z-index:1;}


/* style the level hovers */
/* first */
* html .ddtabs a:hover {position:absolute; z-index:100; color:#e4701e; }
.ddtabs li:hover {position:absolute;}
/* second */
* html .ddtabs ul ul a:hover{position:absolute; z-index:110;}
.ddtabs ul ul li:hover {position:absolute;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.ddtabs ul ul {visibility:hidden;position:absolute;;top:3em; left:0;}


/* make the second level visible when hover on first level list OR link */
.ddtabs ul :hover ul{visibility:visible; left:0px; top:35px; z-index:-300; }


#nav {padding:0; margin:0px; list-style:none; height:50px; position:relative; z-index:200; font-family:arial, verdana, sans-serif; margin-left:-13px;}
#nav li.top {display:block; float:left; margin-top:10px; margin-bottom:5px;}
#nav li a {display:block; float:left; height: 25px; text-decoration:none; padding:0; cursor:pointer; padding-left:13px; padding-right:12px; }

#nav li:hover a,
#nav a:hover
{background-position: 0 }


#nav table {position:absolute; top:0; left:0; border-collapse:collapse; padding:0; width:0; height:0; margin:-1px;}

#nav li:hover {position:relative; z-index:200; }
#nav a:hover {position:relative;z-index:200;}
#nav ul:hover {position:relative;z-index:200;}

#nav ul.sub {position:absolute; width:0; margin:0; padding:0;width:170px; height:inherit; background-color:#fbfbfb; border:1px solid #e9e9e9; border-top:0px; padding-top:5px; top:25px;}

#talkchat {
	position: absolute;
	left: 853px;
	top: 10px;
	height: 19px;
}
