html, body { margin: 0px; padding: 0px; border: 0px; }
body {width:100%; overflow-y:auto; color: black; background-color: #FFFFFF; font-family: arial, helvetica; font-size: 15px; font-weight: normal; font-style: normal; text-decoration: none;}
#container { width: 960px; margin:0 auto;padding: 0; }
#container h1 { margin: 0 auto;text-align:center; padding: 0; width: 100%; height: 90px; }


A:LINK {color: blue;}
A:VISITED {color: red;}
A:ACTIVE {color: #C00000;}
A:hover {color: #FF00FF;}
.base {font-family: arial; }
.base {font-size: 12px; }
.base {font-weight: bold; }
.base {color: red; }
.base {text-align: center; }
.darkred {background-color: #C00000 }
A.baselink:link {color: white; background: #EB7676; }
A.baselink:hover {color: white; background: #008D82; }
A.baselink:visited {color: white; background: #EB7676; }
A.baselink:visited:hover {color: white; background: #008D82; }
A.baselink:active {color: white; background: yellow; }
A.baselink {text-decoration: none; }
hr.red {color: #D00000;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/ul-multi-seven.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* default styling */
.nav, .nav ul {list-style-type:none; margin-top:0px;margin-bottom:0px;margin-left:0; margin-right:0; padding:0;}
.nav a {text-decoration:none;}
.nav {font-family: arial, sans-serif; font-size:12px; width:960px; text-align:center; margin:0 auto;}

/* style the links */
/* needs a background for IE6 - can be a color or a transparent gif */
.nav a {background:url(../trans.gif); opacity:1.0; filter:alpha(opacity=100);} 

/* style the b element so that is does not affect the size of the link */
.nav a b {color:#fff; font-weight:bold; display:block; padding:5px 0; margin:1px 1px 2px 1px; border:1px solid #0000FE;}
.nav ul a b {margin:1px 1px 2px 1px;border:1px solid #0000FE;}
.nav ul a b.top {margin:0 1px; border-width:1px 1px 0 1px;}
.nav ul a b.bottom {margin:0 1px; border-width:0 1px 1px 1px;}
.nav ul a b.last {margin:0 1px; border-width:1px 1px 1px 1px;}

.nav .fly .main b {background: url(images/arrow.gif) no-repeat 108px 9px;}
.nav .down b {background: url(images/arrow2.gif) no-repeat 99px 11px;}
.nav .downn b {background: url(images/arrow2.gif) no-repeat 73px 11px;}
/* for the offset left dropdown and flyout */
.nav .nav4 ul .main b {background: url(images/arrow3.gif) no-repeat left 9px;}

/* HEIGHT */
.nav ul ul {top:-27px;} /* position the top of the flyout sub menus */

/* WIDTHS change this WITH CARE to suit your requirements */

/* FOR NAV1 */
.nav1 a b {background-color:#764;}

.nav1 {width:80px;}
.nav1 a {width:80px;}

/* FOR NAV2 */
.nav .nav2 a b,
.nav .nav2 .fly a b {background-color:#EB7676;}

.nav2 {width:87px;}

.nav2 a {width:87px; margin-right:-1px;}
.nav2 ul {left:0; top:0px;} /* center the dropdown */

.nav2 ul a {width:87px; margin-right:-86px;}
.nav2 ul ul {left:104px;}

.nav2a ul a {width:86px; margin-right:-72px;}
.nav2a ul ul {left:56px;}

/* FOR NAV3 */
.nav .nav3 a b,
.nav .nav3 .fly a b {background-color:#EB7676;}

.nav3 {width:113px;}

.nav3 a {width:113px; margin-right:-1px;}
.nav3 ul {left:0; top:0px;} /* center the dropdown */

.nav3 ul a {width:114px; margin-right:-113px;}
.nav3 ul ul {left:116px;}

.nav3a ul a {width:113px; margin-right:-86px;}
.nav3a ul ul {left:82px;}

/* FOR NAV4 */
.nav .nav4 a b,
.nav .nav4 .fly a b {background-color:#EB7676;}

.nav4 {width:112px;}
.nav4 a {width:112px; margin-right:-71px;}
.nav4 ul {left:0px; top:0;} /* center the dropdown */

.nav4 ul a {width:112px; margin-right:-71px;}
.nav4 ul ul {left:auto; right:108px;} /* position the flyouts left */

.nav4a ul a {width:78px; margin-right:-77px;}
.nav4 .nav4a ul {right:78px;}
.nav4a ul ul {right:77px;}


/* FOR NAV5 */
.nav5 {width:80px;}
.nav5 a {width:80px; margin-right:-61px;}
.nav5 a b {background-color:#EB7676; margin-right:0;}
.nav5 ul a {width:85px; margin-right:-55px;}
.nav5 ul ul {left:84px;}

/* FOR NAV6 */
.nav6 {width:120px;}
.nav6 a {width:120px; margin-right:-61px;}
.nav6 a b {background-color:#0000FE; margin-right:0;}
.nav6 ul a {width:85px; margin-right:-55px;}
.nav6 ul ul {left:84px;}


/* ----------------------------------------------------------------------------	*/

/* 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;} /* necessary for float drop and to stack the uls */
.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,
.nav .fly {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;}

.nav a:hover b,
.nav a:focus b,
.nav a:active b,
.nav .nav2 a:hover b,
.nav .nav2 a:focus b,
.nav .nav2 a:active b,
.nav .nav4 a:hover b,
.nav .nav4 a:focus b,
.nav .nav4 a:active b {cursor:pointer; background-color:#8D2933;}

.nav .nav3 a:hover b,
.nav .nav3 a:focus b,
.nav .nav3 a:active b {cursor:pointer; background-color:#8D2933;color:#FFFFFF;}

.nav .nav6 a:hover b,
.nav .nav6 a:focus b,
.nav .nav6 a:active b {cursor:pointer; background-color:#BBF2C7;color:#000000;}


.nav2 ul a:hover,
.nav2 ul a:focus,
.nav2 ul a:active {margin-right:25px;}

.nav2a ul a:hover,
.nav2a ul a:focus,
.nav2a ul a:active {margin-right:20px;}

.nav2b ul a:hover,
.nav2b ul a:focus,
.nav2b ul a:active {margin-right:0;}

.nav2c ul a:hover,
.nav2c ul a:focus,
.nav2c ul a:active {margin-right:10px;}

.nav3 ul a:hover,
.nav3 ul a:focus,
.nav3 ul a:active {margin-right:25px;}

.nav3a ul a:hover,
.nav3a ul a:focus,
.nav3a ul a:active {margin-right:20px;}

.nav4 ul a:hover,
.nav4 ul a:focus,
.nav4 ul a:active {margin-right:-30px;}

.nav4a ul a:hover,
.nav4a ul a:focus,
.nav4a ul a:active {margin-right:0;}


/* OPERA fix */
.nav ul:hover {clear:left;}

/* ---------------------------------------------------------------------------- */
