﻿.nav , .nav ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
   
    background-color:#ebeef3;
    font-family:Calibri;
    font-size:12px;
    width:189px;
   
}

.nav ul
{
    border: solid 1px .c6c3bd;
   
}

.nav a
{	
    color: #B7C7CD;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom:1px;
    padding-top:1px;
    display: block;
    font-weight:bold;
    font-family:Calibri;
    font-size:14px;
    border-bottom-color: #385b88;
	border-bottom-style:solid;
	border-bottom-width:1px;
   /*  border-bottom: solid 1px;
   background: url(../images/menualti3new.gif) no-repeat 25px 0px;*/
    
}

.nav a:hover
{
	
    color: #B7C7CD;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom:1px;
    padding-top:1px;
    display: block;
    font-weight:bold;
    font-family:Calibri;
    font-size:14px;
    border-bottom-color: white;
	border-bottom-style:solid;
	border-bottom-width:1px;
   /*  border-bottom: solid 1px;
   background: url(../images/menualti3new.gif) no-repeat 25px 0px;*/
    
}

.nev a
{
    color: black;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    height:16px;
    padding-bottom:1px;
    padding-top:1px;
    display: block;
    font-family:Calibri;
    font-size:14px;
    /*
    background: url(../images/menualti3new.gif) no-repeat;*/
}
.nev a:hover
{
	 border-bottom-color: #385b88;
	border-bottom-style:solid;
	border-bottom-width:3px;
    color: #9c2648;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    font-weight:bold;
    font-family:Calibri;
    font-size:14px;
	/* background: url(../images/menualti3_1.gif) no-repeat 21px 0px;*/
}
.nav li a
{
    font-size: 13px;
    border-bottom-color: #385b88;
	border-bottom-style:solid;
	border-bottom-width:1px;
    /* margin-top: 2px;
    padding-bottom: 2px;*/
    
}

.nav li ul a
{
    text-align: left;
    margin-top: 0px;
    
    border-bottom-color: #385b88;
	border-bottom-style:solid;
	border-bottom-width:1px;
    position: relative;
    
}

.nav li
{
    float: left;
    padding: 0;
}

.nav li ul
{
    background-color: #f8f8f8;
    margin: 0;
    padding: 0px;
    position: absolute;
    width: auto;
    height: auto;
    display: none;
    z-index: 999;
}

.nav li li
{
    float: none;
    margin: 0px;
    padding: 0px;
}

.nav li:hover ul ul, .nav li.cssHover ul ul
{
    display: none;
}

.nav li:hover ul, .nav li.cssHover ul
{
    display: block;
}

.nav li:hover, .nav li.cssHover, a.module:hover, a.first_module:hover
{
    background-color: black;/*#abb0b6;*/
}

li.selected
{
    background-color: #bdc0c6;
}

a.module
{
    background-color: #f0f0f0;
}

a.first_module
{
    background-color: black;
    border-top: 1px solid .c6c3bd;
}

.nav li.sep
{
    line-height: 12px;
    border-bottom: 1px solid .c6c3bd;
}

