#nav{list-style: none; }

#nav {
	padding-top: 243px;
	padding-left: 18px;
}

#nav ul {
	padding: 0;
	margin:0;
	margin-top: 7px;
	list-style: none;
	width:8em;
	z-index:1;
	position:absolute;
	overflow:visible;
   }

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


#nav li {
	margin:0;
	position: absolute;
	display:block;
	height:30px;
	text-align: center;
}

#nav ul li{ border-width:0px 0px 0 0;}
#nav ul ul li{ border-width:0px 1px 0 1px;}
#nav ul ul li:last-child{border-width:1px;}
 
#nav a {
    text-decoration:none; 
    display:block;
    padding: 0.1em;  
    margin:0 0 0.2em 0.1em; 
    width:10em; 
    height:13px;
    text-align: center;
    font-size: 13px;
}

#nav ul li{ 
	background-color:#282019;
    border-right:solid 1px #756857;
    border-left:solid 1px #756857;
}

#nav ul{
    display:none;   
}

 

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
    display:block;
}



// -- new stuff --
#nav ul li a{ 
	font-size: 10px;
}
#nav li #home{
	text-align: center;
	width: 78px;
}
#nav li #Clinica{
	text-align: center;
	width: 65px;
}

#nav li #Dr{
	text-align: center;
	width: 133px;
}
#nav li #Calvicie{
	text-align: center;
	width: 76px;
}

#nav li #Consulta{
	text-align: center;
	width: 104px;
}

#nav li #Cirurgia{
	text-align: center;
	width: 76px;
}
#nav li #PosOperatorio{
	text-align: center;
	width: 130px;
}
#nav li #Resultados{
	text-align: center;
	width: 88px;
}
#nav li #abc{
	text-align: center;
	width: 70px;
}
#nav li #contact{
	text-align: center;
	width: 110px;
}

#nav ul li{ 
	text-align: center;
	background-color:#ccb99d; 
	vertical-align: middle;
	height: 29px;
}
#nav ul li a{ 
	text-align: left;
	font-size: 11px;
	color: #282019;
	font-weight: normal;
	width: 170px;
	vertical-align: middle;
	padding: 7px;
}
#nav ul li a:hover{ 
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}


// BELOW is stuff from http://www.htmldog.com/articles/suckerfish/bones/
// ============
// ============
// ============
// ============
ul#nav {
	z-index: 100;

}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#nav li { /* all list items */
	float: left;
	position: relative;
	z-index: 1;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

// ABOVE is stuff from http://www.htmldog.com/articles/suckerfish/bones/
// ============
// ============
// ============
// ============
// ============
// ============
