/* CSS Document */

body {

	font: normal 12px verdana;

	}

ul,ol,li { margin:0; padding:0; overflow:hidden;}

a img,:link img,:visited img,fieldset { border:none; }





/* nav

 * ------------------------------------------------------------------------- */



#nav { 

	background: url(../img/tijuana-plastic-surgeons.gif) no-repeat; 

	width:608px; 

	height:31px; 

	/*margin-bottom:0; */

	}

#nav span { display: none; }
#nav li, #nav a { height: 31px; display: block; }
#nav li { float: left; list-style: none; /*_display: inline; */}

#nav-01 { width: 70px; margin-left: 0px;}
#nav-02 { width: 119px;}
#nav-03 { width: 140px;}
#nav-04 { width: 155px;}
#nav-05 { width: 124px;}

#nav-01 a:hover {background: transparent url("../img/tijuana-plastic-surgeons.gif") -0px -31px no-repeat;}
#nav-02 a:hover {background: transparent url("../img/tijuana-plastic-surgeons.gif") -70px -31px no-repeat;}
#nav-03 a:hover {background: transparent url("../img/tijuana-plastic-surgeons.gif") -189px -31px no-repeat;}
#nav-04 a:hover {background: transparent url("../img/tijuana-plastic-surgeons.gif") -329px -31px no-repeat;}
#nav-05 a:hover {background: transparent url("../img/tijuana-plastic-surgeons.gif") -484px -31px no-repeat;}

/* Son of Suckerfish: Horizontal Sprite Nav

 * ------------------------------------------------------------------------- */

/* Son of Suckerfish: Horizontal Sprite Nav

 * ------------------------------------------------------------------------- */

#nav li ul {

	position: absolute;
	left: -9999px;
    background-color:#a4aa6e;
	}

#nav li ul li { 

	height: 20px; 				/* Height of each drop down nav item */
	border-top:none;
	border:outset 1px #EEEEEE;
	}	

#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: #FFFFFF;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	}

#nav li:hover ul, #nav li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */

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

#nav-03 ul, #nav-03 li { width: 140px; }
#nav-04 ul, #nav-04 li { width: 155px; }


/* Hover styles for drop down items */

#nav-03 ul a:hover { 

	background-image: none;
	color:#000000;
	text-decoration:underline;
	}
#nav-04 ul a:hover { 

	background-image: none;
	color:#000000;
	text-decoration:underline;
	}

/* 

 * ------------------------------------------------------------------------- */

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