=================================================================== */
#multi-level {margin-top:0px;height:30px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */

.menu, .menu ul {list-style-type:none; padding-left: 20px; margin:0; font-family:arial, sans-serif;}

/* Set up the size of the 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 link styling */
.menu li.top a.top_link {display:block; float:left; height:35px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;}

/* pre-load the hover images */
.menu li.p1 {width:97px; background: transparent;}
.menu li.p2 {width:58px; background: transparent;}
.menu li.p3 {width:74px; background: transparent;}
.menu li.p4 {width:140px; background: transparent;}
.menu li.p5 {width:631px; background: transparent;}


.menu li a#home {width:97px; background: transparent;}
.menu li a#shop {width:58px; background: transparent;}
.menu li a#products {width:74px; background: transparent;}
.menu li a#services {width:140px; background: transparent;}
.menu li a#contacts {width:631px; background: transparent;}



/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu li a#home:hover, .menu li:hover a#home,
.menu li a#shop:hover, .menu li:hover a#shop,
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#services:hover, .menu li:hover a#services,
.menu li a#contacts:hover, .menu li:hover a#contacts,
.menu li a#privacy:hover, 
.menu li:hover a#privacy {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;}

.menu :hover ul.sub {left:0; top:-62px; background: #98b2e3; padding:3px 0; border:0; white-space:nowrap; width:auto; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:auto;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:auto; line-height:20px; text-indent:5px; color:#fff; text-decoration:none; border:0; border-width:0;}
.menu :hover ul.sub li a.fly {background: transparent;}
.menu :hover ul.sub li a:hover {background:#444d70; color:#fff;}
.menu :hover ul.sub li a.fly:hover { color:#fff;}
.menu :hover ul li:hover > a.fly { color:#fff;} 

.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
{top:-4px; background: #000; padding:0; border:0; white-space:nowrap; width:93px; z-index:200; height:auto;}

