/*************** Top Level Navigation ****************/
#nav-top {
	position: relative;
	bottom: 0px;
	border: 0px solid #000;
}

ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-uno li a {
	display: block;
	padding: 3px 0px 3px 4px;
	background-color: #2d2414;
} 
#nav-uno li a:hover {
	background-color: #cf631a;
} 
#nav-uno li a.stick {
	background-color: #cf631a;
}

/* Colorize the Links */

#nav-uno a {
	display: block;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#nav-uno li li a {
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	padding: 3px 0px 3px 14px;
}

#nav-uno li li a:hover {
	color: #fff;
	background-color: #cf631a;
	padding: 3px 0px 3px 14px;
}

li.menu {
	list-style: none;
	float: right;
	position: relative;
	line-height: normal;
	text-align: left;
	cursor: default;
	padding: 0;
	margin: 0;
	border-top: 1px solid #726958;
	border-right: 0;
	border-bottom: 1px solid #726958;
	border-left: 1px solid #726958;
	width: 76px; 

}

li.menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #2d2414;
	padding: 4px 0 4px 0;
	border: 1px solid #726958;
	width: 154px;
}

li.menu>ul {
	top: auto;
	left: auto;
}

li.menu li {
	display: block;
	float: none;
	line-height: normal;
	padding: 0px;
	margin: 0;
	background-color: transparent;
	border: 0;
	width: 154px;
}

li:hover ul, li.over ul {
	display: block;
}

#country_identificator {
	position: relative;
	top: 42px;
	left: 682px;
	z-index: 10;
}