/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {height:48px; 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: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; height:48px;}
.menu 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 */
.menu li.p1 {width:200px; background:url(../images/nav1b.gif) no-repeat;;}
.menu li.p2 {width:207px; background:url(../images/nav2b.gif) no-repeat;;}
.menu li.p3 {width:133px; background:url(../images/nav3b.gif) no-repeat;;}
.menu li.p4 {width:130px; background:url(../images/nav4b.gif) no-repeat;;}
.menu li.p5 {width:180px; background:url(../images/nav5b.gif) no-repeat;;}
.menu li.p6 {width:137px; background:url(../images/nav6b.gif) no-repeat;;}
.menu li.p7 {width:183px; background:url(../images/nav7b.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#nav1 {width:200px; background:url(../images/nav1a.gif) no-repeat;;}
.menu li a#nav2 {width:207px; background:url(../images/nav2a.gif) no-repeat;;}
.menu li a#nav3 {width:133px; background:url(../images/nav3a.gif) no-repeat;;}
.menu li a#nav4 {width:130px; background:url(../images/nav4a.gif) no-repeat;;}
.menu li a#nav5 {width:180px; background:url(../images/nav5a.gif) no-repeat;;}
.menu li a#nav6 {width:137px; background:url(../images/nav6a.gif) no-repeat;;}
.menu li a#nav7 {width:183px; background:url(../images/nav7a.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#nav1:hover, .menu li:hover a#nav1,
.menu li a#nav2:hover, .menu li:hover a#nav2,
.menu li a#nav3:hover, .menu li:hover a#nav3,
.menu li a#nav4:hover, .menu li:hover a#nav4,
.menu li a#nav5:hover, .menu li:hover a#nav5,
.menu li a#nav6:hover, .menu li:hover a#nav6,
.menu li a#nav7:hover, .menu li:hover a#nav7 {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.sub1 {left:0; top:48px; background: #255c95; padding:3px 0; border:0px solid #006633; white-space:nowrap; width:200px; height:auto;}
.menu :hover ul.sub1 li {display:block; height:24px; position:relative; float:left; width:200px;}
.menu :hover ul.sub1 li a {display:block; font-size:11px; font-weight:normal; height:24px; width:200px; line-height:24px; text-indent:20px; color:#FFF; text-decoration:none; border:0px solid #fff; border-width:0 0 0 0px;}
.menu :hover ul.sub1 li a:hover {background:#0e7b64 url(../images/arrow_over.gif) 10px 10px no-repeat; color:#fff; font-weight:normal; }

/* set up the second drop down sub level */
.menu :hover ul.sub2 {left:0; top:48px; background: #255c95; padding:3px 0; border:0px solid #006633; white-space:nowrap; width:207px; height:auto;}
.menu :hover ul.sub2 li {display:block; height:24px; position:relative; float:left; width:207px;}
.menu :hover ul.sub2 li a {display:block; font-size:11px;  font-weight:normal; height:24px; width:207px; line-height:24px; text-indent:20px; color:#FFF; text-decoration:none; border:0px solid #fff; border-width:0 0 0 0px;}
.menu :hover ul.sub2 li a:hover {background:#0e7b64 url(../images/arrow_over.gif) 10px 10px no-repeat; color:#fff; font-weight:normal; }

/* set up the third drop down sub level */
.menu :hover ul.sub3 {left:0; top:48px; background: #255c95; padding:3px 0; border:0px solid #006633; white-space:nowrap; width:150px; height:auto;}
.menu :hover ul.sub3 li {display:block; height:24px; position:relative; float:left; width:150px;}
.menu :hover ul.sub3 li a {display:block; font-size:11px; font-weight:normal; height:24px; width:150px; line-height:24px; text-indent:20px; color:#FFF; text-decoration:none; border:0px solid #fff; border-width:0 0 0 0px;}
.menu :hover ul.sub3 li a:hover {background:#0e7b64 url(../images/arrow_over.gif) 10px 10px no-repeat; color:#fff; font-weight:normal; }

/* set up the fourth drop down sub level */
.menu :hover ul.sub4 {left:0; top:48px; background: #255c95; padding:3px 0; border:0px solid #006633; white-space:nowrap; width:195px; height:auto;}
.menu :hover ul.sub4 li {display:block; height:24px; position:relative; float:left; width:195px;}
.menu :hover ul.sub4 li a {display:block; font-size:11px;  font-weight:normal; height:24px; width:195px; line-height:24px; text-indent:20px; color:#FFF; text-decoration:none; border:0px solid #fff; border-width:0 0 0 0px;}
.menu :hover ul.sub4 li a:hover {background:#0e7b64 url(../images/arrow_over.gif) 10px 10px no-repeat; color:#fff; font-weight:normal; }

/* set up the sixth drop down sub level */
.menu :hover ul.sub6 {left:0; top:48px; background: #255c95; padding:3px 0; border:0px solid #006633; white-space:nowrap; width:137px; height:auto;}
.menu :hover ul.sub6 li {display:block; height:24px; position:relative; float:left; width:137px;}
.menu :hover ul.sub6 li a {display:block; font-size:11px;  font-weight:normal; height:24px; width:137px; line-height:24px; text-indent:20px; color:#FFF; text-decoration:none; border:0px solid #fff; border-width:0 0 0 0px;}
.menu :hover ul.sub6 li a:hover {background:#0e7b64 url(../images/arrow_over.gif) 10px 10px no-repeat; color:#fff; font-weight:normal; }

/* set up the seventh drop down sub level */
.menu :hover ul.sub7 {left:0; top:48px; background: #255c95; padding:3px 0; border:0px solid #006633; white-space:nowrap; width:183px; height:auto;}
.menu :hover ul.sub7 li {display:block; height:24px; position:relative; float:left; width:183px;}
.menu :hover ul.sub7 li a {display:block; font-size:11px;  font-weight:normal; height:24px; width:183px; line-height:24px; text-indent:20px; color:#FFF; text-decoration:none; border:0px solid #fff; border-width:0 0 0 0px;}
.menu :hover ul.sub7 li a:hover {background:#0e7b64 url(../images/arrow_over.gif) 10px 10px no-repeat; color:#fff; font-weight:normal; }