﻿/*.nav
	{
	width : 640px;	
	}
*/
.nav ul
    {
    list-style: none;    
    margin: 5px;
    padding-left: 0px;
    white-space : nowrap;
    }
    
.nav ul li
    {
    padding: 0px;
    padding-left: 3px;
    float: left;    
    background-image: url('../images/tab_off_left.gif');
    background-repeat: no-repeat;
    background-position: left 0px;
    margin-left: 5px; 
    height: 21px;
    display : inline;
    }  
    
.nav ul li.active
    {
    padding: 0px;
    padding-left: 3px;
    float: left;    
    background-image: url('../images/tab_on_left.gif');
    background-repeat: no-repeat;
    background-position: left 0px;
    margin-left: 5px; 
    }       
    
.nav ul li a
    {
    background-image: url('../images/tab_off_right.gif');
    background-repeat: no-repeat;
    background-position: right 0px;    
    display:block;
    float: left;
    height: 21px;
    padding: 2px 8px 0px 5px;
    white-space: nowrap;
    border: 0;
    }    
    
.nav ul li.active a
    {
    background-image: url('../images/tab_on_right.gif');
    background-repeat: no-repeat;
    background-position: right 0px;    
    display:block;
    float: left;
    height: 21px;
    padding: 2px 8px 0px 5px;
    white-space: nowrap;
    }       
    
.nav ul li a:link, .nav ul li a:visited, .nav ul li a:active
    {
    text-decoration: none;
    color: #000000;    
    font-weight: bold;
    white-space: nowrap;
    border: 0;
    }   
    
.nav ul li.active a:link, .nav ul li.active a:visited, .nav ul li.active a:active
    {
    text-decoration: none;
    color: #FFFFFF;    
    font-weight: bold;
    white-space: nowrap;
    }      
    
.nav ul li a:hover
    {
    color: #CC0000;
    white-space: nowrap;
    }   
    
    
.nav ul li.active a:hover
    {
    color: #CCCCCC;
    white-space: nowrap;
    }       

/************************************/

#subnav ul
    {
    list-style: none;
    margin: 0;    
    margin-left: 5px;
	padding-left: 0;
    }
    
#subnav ul li
    {
    padding: 7px 0px 7px 10px;
    float: left;    
    }    
    
#subnav ul li a, #subnav ul li a:active, #subnav ul li a:visited
    {
    color: white;    
    text-decoration: none;
    padding: 0px 4px 0px 4px;
    white-space: nowrap;
    border: 0;
    }    
    
#subnav ul li a:hover, #subnav ul li a.active
    {
    background-color: white;
    color: black;
    padding: 0px 4px 0px 4px;
    white-space: nowrap;
    }    