﻿/* 
                nav.css
*/

/* ********************  sidebar layout elements ******************** */
.sidebar_nav
{
}

.sidebar_nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar_nav ul a 
{
    display: block;
    width:200px;
    height: 31px;
    line-height: 31px;
    color: #000;
    text-decoration: none;
    background: #94B8E9 url(rollover.gif) no-repeat left bottom;
    text-indent: 50px;
}

.sidebar_nav li.first a
{
    height: 40px;
    line-height: 40px;
}

.sidebar_nav a:hover, .selected a 
{
    background-position: right bottom;
    color: #fff;
}
.sidebar_nav li
{
    display: inline;
}
/* ********************  topbar layout elements ******************** */

.navbar_tabs ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 530px;
    float: left;
    background: #FAA819 url(brownbar.jpg) repeat-x;
}


.navbar_tabs ul li
{
    float: left;
}

.navbar_tabs ul a
{
    display: block;
    padding: 0 2em;
    line-height: 33px;
    background: url(MainNavBorder.gif) repeat-y left top;
    text-decoration: none;
    color: #fff;
}

.footer_menu li
{
    display: inline;
 }
