

.main, .dropdown{
	position: relative;
	z-index: 50;
	padding: 0;
	list-style: none;
}

.main {
	display: inline-block;
	vertical-align: top;

	position: relative;
	margin: 0;

	text-align: right;
	white-space: nowrap;
}

.main li {
	position: relative;
	text-align: left;
}

.main li.with-sub:hover:before {
	content: '';

	display: block;
	width: 180px;
	height: 2px;

	position: absolute;
	left: 15px;
	bottom: 0;

	z-index: 1;

	background: #001144;
}

.main li i {
	margin-right: 7px;
	color: #fff;
	text-shadow: 0 1px 0 white;
}

.main a {
    display: block;
    
    position: relative;
    
    text-decoration: none;
    color: #050533;

	-webkit-transition: none;
	transition: none;
}

.main a.active {
	color: #050533;
}

.main > li {
    display: inline-block;
    vertical-align: top;
	height:45px; 
	
}
.main > li:hover {background:#0878be ;} 

.main > li:before, .main a.active:before { 
	content: '';
	display: block;
	height: 0;

	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	z-index: 53;
	background: #fff;
	-webkit-transition: height 0.2s ease;
	transition: height 0.2s ease;
}

.main > li:hover:before, .main a.active:before { height: 2px; }

.main > li > a {
    padding: 0 11px;
    
    line-height: 45px;
    color: #fff;
}




.dropdown{
    min-width: 240px;    
    position: absolute;
	top: -1px;  left: 100%;
	margin: 0;
	padding: 0;
	visibility: hidden;	
	border-radius: 0 0 2px 2px;
	list-style: none;
}

.main > li > .dropdown {
	top: 100%;    left: 0;
}

.main li:hover > .dropdown{
	visibility: visible;
}

.dropdown li {
    position: relative;	

	-webkit-transition: background-color 0.2s ease, border 0.2s ease, height 0.3s ease, color 0.2s ease, opacity 0.5s ease;
	transition: background-color 0.2s ease, border 0.2s ease, height 0.3s ease, color 0.2s ease, opacity 0.5s ease;
}

.dropdown li:hover {
	background: #0065a4;
}

.dropdown li:hover > a {
	color: #fff;
}


.dropdown a {
    padding: 0 20px;

	line-height: 35px;
	font-size: 12px;
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
}


.dropdown li {
	height: 10px;
	
	border-bottom: 1px solid #0065a4;
	border-left: 1px solid #0065a4;
	border-right: 1px solid #0065a4;
	background:#0878be ;
}
.dropdown li:first-child {
	border-top:none;
}
.dropdown li:last-child {
	border-bottom: 1px solid #0065a4;
	border-radius: 0 0 2px 2px;
	
}

.dropdown li i {
	margin-right: 7px;
}


.main li:hover > .dropdown > li {
	height: 35px;
}
.last_entries {
	width:100%;
	height:auto;
	background:#F1F1F1;
	padding-bottom:10px;
}
.last_entries h4{
	font-size:16px;
}
.last_entries ul{
	padding-left:5px;
	list-style-position: inside;
	padding-top:10px;
	list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
	text-indent: 5px;

	min-height:200px
}
.last_entries ul li{
	padding-left:10px;
	color:#656565;
}
.last_entries a , .last_entries a:hover, .last_entries a:visited{
 color:#050533;
 text-decoration:none;
 font-size:12px;
 margin-top:10px;
 padding-left:15px;

}
.topmenu ul > li:not(.name):hover a, .topmenu ul > li:not(.name).active a, .topmenu ul > li:not(.name):focus a {
color: #050533;}

