﻿    #nav {
      /*background:#DAE0D2 url("../img/nav/bg.gif") repeat-x bottom;*/
      font-size:0.6em;font-weight:normal;font-family:Arial;
      line-height:normal;      
      }
    #nav ul {
      margin:0;
/*      padding:10px 10px 0;*/
      padding:0px 0px 0;
      list-style:none;
      }
    #nav li {
      float:left;
      background:url("../img/nav/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #765;
      }
    #nav a {
      float:left;
      display:block;
      width:.1em;
      background:url("../img/nav/right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      
      color:#765;
      }
    #nav > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover {
      color:#333;
      }
    #nav #current {
      background-position:0 -150px;
      border-width:0;
      }
    #nav #current a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
    #nav li:hover, #nav li:hover a {
      background-position:0% -150px;
      color:#333;
      }
    #nav li:hover a {
      background-position:100% -150px;
      }




/* =nav
	-----------------------------
#nav 
{
	clear:both;
	color: black;
	background: #ffffff;
	width: 1000px;
}
#nav li{
    display:inline;
}
#nav ul {
height: 26px;
overflow: hidden;
position: relative;
z-index: 1;
background: url(../img/nav/t.gifz) repeat-x;
}

#nav ul li {
margin: 0px 0 0 px;
padding: 0 0 0 0px;
list-style: none;
float: left;
display: inline;
background: url(../img/nav/bg-box-header.png) left;
position: relative;
z-index: 2;
}

#nav ul li.alt {
background-position: bottom left;
}

#nav ul li.on {
background-position: top left;
}

#nav ul a {
padding: 0 15px 0 10px;
color: #ffffff;
background: url(../img/nav/bg-box-header.png) right;
line-height: 26px;
float: left;
}

#nav ul li.alt a {
background-position: bottom right;
color: #ffffff;
}

#nav ul li.on a {
background-position: top right;
}


a.link_nav:link {color:#000000;font-size:0.8em;font-family:Arial;font-weight: bold;text-decoration: underline}
a.link_nav:visited {color:#000000;font-size:0.8em;font-family:Arial;font-weight:bold;text-decoration: underline}
a.link_nav:active {color:#000000;font-size:0.8em;font-family:Arial;font-weight:bold;text-decoration: underline}
a.link_nav:hover {color:#000000;font-size:0.8em;font-family:Arial;font-weight:bold;text-decoration: none;}
 */
