

#multi-level {height:18px; z-index:100; no-repeat; width: 906px; }


/* The menu styling */
/* Remove the padding, margins and bullets from the lists */

.menubar, .menubar ul {list-style-type:none; width:820px; margin-left:auto;; margin-right:auto; font-family:Arial, Helvetica, sans-serif; font-size:11px; height:18px; line-height:18px; }

/* Set up the size of the list items and float left to place inline */
.menubar li.top {display:block; float:left; position:relative; height:18px; top:-7px; }


/* Default link styling */
.menubar li.top a.top_link {display:block; float:left; height:18px; text-decoration:none; font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:11px; padding-right:30px; letter-spacing:0.8px; font-weight:bold;}
.menubar li.top a.top_link span.span_top {display:block; float:left; height:18px; }
.menubar li.top a.top_link b.b_top {display:block; float:left; height:18px; width:30px;}




.menubar li a#home b.b_top {background:transparent url(../images/home.png) no-repeat center center;}
.menubar li a#products b.b_top {background:transparent url(../images/products.png) no-repeat center center;}
.menubar li a#services b.b_top {background:transparent url(../images/applications.png) no-repeat center center;}
.menubar li a#contacts b.b_top {background:transparent url(../images/clients.png) no-repeat center center;}
.menubar li a#shop b.b_top {background:transparent url(../images/pricingandshipping.png) no-repeat center center;}
.menubar li a#privacy b.b_top {background:transparent url(../images/aboutus.png) no-repeat center center;}

/* Style the list OR link hover. Depends on which browser is used */
.menubar a:hover {visibility:visible; cursor:pointer; position:relative; }
.menubar li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menubar ul, 
.menubar ul ul, 
.menubar :hover ul :hover ul ul,
.menubar :hover ul :hover ul :hover ul ul,
.menubar :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:21px;}

/* Style the drop down sub level links */
.menubar :hover ul.sub {left:0; top:10px; padding:0 10px 0 0; white-space:nowrap; width:143px; height:auto;}
.menubar :hover ul.sub li {display:block; float:left; padding-left:13px;}
.menubar :hover ul.sub li a {display:block; float:left; height:18px; width:143px; line-height:16px; color:#595959; text-decoration:none; background: url(../images/dropbackground.png) repeat; text-indent:5px; font-family:Arial; font-size:11px;}
.menubar :hover ul.sub li.menubase {display:block; float:left; height:13px; width:143px; color:#595959; text-decoration:none; background:url(../images/dropbase.png) no-repeat; margin-left:13px; }
.menubar :hover ul.sub li.spacer {display:block; float:left; height:13px; width:143px; color:#595959; text-decoration:none; background:url(../images/spacer.gif) repeat; margin-left:13px; font-family:Arial; font-size:11px;}

.menubar :hover ul.sub li a:hover,
.menubar :hover ul.sub li a:hover ul li a:hover,
.menubar :hover ul.sub li a:hover ul li a:hover ul li a:hover,
.menubar :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover,
.menubar :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover
{background: url(../images/dropover.png) no-repeat; color:#F17224; height:18px;}

