#css_menu {
	height:42px;
	position:absolute;
	left:6 px;
	z-index:100;
}
#css_menu .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:Arial, Helvetica, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:42px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:12px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:73px; background:url(../images/menu/home_on.jpg) no-repeat;}
.menu li.p2 {width:94px; background:url(../images/menu/about_on.jpg) no-repeat;}
.menu li.p3 {width:92px; background:url(../images/menu/product_on.jpg) no-repeat;}
.menu li.p4 {width:92px; background:url(../images/menu/services_on.jpg) no-repeat;}
.menu li.p5 {width:87px; background:url(../images/menu/support_on.jpg) no-repeat;}
.menu li.p6 {width:119px; background:url(../images/menu/news_on.jpg) no-repeat;}
.menu li.p7 {width:137px; background:url(../images/menu/event_on.jpg) no-repeat;}
.menu li.p8 {width:112px; background:url(../images/menu/contact_on.jpg) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:73px; background:url(../images/menu/home_off.jpg) no-repeat;}
.menu li a#about {width:94px; background:url(../images/menu/about_off.jpg) no-repeat;}
.menu li a#product {width:92px; background:url(../images/menu/product_off.jpg) no-repeat;}
.menu li a#services {width:92px; background:url(../images/menu/services_off.jpg) no-repeat;}
.menu li a#support {width:87px; background:url(../images/menu/support_off.jpg) no-repeat;}
.menu li a#news {width:119px; background:url(../images/menu/news_off.jpg) no-repeat;}
.menu li a#event {width:137px; background:url(../images/menu/event_off.jpg) no-repeat;}
.menu li a#contact {width:112px; background:url(../images/menu/contact_off.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#product:hover, .menu li:hover a#products,
.menu li a#services:hover, .menu li:hover a#services,
.menu li a#support:hover, .menu li:hover a#support,
.menu li a#news:hover, .menu li:hover a#news,
.menu li a#event:hover, .menu li:hover a#event,
.menu li a#contact:hover, .menu li:hover a#contact {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:42px; background: #4b4b4b; padding:0px 0px; border-top:1px solid #e5e5e5; border-right:1px solid #e5e5e5; border-left:1px solid #e5e5e5; white-space:nowrap; width:auto; height:auto;}
/*.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:auto; clear:both;}*/
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:180px; clear:both; border-bottom:#e5e5e5 1px solid;}
.menu :hover ul.sub li a {display:block; font-size:12px; height:20px; width:auto; line-height:20px; text-indent:5px; color:#ffffff; text-decoration:none; border-width:0 0px 0 0px; padding-right:5px;}
.menu :hover ul.sub li a.fly {}
.menu :hover ul.sub li a:hover {background:#7d7d7d; color:#000; z-index:200;}
.menu :hover ul.sub li a.span.menuItemText
.menu :hover ul.sub li a.fly:hover {}
.menu :hover ul li:hover > a.fly {} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #7d7d7d; padding:0px 0px; white-space:nowrap; width:auto; z-index:200; height:auto; z-index:300;}
