/* Liberty SR 2008 - Ince (PTY) Ltd - May 2008 */

/* TOP MENU */
#menu_pos {position:absolute; top:202px; left:12px; z-index:199;}
/* 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, 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; text-decoration:none; text-align:center; height:38px; line-height:38px; font-weight:bold;}
.menu li.top a span {color:#f6a800;}
.menu li.top a:hover span {color:#000!important;}
.menu li:hover span {color:#000!important;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:97px; background:url('../i/butt_1.gif') no-repeat;}
.menu li a#about {width:148px; background:url('../i/butt_2.gif') no-repeat;}
.menu li a#governance {width:139px; background:url('../i/butt_3.gif') no-repeat;}
.menu li a#contribute {width:142px; background:url('../i/butt_4.gif') no-repeat;}
.menu li a#dust {width:140px; background:url('../i/butt_5.gif') no-repeat;}
.menu li a#gallery {width:124px; background:url('../i/butt_6.gif') no-repeat;}
.menu li a#contact {width:152px; background:url('../i/butt_7.gif') no-repeat;}

/* pre-load the hover images into the lists */
.menu li.p1 {width:97px; background:url('../i/butt_1b.gif') no-repeat;}
.menu li.p2 {width:148px; background:url('../i/butt_2b.gif') no-repeat;}
.menu li.p3 {width:139px; background:url('../i/butt_3b.gif') no-repeat;}
.menu li.p4 {width:142px; background:url('../i/butt_4b.gif') no-repeat;}
.menu li.p5 {width:140px; background:url('../i/butt_5b.gif') no-repeat;}
.menu li.p6 {width:124px; background:url('../i/butt_6b.gif') no-repeat;}
.menu li.p7 {width:152px; background:url('../i/butt_7b.gif') 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#governance:hover, .menu li:hover a#governance,
.menu li a#contribute:hover, .menu li:hover a#contribute,
.menu li a#dust:hover, .menu li:hover a#dust,
.menu li a#gallery:hover, .menu li:hover a#gallery,
.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:38px; background:url('../i/butt_d.gif'); padding:0;  width:164px; height:auto; text-align:left;}
.menu :hover ul.sub li {display:block; height:28px; line-height:28px; position:relative; float:left; width:164px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:28px; width:162px; line-height:28px; text-indent:5px; color:#CFA800; text-decoration:none; border-bottom:1px #515153 solid; border-left:1px #515153 solid; border-right:1px #515153 solid;}
.menu :hover ul.sub li a:hover { color:#fff; width:162px; height:28px; line-height:28px;}

/* 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: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}