﻿.nav
{
    width: 100%;
    min-width:150px;
    overflow:hidden;
}

.nav-item
{
    color: #555;
    background-color: #e6e6e6;
    height: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 5px;   
}
.nav-item-hover
{
    background: url('../images/arrownav3.gif') no-repeat center left #f0f0ef;    
   color: #555;
    background-color: #e6e6e6;
    height: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 5px; 
    cursor: hand;
    cursor: pointer;
}
.nav-item-active
{
    color: #555;
    background-color: #d8d8d8;
  height: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 5px;   
}
.nav-item-active-hover
{
   background: url('../images/arrownav3.gif') no-repeat center left #f0f0ef;    
   color: #555;
    background-color: #d8d8d8;
    height: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 5px; 
    cursor: hand;
    cursor: pointer;
}



.nav-item-2 {
     color: #555;
    background-color: #e6e6e6;
    height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 5px;
    display:block;
    font-weight:normal;
    padding:5px 15px;
}

.nav-item-2:hover{
    background: url('../images/arrownav3.gif') no-repeat center left #efefef;    
    color: #555;
  
}

.nav-item-2-active {
    background-color: #ccc !important;
}

