﻿.wrapper1
{
    font: bold 13px SegoeUI,Arial,sans-serif;
    margin: 0;
    font-weight: bold;
    /*padding-top:5px;*/
    text-align:left;
  
}
.wrapper1 a
{
    margin: 0px;
    color: white;
    text-decoration: none;
}
.wrapper1 a:hover
{
    color: white;
}
.wrapper1 p
{
    padding: 0;
   
}
.wrapper
{
    text-align:left;
}
.nav
{
    background:url("../Images/NavBgCentre.jpg") repeat-x;
    float: left;
    height:31px;
    padding-top:4px;
    width:920px;
}
.nev-wrapper
{
    clear: both;
    float: left;
}
.nav-left
{
    background:url("../Images/NavBgLeft.jpg") no-repeat;
    width:15px;
    height:35px;
    float: left;
    
}
.nav-right
{
    background:url("../Images/NavBgRight.jpg") no-repeat;
    width:15px;
    height:35px;
    float: left;
    
}
.nav ul
{
  
    float: left;
    margin: 0;
    list-style: none;
    padding-left:0px;
}
.nav li
{
    float: left;
    padding: 0 3px;
    position: relative;
    z-index: 1; 
   
}
.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: 13px;
    height: 31px;
    display: block;
    float: left;
    background:url(../Images/LeftNav.jpg) no-repeat;
    background-position:bottom;
}
a .menu-mid
{
    height: 25px;
    display: block;
    float: left;
    background :url(../Images/NavBg.jpg) repeat-x;
    background-position:bottom;
    padding-top:6px;
    
}
a .menu-right
{
    width: 13px;
    height:31px;
    display: block;
    float: left;
    background:url(../Images/RightNav.jpg) no-repeat;
    background-position:bottom;
    
}
.nav li a:hover .menu-left, 
.nav li.active a .menu-left, 
.nav li:hover a .menu-left
{
    background: url(../Images/SelectLeftNav.jpg) no-repeat bottom left;
    background-position:bottom;
    width: 13px;
    display: block;
    float: left;
    height:31px;
}
.nav li a:hover .menu-mid, 
.nav li.active a .menu-mid, 
.nav li:hover a .menu-mid
{
    background: url(../Images/SelectNavBg.jpg) repeat-x;
    background-position:bottom;
    display: block;
    float: left;    
    height: 25px;
    padding-top:6px;
   
}
.nav li a:hover .menu-right,
.nav li.active a .menu-right, 
.nav li:hover a .menu-right
{
    background: url(../Images/SelectRightNav.jpg) no-repeat bottom right;
    background-position:bottom;
    width: 13px;
    display: block;
    float: left;
    height: 31px;
}
.nav li a:hover, .nav li.active a, .nav li.hover a, .nav li:hover a
{
    color: #fff;
    /*background: url(../Images/MenunavigationImages.jpg) top  !important;*/
    background-position:0px -99px;
}




