@charset "UTF-8";
/* CSS Document */

#topmenu {
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	padding-top: 3px;
	padding-left: 20px;
	left: 0px;
	top: 0px;
	text-decoration: none;
}
#topmenu a {
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#topmenu a:hover {
	text-decoration: underline;
}
.menu_wrapper {
	width: 180px;
}
.menu_subwrapper {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
	font-size: 0.9em;
}
.menu_subsubwrapper {
	background-image: url(/images/site/menu_background.png);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.menu_item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	text-transform: uppercase;
}
.menu_item a {
	color: #000;
	text-decoration: none;
}
.menu_item a:hover {
	text-decoration: underline;
}

.menu_subitem {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: none;
}
.active  {
	background-image: url(/images/site/menu_active_background.png);
	background-repeat: repeat-y;
	font-weight: bold;
}
.activesub a {
	text-decoration: underline;
}
#mainlogo {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Uquilair_logo {
	padding-top: 200px;
}

