/* Basic code - don't modify */
 
ul#nav {padding:0 0 0 7px; margin:0 auto;  list-style-type:none; /*padding-left:45px;*/}
ul#nav li {display: block; margin:0 2px;  /*margin-right:15px;*/}
ul#nav li a {display:block; color:#000000; text-decoration:none;}
ul#nav li a em {padding-right:10px; display:block; padding-left:10px; font:bold 14px arial, helvetica, sans-serif; padding-top:6px; padding-bottom:8px;}
ul#nav li a:hover {background-position: left top; background-image: url(../images/tab-active-left.gif); color: #ffffff; background-repeat: no-repeat; font-weight: bold;}
ul#nav li a:hover em {background-position: right top; background-image: url(../images/tab-active-right.gif) ; color: #000000; background-repeat: no-repeat; font-weight: bold;}
ul#nav li a.current {background-position: right top; background-image: url(../images/tab-active-left.gif); background-position:left top; color: #000000; background-repeat: no-repeat; font-weight: normal;}
ul#nav li a.current em {background-position: right top; background-image: url(../images/tab-active-right.gif); color: #000000; background-repeat: no-repeat; font-weight: bold;}



#nav li {display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }

#nav li ul.dropdown {margin:0; padding:0; padding-left:0px; width:175px;} 
#nav li ul.dropdown li {list-style-type:none; border-bottom:1px solid #9F9F9F; border-left:1px solid #9F9F9F; border-right:1px solid #9F9F9F;}
#nav li ul.dropdown li a {background:none; padding:5px; background:url(../images/dropdown-bg.gif) repeat-x top #FFFCC7; font:bold 14px Arial, Helvetica, sans-serif; color:#000000; text-decoration:none;}
#nav li ul.dropdown li a:hover {background:#000000; color:#FFF204;}

#nav a {display: block; }
#nav ul {display: none; position: absolute; left: 0; margin: 0; padding: 0; }
#nav ul li {float: none;}
#nav ul ul { top:0;}
    

/* Essentials - configure this */


/* Everything else is theming */
 
/*#nav { background-color: #30A8C3; height: 24px; }
#nav *:hover { background-color: none; }
#nav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  #nav li.hover a { background-color: #5E5A5A; }
  #nav ul { top: 25px; }
    #nav ul li a { background-color: #5E5A5A; }
      #nav ul a.hover { background-color: #30A8C3; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); } */
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

ul#top-tabstrips {padding-bottom:0px; margin:auto; list-style-type:none; padding-left:20px;}
ul#top-tabstrips li {display: block;  margin-right:15px;}
ul#top-tabstrips li a {display:block; color:#ffffff; text-decoration:none;}
ul#top-tabstrips li a em {padding-right:10px; display:block; padding-left:10px; font:bold 14px arial, helvetica, sans-serif; padding-top:6px; padding-bottom:8px;}
ul#top-tabstrips li a:hover {background-position: left top; background-image: url(../images/tab-active-left.gif); color: #ffffff; background-repeat: no-repeat; font-weight: bold;}
ul#top-tabstrips li a:hover em {background-position: right top; background-image: url(../images/tab-active-right.gif) ; color: #000000; background-repeat: no-repeat; font-weight: bold;}
ul#top-tabstrips li a.current {background-position: right top; background-image: url(../images/tab-active-left.gif); background-position:left top; color: #000000; background-repeat: no-repeat; font-weight: normal;}
ul#top-tabstrips li a.current em {background-position: right top; background-image: url(../images/tab-active-right.gif); color: #000000; background-repeat: no-repeat; font-weight: bold;}
