/* CSS Document */
body {
	font: normal 12px verdana;
	/*=word-wrap: break-word;*/
/*	z-index:1;*/
	}
ul,ol,li { margin:0; padding:0; }
a img,:link img,:visited img,fieldset { border:none; }


/* nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url(../img/pacific-security-menu.gif) no-repeat; 
	/*width:594px; */
	height:55px;
	margin-left:385px;
	}

#nav span { display: none; }

#nav li, #nav a { height: 55px; display: block; }

#nav li { float: left; list-style: none;}

#nav-01 { width: 76px;}
#nav-02 { width: 84px;}
#nav-03 { width: 108px;}
#nav-04 { width: 116px;}
#nav-05 { width: 103px;}
#nav-06 { width: 107px;}

#nav-01 a:hover {background: transparent url("../img/pacific-security-menu.gif") -0px -55px no-repeat;}
#nav-02 a:hover {background: transparent url("../img/pacific-security-menu.gif") -76px -55px no-repeat;}
#nav-03 a:hover {background: transparent url("../img/pacific-security-menu.gif") -160px -55px no-repeat;}
#nav-04 a:hover {background: transparent url("../img/pacific-security-menu.gif") -268px -55px no-repeat;}
#nav-05 a:hover {background: transparent url("../img/pacific-security-menu.gif") -384px -55px no-repeat;}
#nav-06 a:hover {background: transparent url("../img/pacific-security-menu.gif") -487px -55px no-repeat;}

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color:#316AC5;
	}

#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: #FFF;
	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:12px;
	background-image: none;
	color:#c0d5e7;
	text-decoration:underline;
	}

/* width of drop down nav - choose width that allows items to display on one line */

/* Hover styles for drop down items */
#nav-02 ul a:hover {
	background-image: none;
	color:#c0d5e7;
	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:150px; }
#nav-03 ul, #nav-03 li { width:250px; }


#wrap { 
	width:760px; 
	margin:0 auto; 
	text-align:left; 
	}

