﻿.nav-table1-a {
    border-top: solid #8c97a4 1px;
    border-bottom: solid #8c97a4 1px;
    height: 20px;
}

.nav1-a {
    background: url(/images/nav-repeater.png) repeat-x top;
    height: 18px;
    /*line-height: 8px;*/
}

td.nav-cell-a {
    text-align: center;
    border-left: solid #eee 1px;
    border-right: solid #ccc 1px;
}
td.nav-cell-a div {
    text-align: left;
}

.nav-link1-a {
    color: #41556d;
    text-decoration: none;
    cursor: pointer;
    font-size: 11px;
}
/*
.nav-link1-a, .nav-link1-a:active {
    text-decoration: none;
    color: #405570;
}
td font a.nav-link1-a {
    text-align: center;
    border-left: solid #eee 1px;
    border-right: solid #ccc 1px;
}
td font a.nav-link1-a {
    height: 18px;
}
table tbody tr td font a.nav-link1-a {
    height: 40px;
}
*/

#navbar 
{
	width: 950px;
	height: 20px;
	clear: both;
	margin: 0 auto;
	margin-top: 0px;
	font: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}			
#navbar table {
    position: relative;
	z-index: 10;
} 

#navbar table tr {
    position: relative;
	z-index: 10;
} 

#navbar table tr td {
    position: relative;
	z-index: 10;
} 

#navbar table tr td div ul li a:hover {
	text-decoration: none;
	background-color: #f1eee9;
	color: #405570;
}


/*
#navbar tr 
{
	padding:0px;
	margin:0px;
	padding-left:12px;
	display: block;
	position: relative;
	z-index: 10;
}

#navbar td {
	list-style: none;
	float: left; 	
	}
*/

#navbar ul {
	list-style: none;
	float: left; 	
	}

#navbar table tr td a {
	display: block;
	padding: 3px 6px;
	/*color: #f1eee9;
	text-decoration: none; 		
	font-weight: normal;*/
}

#navbar table tr td ul li a 
{	
    color: #f1eee9;
	display: block;
	background: none;
	line-height: 10px;	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;	 
}

#navbar table tr td div ul 
{
	padding: 0;
	margin: 0;	
	position: relative;
	z-index: 10;
}	
#navbar table tr td ul li
{
    padding: 0;
	position: relative;
	z-index: 10;
	border-bottom: solid 1px #5b6c82;
}	


#navbar td ul 
{
	display: none; 
	background-color: #405570;	
	padding: 1px;	
	margin-top: 100px;
}

#navbar td:hover ul, #navbar td.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	padding-bottom:5px;
	}

#navbar td:hover li, #navbar td.hover li {
	float: none; 
	}
	
#navbar td:hover li a
{
	background: none;
	text-decoration: none;
	font-weight: bold;
}	

#navbar td:hover li a, #navbar td.hover li a 
{	
	white-space: nowrap;	 
    color: #f1eee9;
}

#navbar td li a:hover {
	text-decoration:underline;
	
}

