@charset "utf-8";

p {
	margin-bottom: 2.5em;
	font-size: 1.1em;
	/*text-align: center;*/
}

/*------------------------------------- CLASSES -------------------------------------*/
.hidden {display: none }

/*------------------------------------- HORIZONTAL MENU IN TWO LEVELS -------------------------------------*/
#double_menu {
	position: relative;
	width: 100%;
	min-height: 42px;
	_height: 42px;
	color: #fff;
	left: 0px;
	top: 0px;
	height: 42px;
	background-color: #FFFFFF;
}

#double_menu a {
	text-decoration: none;
}

.first_menu,
.second_menu {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 26px;
	background-color: #163375;
}

.first_menu {
	top: 0px;
	left: 0px;
	height:36px;
	width: 100%;
	background-color: #0299F4;
}

.second_menu {
	top: 36px;
	left: 0;
	width: 100%;	/* min-height:3em;
	_height:3em; */ /* IE 6 hack */
	background-color: #163375;
}

.first_menu li,
.second_menu li { float: left; border-left:#41B7FE 1px solid;}

.first_menu li span a:link,
.first_menu li span a:hover,
.first_menu li span a:visited {
	display: block;
	color: #163375;
	font-size: 11px;
	font-weight: bold;
	color:#FFF;
	background-color: #0299F4;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 27px;
	width: 92px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}

/*--- CSS class that it will applied to first level menu option selected --*/
.first_menu li span a.select:link,
.first_menu li span a.select:hover,
.first_menu li span a.select:visited{
	color: #FFF;
	background-color: #0174B8;
}

/*--- Second level ---*/
.second_menu li span a:link,
.second_menu li span a:visited {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #163375;
	background-image: none;
	height: 15px;
	width: auto;
	padding-top:4px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2556C7;
}

.second_menu li span a:hover {
	color: #FFF;
	background-color: #355A99;	
}
.second_menu li span a{ padding-top:4px;}
