/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2005-2010 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.

Problems:
different size on mouse over on top btns?  check bg inage!! also check "line-height"
different size on mouse over on the drop downs? check the "nav a b padding" 
btn bg width incorrect? check bg image width
ie cant mouseover from top btn to drop down?  change ".nav .nav2 ul a:active {margin-right:-80px;}" at bottom of this page

=================================================================== */

/* default styling */
.nav, .nav ul {list-style-type:none; margin:0; padding:0;}
.nav {font-family: arial, sans-serif; font-size:12px; width:755px; margin-left:0; margin-bottom:-14;  text-align:center; height:26px;}

/* style the links */
/* needs a background for IE6 - can be a color or a transparent gif */
.nav a {text-decoration:none; color: #ffffff; background-color:#fD89DD; height:26px;}
.nav a:visited {text-decoration:none; color: #ffffff; background-color:#fD89DD; height:26px;}
.nav a:active {text-decoration:none; color: #ffffff; background-color:#fD89DD; height:26px;}
.nav a:hover {text-decoration:none; color: #ffffff; background-color:#fD89DD; height:26px;}
.nav a:link {text-decoration:none; color: #ffffff; background-color:#fD89DD; height:26px;}

.nav ul a {height:auto;}
/* style the <b> element so that is does not affect the size of the link */
/*.nav a i {position:absolute; left:-9999px;}*/



.nav a { height:26px;text-decoration:none;color:#ffffff; font-size:11pt; line-height:26px; font-weight:600; cursor:pointer;}




.nav a b {display:block; border:1px solid #1552ad; border-width:1px 1px 0 1px; background:#fff; color:#444; font-size:11pt;  font-weight:semi;padding:0px 0px 0px 10px; cursor:pointer;} 
.nav a b.last {border-bottom-width:1px;}
/* WIDTH change this WITH CARE to suit your requirements */





/* FOR NAV1 */
.nav1, .nav1 a {width:60px;}
.nav1 a {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff; }
.nav1 a:visited {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav1 a:active {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav1 a:hover {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav1 a:link {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}

/* FOR NAV2 */
.nav2, .nav2 a {width:174px;}
.nav2 a {margin-right:-173px; background:url(menu_top_bg.gif) no-repeat left top;} /* 1px less than the top level link width */
.nav2 a:visited {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav2 a:active {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav2 a:hover {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav2 a:link {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}

/* FOR NAV3 */
.nav3, .nav3 a {width:89px;}
.nav3 a {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff; }
.nav3 a:visited {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav3 a:active {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav3 a:hover {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav3 a:link {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}


/*
.nav3, .nav3 a {width:80px;}
.nav3 a {margin-right:-79px; background:url(menu_top_bg.gif) no-repeat left top;} /* 1px less than the top level link width */
*/




/* FOR NAV4 */
.nav4, .nav4 a {width:300px;}
.nav4 a {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff; }
.nav4 a:visited {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav4 a:active {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav4 a:hover {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav4 a:link {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}

/* FOR NAV5 */
.nav5, .nav5 a {width:110px;}
.nav5 a {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff; }
.nav5 a:visited {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav5 a:active {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav5 a:hover {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav5 a:link {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}

/* FOR NAV6 */
.nav6, .nav6 a {width:100px;}
.nav6 a {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff; }
.nav6 a:visited {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav6 a:active {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav6 a:hover {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}
.nav6 a:link {background:url(menu_top_bg.gif) no-repeat left top;text-decoration: none; color: #ffffff;}


/* Width of drop down btns */
.nav li.drop ul li a {width:260px; margin-right:-240px;}
.nav li.drop ul { text-align:left;}
/* ----------------------------------------------------------------------------	*/

/* DO NOT CHANGE ANYTHING BELOW */
.nav li {float:left;} /* fixes several IE related bugs, and allows for clearing */
.nav ul {float:left; position:relative; z-index:20; left:1px; top:-1px;} /* necessary for float drop and to stack the <ul>s */
.nav ul li {clear:left;} /* must clear the floated list item inside sublist */
.nav a {position:relative; display:block;} /* needs to have a position, to be above the rest */
.nav a.main {float:left; /* necessary for float drop */
    margin-top:10000px;} /* bring the top level links back into view */
.nav .drop {margin-top:-10000px;} /* hide the sub links and their containers, opera has low upper limits */
.nav ul {margin-bottom:-5000px;} /* avoid any interaction between the subs, can be any large size */
/* ----------------------------------------------------------------------------	*/

/* The bit that does ALL the work to bring the sub menus into view */
.nav a:hover,
.nav a:focus,
.nav a:active {margin-right:0; z-index:10; outline:0; background-position:left bottom;}

.nav a:hover b,
.nav a:focus b,
.nav a:active b {background:#f8f8f8;}

.nav .nav2 ul a:hover,
.nav .nav2 ul a:focus,
.nav .nav2 ul a:active {margin-right:-86px;} /* The margin-right value is the dropdown link width minus the top level link width */

.nav .nav3 ul a:hover,
.nav .nav3 ul a:focus,
.nav .nav3 ul a:active {margin-right:-100px;} /* The margin-right value is the dropdown link width minus the top level link width */

.nav .nav4 ul a:hover,
.nav .nav4 ul a:focus,
.nav .nav4 ul a:active {margin-right:-200px;} /* The margin-right value is the dropdown link width minus the top level link width */

/* OPERA fix */
.nav ul:hover {clear:left;} /* to stop intermittent sub link :hover problems */

/* IE6 and 7 fix */
a:active {}

/* ----------------------------------------------------------------------------	*/
