/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this script and the associated (x)html
is available at http://www.stunicholls.com/
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* define defaults for IE */
#background {width:700px; height:500px; background:url(beach.jpg); padding:12px 25px 0 25px;}

#container {width:700px; height:30px; position:relative; background:url(barHeader2.gif); margin:}

#nav, #nav ul {padding:0; margin:0; list-style:none; width:842px;}

#nav li {float:left;}
#nav li a {float:left; text-decoration:none; font-family:verdana, serif; font-size:11px; color:#000;}
#nav li a b {display:block; float:left; height:30px; line-height:24px; padding:0 18px 0 10px; font-weight:normal; cursor:pointer;}
#nav li a strong {display:block; float:left; height:30px; line-height:24px; padding:0 18px 0 10px; font-weight:normal; cursor:pointer;}

#nav li.sub a b {background:url(down.gif) no-repeat right 6px;}
#nav li.sub a strong {background:url(down.gif) no-repeat right 6px;}

#nav b.hover {color:#fff;}
#nav i.hover {color:#069;}
#nav strong.hover {color:#fff;}
#nav hover {color:#069;}
#nav em.hover {color:#080;}
#nav ul ul ul a:hover {color:#080;}

#nav ul {display:none;}
#nav ul {position:absolute; left:0; top:30px; background:#f4c75e;}
#nav ul li {float:left; position:relative;}
#nav ul li a {display:block; padding:0 20px 0 10px; font-size:11px; line-height:25px; cursor:pointer;}
#nav ul li a i {display:block; font-style:normal; cursor:pointer;}
#nav ul li a.sub {background:url(down.gif) no-repeat right 3px;}

#nav ul ul {width:130px; left:-1px; top:30px;}
#nav ul ul li a {display:block; line-height:20px; padding:0 0 0 10px; width:120px;}
#nav ul ul li a.fly {background:url(right.gif) no-repeat right center;}
#nav ul ul li a em {font-style:normal; display:block; width:120px; cursor:pointer;}

#nav ul ul ul {left:135px; top:0;}



a {color:#000;}
a:visited {color:#111;}
a:hover {color:#222;}
#content {position:relative;}

#outer {padding:0; text-align:left; margin:0; width:840px; background:url(tab.gif); height:24px;}
#outer ul {display:table; margin:0 auto; padding:0; list-style-type:none; height:23px; border-left:1px solid #555;}
#outer ul li {display:table-cell; width:auto; margin:0; height:22px; }
#outer ul li a {font-family:verdana, arial, sans-serif; float:left; font-size:10px; text-decoration:none;text-align:center; line-height:18px; display:block; height:23px; padding:0 17px; white-space:nowrap; color:#000; border-right:1px solid silver; border-left:1px solid silver; border-bottom:1px solid silver; margin-left:-1px;}
#outer ul li a.down {background:url(down.gif) no-repeat right center;}
#outer ul li a:hover {color:#fff; background:#EFAF26;}
#outer ul li a.down:hover {color:#fff; background:#EFAF26; url(down_over.gif) no-repeat right center;}

#outer ul li a:focus {outline:0;}
#outer ul li.clicked a, #outer ul li.clicked a:hover {color:#000; background:#EFAF26; url(down_up.gif) no-repeat right center;;}

#submenus ul.none {display:none;}
#submenus ul.yes {display:table;}

#submenus {clear:left; text-align:justify; width:840px; background:#EFAF26; position:absolute;}
#submenus ul {margin:0 auto; padding:0; list-style-type:none; height:20px;}
#submenus ul li {display:table-cell; width:auto; margin:0;}
#submenus ul li a {font-family:verdana, arial, sans-serif; float:left; font-size:10px; color:#000; text-decoration:none;text-align:left; line-height:16px; display:block; height:20px; padding:0 14px 0 10px; white-space:nowrap; background: url(diamond.gif) no-repeat right center;}
#submenus ul li a.last {background:#EFAF26;}
#submenus ul li a:hover {color:#fff; text-decoration:underline;}