/*New Nav */
#multi-level {height:27px; position:relative; z-index:100; width: 600px; float:right; }
#multi-level .pad {float:left;}

* html #multi-level {height:0px; position:relative; z-index:100; border-bottom: solid #dcdcdc 0px}


/* 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:Rockwell; font-size: 12px; }

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative; padding-top: 0px}

/* 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:27px;}
* html .menu li.top a.top_link {display:block; float:left; height:26px;}
.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:72px; background:url(../images/home_on.jpg) no-repeat; }
.menu li.p2 {width:116px; background:url(../images/work_on.jpg) no-repeat; }
.menu li.p3 {width:113px; background:url(../images/what_on.jpg) no-repeat;}
.menu li.p4 {width:92px; background:url(../images/acclaim_on.jpg) no-repeat;}
.menu li.p5 {width:103px; background:url(../images/about_on.jpg) no-repeat;}
.menu li.p6 {width:104px; background:url(../images/contact_on.jpg) no-repeat;}



/* set up the normal unhovered images in the links */
.menu li a#home {width:72px; background:url(../images/home_in.jpg) no-repeat;}
.menu li a#ourwork {width:116px; background:url(../images/work_in.jpg) no-repeat;}
.menu li a#whatwedo {width:113px; background:url(../images/what_in.jpg) no-repeat;}
.menu li a#acclaim {width:92px; background:url(../images/acclaim_in.jpg) no-repeat; }
.menu li a#aboutus {width:103px; background:url(../images/about_in.jpg) no-repeat;}
.menu li a#contactus {width:104px; background:url(../images/contact_in.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#ourwork:hover, .menu li:hover a#ourwork,
.menu li a#whatwedo:hover, .menu li:hover a#whatwedo,
.menu li a#acclaim:hover, .menu li:hover a#acclaim,
.menu li a#aboutus:hover, .menu li:hover a#aboutus,
.menu li a#contactus:hover, .menu li:hover a#contactus {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;}

