/* CSS Document */
body {
	font: normal 12px verdana;
	}
ul,ol,li { margin:0; padding:0; }
a img,:link img,:visited img,fieldset { border:none; }


/* nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url(../img/nav.gif) no-repeat; 
	width:1024px; 
	height:46px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 46px; display: block; }

#nav li { float: left; list-style: none; _display: inline; }

#nav-01 { width: 135px;}
#nav-02 { width: 84px;}
#nav-03 { width: 192px;}
#nav-04 { width: 51px;}
#nav-05 { width: 183px;}
#nav-06 { width: 112px;}
#nav-07 { width: 78px;}
#nav-08 { width: 59px;}
#nav-09 { width: 130px;}

#nav-01 a:hover {background: transparent url("../img/nav.gif") -0px -46px no-repeat;}
#nav-02 a:hover {background: transparent url("../img/nav.gif") -135px -46px no-repeat;}
#nav-03 a:hover {background: transparent url("../img/nav.gif") -219px -46px no-repeat;}
#nav-04 a:hover {background: transparent url("../img/nav.gif") -411px -46px no-repeat;}
#nav-05 a:hover {background: transparent url("../img/nav.gif") -462px -46px no-repeat;}
#nav-06 a:hover {background: transparent url("../img/nav.gif") -645px -46px no-repeat;}
#nav-07 a:hover {background: transparent url("../img/nav.gif") -757px -46px no-repeat;}
#nav-08 a:hover {background: transparent url("../img/nav.gif") -835px -46px no-repeat;}
#nav-09 a:hover {background: transparent url("../img/nav.gif") -894px -46px no-repeat;}


/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color:#ebf3f5;
	}

#nav li ul li { 
	height: 20px; 				/* Height of each drop down nav item */
	border-top:none;
	border:outset 1px #ebf3f5;	/*Color de borde*/
	
	}	

#nav li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down nav item, should match above */
	line-height: 20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display: block;
	padding-left: 15px;

		}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 12px;
	color: #41515a;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	}

#nav li:hover ul, #nav li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover {
font-size:14px;
	background-image: none;
	color:#003366;
	text-decoration:blink;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width: 130px; }

/* Hover styles for drop down items */
#nav-02 ul a:hover { 
	background-image: none;
	color:#000000;
	text-decoration:underline;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width: 200px; }

/* about 1 */
#nav-01 ul a:hover { 
	background-image: none;
	color:#000000;
	text-decoration:underline;
	}

/* 1 */
#nav-01 ul, #nav-01 li { width: 165px; }




/* 
 * ------------------------------------------------------------------------- */


	
