#top {
	padding: 10px 0 10px 0;
	background-color: #377689;
	background-image: linear-gradient(to bottom, #377689, #124557);
	border-bottom: 5px solid #133845;
}


.top-menu {
	display: block;
	width: 1200px;
	margin: auto;
	padding: 0;
	list-style-type: none;
}

.top-menu >li {
	position: relative;
	display: inline;
	float: left;
	list-style: none;
}

.top-menu li a {
	display: block;
	padding: 8px 15px;
	color: #FFF;
	font-family: mtavruli;
	font-size: 18px;
	text-decoration: none;
	transition: color 0.5s ease;
}

.top-menu li a.active {
	color: #a29d0d;
}

.top-menu li a:hover {
	color: #a29d0d;
}

/*1st sub level menu*/
.top-menu li ul {
	display: none;
	position: absolute;
	width: auto;
	top: 38px; left: 0;
	padding: 14px 0 0 0;
	z-index: 1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.top-menu li ul li {
	display: block;
}

/* Sub level menu links style */
.top-menu li ul li a {
	font: normal 16px mtavruli;
	display: block;
	padding: 5px;
	color: #fff;
	margin: 0;
	border-top-width: 0;
	border-top: 1px solid #ccc;
	background-color: #377689;
    background-image: linear-gradient(to bottom, #377689, #124557);
}

.top_menuz li ul li a:hover { /*sub menus hover style*/
	background: #eff9ff;
	color: black;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.top-menu li ul li ul {
	
}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}


.languages {
	float: left;
}

.languages .active {
	float: left;
	padding: 5px 5px 2px 5px;
	width: 160px;
    background: none repeat scroll 0 0 #c4c4c4;
    box-shadow: 0 3px 10px 0 #a0a0a0 inset;
}

.languages .active a {
	float: left;
	background: none;
	border: none;
}

.languages .active img {
	float: left;
	width: 35px;
	margin-top: 2px;
	padding: 0 5px 0 0;
}

.languages .passive {
	color: #1d409a;
}

.languages .line {
	margin: 0 5px;
	color: #e0e0e0;
}