﻿.nav
{
    width: 150px;
}

.nav-item
{
    color: #555;
    background-color: #e6e6e6;
    height: 26px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 5px;   
}
.nav-item-hover
{
    background: url('../img/arrownav3.gif') no-repeat center left #f0f0ef;    
   color: #555;
    background-color: #e6e6e6;
    height: 26px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 5px; 
    cursor: hand;
    cursor: pointer;
}
.nav-item-active
{
    color: #555;
    background-color: #d8d8d8;
  height: 26px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 5px;   
}
.nav-item-active-hover
{
   background: url('../img/arrownav3.gif') no-repeat center left #f0f0ef;    
   color: #555;
    background-color: #d8d8d8;
    height: 26px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 5px; 
    cursor: hand;
    cursor: pointer;
}

