﻿.wrapper1
{
    margin: 0;
    font-weight: bold;
    padding-top:2px;
    text-align:center;
    color:White;
   	 
}
.wrapper1 a
{
    font-family:Verdana,Sans-Serif,Arial,Harrington;
    font-weight:bold;
    margin: 0px;
    color: White;
    text-decoration: none;
    font-size:13px;
   
}
.wrapper1 a:hover
{
    color:White;
}
.wrapper1 p
{
     padding:0;
   
}
.wrapper
{
    text-align:left;
}
.nav
{
    float: left;
    height:35px;
}
.nev-wrapper
{
    clear: both;
    float: left;
}
.nav-left
{
    float: left;
    width:0px;
}
.nav-right
{
    float: left;
    width:0px;
}
.nav ul
{
    /*width: 648px;*/
    float: left;
    margin: 0;
    list-style: none;
   
   height:34px;
}
.nav li
{
    float: left;
    padding:0px 0px;
    position: relative;
    z-index: 1;  
    margin-right:5px;
    margin:0px;
    pa
}
.nav li.last
{
    background: none;
}
.nav li:hover
{
    z-index: 2;
}
.nav li a
{
    display: block;
    overflow: hidden;
    float: left;
    cursor: pointer;
}
a .menu-left
{
    width: 8px;
    height: 35px;
    display: block;
    float: left;
}
a .menu-mid
{
    padding-top:10px;
    height: 24px;
    display: block;
    float: left;
}
a .menu-right
{
    width: 8px;
    height: 35px;
    display: block;
    float: left;
}
.nav li a:hover .menu-left, 
.nav li.active a .menu-left, 
.nav li:hover a .menu-left
{
    background: url(../Images/left.jpg) no-repeat bottom left;
    width: 8px;
    display: block;
    float: left;
    height: 35px;
}
.nav li a:hover .menu-mid, .nav li.active a .menu-mid, .nav li:hover a .menu-mid
{
    background: url(../Images/TopNavBg.jpg) top  !important;
    display: block;
    float: left;
    
    padding-top:10px;
    height: 24px;
    
}
.nav li a:hover .menu-right, .nav li.active a .menu-right, .nav li:hover a .menu-right
{
    background: url(../Images/right.jpg) no-repeat bottom right;
    width: 8px;
    display: block;
    float: left;
    height: 35px;
}
.nav li a:hover, .nav li.active a, .nav li.hover a, .nav li:hover a
{
    color: #580000;
    background: url(../Images/TopNavBg.jpg) top  !important;
   
}



