@charset "utf-8";
/* CSS Document */
#menu {
    border-bottom: 5px solid #BFBFBF;
    height: 28px;
    position: absolute;
    width: 100%;
    z-index: 1;
	top: 111px;
}
#menu ul {
	list-style-type:none;
	margin: 0 0 0 140px;
	padding:0;
	/*overflow:hidden;*/
}
#menu li {
	float:left;
}
#menu a {
    background-color: white;
    border-bottom: 5px solid #BFBFBF;
    border-top: 1px solid #BFBFBF;
    color: #024260;
    display: block;
    font-weight: bold;
    line-height: 25px;
    margin: 0 3px 0 0;
    padding: 2px 8px 0;
    text-decoration: none;
    width: auto;
}
#menu a:hover {
	border-bottom: 5px solid #01608C !important;
	text-decoration: underline;
}
#menu ul ul {
    border: 2px solid #BFBFBF;
    margin: 0;
    position: absolute;
    top: 32px;	
	background-color: white;
	display:none;
}
#menu ul li:hover ul{
	display:block;	
}
#menu ul ul li {
	float:none;
	position:relative;
}
#menu ul ul li a{	
	border: none;	
	border-top:1px dashed #BFBFBF;
	margin:0;
}
#menu ul ul li:hover a{
	border: none !important;	
	color:#FFFFFF;
	background-color:#01608C;
	text-decoration:none;
}

#menu ul ul ul {
	display:none !important;
    /*left: 145px;*/
	left: 120px;
	z-index:6;
    top: 0 !important;
}
#menu ul ul ul > li {
	min-width: 150px !important;
}
#menu ul ul li:hover ul {
	display:block !important;
}
#menu ul ul li:hover ul a{
	border-top:1px dashed #BFBFBF !important;
    background-color: white !important;
    color: #024260 !important;
}
#menu ul ul ul li:hover a{
	border: none !important;	
	color:#FFFFFF !important;
	background-color:#01608C !important;
	text-decoration:none !important;
}
.active {
	border-bottom: 5px solid #01608C !important;
}