/* Navigation */
.nav2, .nav2 ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.nav2 {
	font-family: Trebuchet MS, Lucida Sans, Calibri, Arial, Verdana, sans-serif;
	font-size:12px;
	position: relative;
}
.nav2 li {
	float: left;
	margin: 0;
	height: 32px;
	width:198px;
	padding: 0;
	position: relative;
	border-bottom:#69b3ea 1px solid ;
}
.nav2 li a, .nav2 li a:link, .nav2 li a:active, .nav2 li a:visited {
	font:  1.10em/18px Trebuchet MS, Lucida Sans, Calibri, Arial, Verdana, sans-serif;
	background-color:#f4f8fa;
	border-left: #59a6e0 solid 2px;
	border-right: #59a6e0 solid 2px;
	color: #005ea5;
 	display: block;
	height: 24px;
	padding:8px 0 0 25px;
	text-decoration: none;
	background-image: url(../css/sig_azul.png);
	background-repeat: no-repeat;
	background-position: 2% 50%;
}

.nav2 li a:hover {
	color:#FFFFFF;
	background-color:#59a6e0;
 	background-image: url(../css/sig_azul_osc.png);
	background-repeat: no-repeat;
	background-position: 2% 50%;
}
#nav2-one li:hover a, 
#nav2-one li.sfHover a {

  color: #ffffff;
}
#nav2-one li:hover ul a, 
#nav2-one li.sfHover ul a {
  background: #f8f8f8;
  background-image: url(../css/sig_azul.png);
	background-repeat: no-repeat;
	background-position: 2% 50%;
  color: #0073c6;
  width:320px;
}
#nav2-one li:hover ul a:hover, 
#nav2-one li.sfHover ul a:hover {
  background: #04a2f5;
    background-image: url(../css/sig_blanco.png);
	background-repeat: no-repeat;
	background-position: 2% 50%;
  color: #fff;	
    width:320px;
}

.nav2 ul {
  background: #3cb9d6;
  border-bottom: 1px solid #04a2f5;
  list-style: none;
  margin: 0;
    width:100%;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav2 li:hover ul,
.nav2 li.sfHover ul {
  top: 25px;
    width:365px;
}
.nav2 ul li {
  border: 0;
  float: none;
}
.nav2 ul a {
  border: 1px solid #04a2f5;
  border-bottom: 0;
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}
.nav2 ul a:hover {
  background: #ccc;
  color: #000;
    width:210px;
}