#plastic-surgeon{
padding: 0;
width:1024px;
height:41px;
/*position:absolute;*/
background:url(../images/plastic-surgeon-menu.jpg) repeat-x;
}

#plastic-surgeon ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0px;/*padding between fmenu item and top*/
}

#plastic-surgeon li{
display: inline;
margin: 0 0px 0 0;
padding: 3px;
}

#plastic-surgeon a{
float: left;
display: block;
font: 16px Trebuchet MS;
background:url(../images/plastic-surgeon-menu.jpg) repeat-x;
color: #fff;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 9px 8px;
border-right:solid;
border-right-width:4px;
border-right-color:#8e6c2a;
text-align:center;
}

#plastic-surgeon a:hover{
background:url(../images/plastic-surgeon-menu-over.jpg) repeat-x;
/*background: #f9e9b7;*/
color:#fff;
}

#plastic-surgeon #current a{
color: #fff;
border-color: #8e6c2a;
background:url(../images/plastic-surgeon-menu-over.jpg) repeat-x;
}.top-title {
	font-family: "Trebuchet Ms";
	font-size: 28px;
	color: #6c4400;
}
