/************************************/
/*												*/
/*				   SPLASH					*/
/*												*/
/************************************/

/*--------------------------*/
/* 		LAYOUT 			*/
/*--------------------------*/

#global {
	width: 100%;
	position:absolute;
	top: 50%;
	height: 212px;
	margin-top: -106px;
}

#global #main #nav {
	margin-left: 390px;
	margin-top: -18px;
}

/*-------------------------*/
/* 			RESTE				*/
/*-------------------------*/

#global #main #nav a {
	color: #f2f2f2;
	text-decoration: none;
}
#global #main #nav a:hover {
	color: #00a5ff;
}

#global #main #nav ul li {
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 6px;
}

#global #main #nav a.nav  {
	display: block;
	height: 20px;
	margin: 12px 0;
	line-height: 20px;
	color: #f2f2f2;
	background-color: #222d33;
	text-indent: 5px;
}
#global #main #nav a.nav:hover {
	background-color: #00a5ff;
	color: #f2f2f2;
}

#global #main #nav a.navItem01:hover {	background-color: #00a5ff; }
#global #main #nav a.navItem02:hover {	background-color: #f2861c; }
#global #main #nav a.navItem03:hover {	background-color: #71d435; }
#global #main #nav a.navItem04:hover {	background-color: #f21cbd; }
#global #main #nav a.navItem05:hover {	background-color: #b0a388; }


#global #main #nav span.cvOption  {
	position: absolute;
	margin-top: -28px;
	margin-left: 138px;
	color: #f2f2f2;
}