.navigation {
	margin: 0 0px 0 0px;
	min-width: 800px;
    background: #007db6;
}
.navigation table {
	background-color: #007db6;
    border-collapse: collapse;
	width: auto;
}
.navigation table td {
    background-color: #007db6;
	color: #ffffff;    
}
.navigation table td, .navigation table td.active, .navigation table td:hover {
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	padding-top: 8px;
    padding-bottom: 3px;
    padding-right:20px;
    padding-left:20px;
    border-bottom:5px solid transparent;
     /*padding-left: 7px;
    padding-bottom: 5px;*/
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.navigation table td.active, .navigation table td:hover {
    /*background-color: #ffba00;*/
    border-bottom:5px solid #ffba00;
    color: #ffffff; 
}
.childNavigation {
	position: absolute;
	top: -1000;
	left: 0;
	border: none;
	background-color: #ffffff;
	text-align: left;
	margin: 12px 0 10px 0;
	z-index: 1000;
	width: auto; 
}
.childNavigation table {
    background-color: #ffffff;	
    border: solid 0.5px #009ee5;
}
.childNavigation table td {
    background-color: #fbfbfb;
    color: #444444;
}
.childNavigation table td  {
	padding: 3px 10px 3px 10px;
	white-space: nowrap;
	text-align: left;
	min-width: 100px;
    border:0px;

}
    .childNavigation table td.active, .childNavigation table td:hover
    {  
    background-color: #ffba00;   
    padding: 3px 10px 3px 10px;
	white-space: nowrap;
	text-align: left;
	min-width: 100px;
    font-size:11px;
    color: #444444; 
    border:0px;
    }
.childNavigation SPAN {    
    font-size:11px;
    color: #444444;
    float: left; 
}
.childNavigation SPAN.rightarrow {
    float: right; 
    margin-left:5px;
    font-size: 12px;
    font-weight: bold;
}

.highlighted-menu {
    background-color: red !important;
    border-bottom: 5px solid red !important;
}    