

div.nav {
height:35px; 
background: url('../images/navi_bg.gif');
background-repeat: repeat-x; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:10px; 
width:100%; 
z-index:100;
margin:0;
padding:0;
}

div.nav .table {
display:table; 
margin:0 auto;
}

div.nav .select,
div.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

div.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

div.nav .select a {
display:block; 
height:35px; 
float:left; 
font-weight:bold;
background: url('../images/navi_bg.gif'); 
padding:0 30px 0 30px; 
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#2b3238;
}


div.nav .select a:hover, 
div.nav .select li:hover a {
background: url('../images/hover.gif'); 
padding:0 0 0 15px; 
cursor:pointer; 
color:#2b3238;
}

div.nav .select a b{
	font-weight:bold;
	}

div.nav .select a:hover b, 
div.nav .select li:hover a b {
display:block; 
float:left; 
padding:0 30px 0 15px; 
background:url('../images/hover.gif');
background-position: right top; 
cursor:pointer;
}

div.nav .select_sub {
display:none;
}

/* IE6 only */
div.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

div.nav .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
}

div.nav .sub_active .current_sub a, 
div.nav .sub_active a:hover {
background:transparent; 
color:#2b3238;
}

div.nav .select :hover .select_sub, 
div.nav .current .show {
display:block; 
position:absolute; 
width:100%; 
top:35px; 
background:url('../images/back.gif'); 
padding:0; 
z-index:100; 
left:0; 
text-align:center;
}

div.nav .current .show {
z-index:10;
}

div.nav .select :hover .sub li a, 
div.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0 10px 0 10px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#2b3238;
}

div.nav .current .sub li.sub_show a {
color:#2b3238; 
cursor:default; 
}

div.nav .select .sub li a {
	font-weight:normal;
}

div.nav .select :hover .sub li a:hover, 
div.nav .current .sub li a:hover {
visibility:visible; 
color:#73a0d2; 
}


        #nav, #nav ul {
	        padding-left:       5px;
	        margin:             0;
	        list-style:         none;
	        line-height:        36px;
	        font-weight:        bold;
            font-family:        Verdana, Calibri, Nina, Arial;
            font-size:          12px;
            text-align:         left;
            z-index:            99;
        }
        #nav a {
	        padding-left:       6px;
	        display:            block;
	        width:              180px;
            background:         #004165;
            text-decoration:	None;
            font-size:          12px;
            color:              #FAFAFF;
        }
        #nav li { /* all list items */
	        float:              left;
	        width:              120px; /* width needed or else Opera goes nuts */
        }
        #nav li ul { /* second-level lists */
	        position:           absolute;
	        width:              0em;
	        left:               -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	        /*border: 1px #4e667d solid;*/
	        font-weight:        normal;

        }
        #nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	        left:               auto;
	        background-color: #bfcbd6;
            color:          #465c71;
        }
        #nav a:hover{
            /*color:              #FFB400;*/
            background-color: #bfcbd6;
            color:          #465c71;
            text-decoration: none;
        }
                
        
       
        /*-----------------------------------------*/

        .vm
        {
            font-size:          smaller;
            width:              200px;
            z-index:            99;
        }
