@charset "UTF-8";
/* CSS Document */

#nav-holder {position:relative; width:775px; height:40px; left:50%; margin-left:-465px; background:url(../images/nav-bg.png) no-repeat; padding:8px 0 0 155px; z-index:9999}


.menu2 li #about span {display: none;}
.menu2 li #products span {display: none;}
.menu2 li #services span {display: none;}
.menu2 li #support span {display: none;}
.menu2 li #contact span {display: none;}



#multi-level {height:36px; position:relative; z-index:2;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu2, .menu2 ul {list-style-type:none; padding:0; margin:0;}

/* Set up the top level list items and float left to place inline */
.menu2 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 */
.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu2 li.top a.top_link {display:block; float:left; height:47px;}
.menu2 li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu2 li.p1 {width:118px; height:36px; margin-right:8px; background:url(../images/nav.png) 0 0 no-repeat}
.menu2 li.p2 {width:118px; height:36px; margin-right:8px; background:url(../images/nav.png) -126px 0 no-repeat}
.menu2 li.p3 {width:118px; height:36px; margin-right:8px; background:url(../images/nav.png) -252px 0 no-repeat}
.menu2 li.p4 {width:118px; height:36px; margin-right:8px; background:url(../images/nav.png) -377px 0 no-repeat}
.menu2 li.p5 {width:118px; height:36px; margin-right:8px; background:url(../images/nav.png) -503px 0 no-repeat}


/* set up the normal unhovered images in the links */
.menu2 li a#about {width:118px; height:36px; background:url(../images/nav.png) 0 0 no-repeat;}
.menu2 li a#products {width:118px; height:36px; background:url(../images/nav.png) -126px 0 no-repeat;}
.menu2 li a#services {width:118px; height:36px; background:url(../images/nav.png) -252px 0 no-repeat;}
.menu2 li a#support {width:118px; height:36px; background:url(../images/nav.png) -377px 0 no-repeat;}
.menu2 li a#contact {width:118px; height:36px; background:url(../images/nav.png) -503px 0 no-repeat;}

.menu2 li a#aboutCurrent {width:118px; height:36px; background:url(../images/nav.png) no-repeat 0 -36px;}
.menu2 li a#productsCurrent {width:118px; height:36px; background:url(../images/nav.png) no-repeat -126px -36px;}
.menu2 li a#servicesCurrent {width:118px; height:36px; background:url(../images/nav.png) no-repeat -252px -36px;}
.menu2 li a#supportCurrent {width:118px; height:36px; background:url(../images/nav.png) no-repeat -377px -36px;}
.menu2 li a#contactCurrent {width:118px; height:36px; background:url(../images/nav.png) no-repeat -503px -36px;}

/* Style the list OR link hover. Depends on which browser is used */
.menu2 a:hover {visibility:visible;} /* for IE6 */
.menu2 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) */
.menu2 li a#about:hover, .menu2 li:hover a#about {width:118px; height:36px; background:url(../images/nav.png) no-repeat 0 -36px;}
.menu2 li a#products:hover, .menu2 li:hover a#products {width:118px; height:36px; background:url(../images/nav.png) no-repeat -126px -36px;}
.menu2 li a#services:hover, .menu2 li:hover a#services {width:118px; height:36px; background:url(../images/nav.png) no-repeat -252px -36px;}
.menu2 li a#support:hover, .menu2 li:hover a#support {width:118px; height:36px; background:url(../images/nav.png) no-repeat -377px -36px;}
.menu2 li a#contact:hover, .menu2 li:hover a#contact {width:118px; height:36px; background:url(../images/nav.png) no-repeat -503px -36px;}


/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :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 */
.menu2 :hover ul.sub {left:-60px; top:36px; padding:3px 0; white-space:nowrap; width:254px; height:auto;}
.menu2 :hover ul.sub li.top {display:block; height:26px; position:relative; float:left; width:253px; background:url(../images/dropdown-top.png) top left no-repeat;}
.menu2 :hover ul.sub li.bottom {display:block; height:28px; position:relative; float:left; width:253px; background:url(../images/dropdown-bottom.png) top left no-repeat;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:254px;}
.menu2 :hover ul.sub li a {display:block; font-size:14px; font-weight:normal; width:234px; height:17px; background: url(../images/dropdown-bg.png); line-height:20px text-indent:10px; color:#fff; text-decoration:none; padding:3px 10px 0px 10px; float:left}

.menu2 :hover ul.sub li a:hover {background: url(../images/dropdown-rollover.png); color:#fff; font-weight:normal;}

.menu2 :hover ul.sub li a.fly:hover {background: url(../images/dropdown-rollover.png); color:#fff;}
.menu2 :hover ul li:hover > a.fly {background: url(../images/dropdown-rollover.png); color:#fff;} 
