/*=== Navigation ----------------------------------===*/

ul#navlist
{
margin:11px 0 11px 4px;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;

}

#navlist a { padding: 10px 10px 11px 10px; margin-left: -4px; }

#navlist a:link, #navlist a:visited
{
font-family: "Trebuchet MS", Arial, Helvetica;
font-size:15px;
font-weight:bold;
letter-spacing: -1px;
color: #fff;
text-decoration: none;
border-right: 1px solid #ACA79A;

}

#navlist a:hover
{
color: #fff;
background-color: #999589;
text-decoration: none;
}

#about #nav-about a,
#patients #nav-patients a,
#presentations #nav-presentations a,
#testimonials #nav-testimonials a,
#procedures #nav-procedures a,
#news #nav-news a,
#onq #nav-onq a
 {
background-color: #67645C;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropper{
position:absolute;
top: 0;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-width: 0 1px;
font-family: Helevtica, Arial, sans-serif; 
font:10px;
color:#333;
line-height:18px;
z-index:100;
background-color: #E4E0D7;
width: 190px;
visibility: hidden;
}


.dropper a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px 0;
text-decoration: none;
color: #000000;
}

* html .dropper a{ /*IE only hack*/
width: 100%;
}

.dropper a:hover{ /*THEME CHANGE HERE*/
background-color: #4E6F96;
 color: #FFFFFF;
}
