#menuContainer {
	padding: 0; /* DO NOT CHANGE */
	width: 124px; /* DO NOT CHANGE */
	text-align: left; /* DO NOT CHANGE */
	background: url(graphics/menu_bar.jpg) no-repeat center top; /* menu container background */
	z-index: 100 !important; /* DO NOT CHANGE */
}

#topMenu, #topMenu ul { /* all lists */
	padding: 0; /* DO NOT CHANGE */
	margin: 0; /* DO NOT CHANGE */
	list-style: none; /* DO NOT CHANGE */
	float : left; /* DO NOT CHANGE */
	width : 124px; /* DO NOT CHANGE */
	z-index: 100 !important;
}

#topMenu li#menuFirstElement a, li.first a {
	border-top: 1px solid #fdfb68 !important; /* first item's top border color. make the same color as regular border (see #topMenu li a) */
}

#topMenu li { /* all list items */
	float:left; /* DO NOT CHANGE */
	line-height : 18px; /* DO NOT CHANGE */
}

#topMenu li li {
	width: auto; /* DO NOT CHANGE */
	float: none; /* DO NOT CHANGE */
}

#topMenu li ul { /* second-level lists */
	width: auto; /* DO NOT CHANGE */
	position : absolute; /* DO NOT CHANGE */
	left: -999em; /* DO NOT CHANGE */
	margin-left : 124px; /* DO NOT CHANGE */
	margin-top : -20px; /* DO NOT CHANGE */
}

#topMenu li ul ul { /* third-and-above-level lists */
	left: -999em; /* DO NOT CHANGE */
}

#topMenu li a {
	text-align: center; /* text alignment */
	width: 124px; /* DO NOT CHANGE */
	display : block; /* DO NOT CHANGE */
	color : #f56810; /* link color */
	font-size: 10px; /* font-size */
	font-family: "Century Gothic", Century, "Century Schoolbook", serif; /* font-family */
	font-weight : bold; /* font-weight */
	text-decoration : none; /* text-decoration */
	background-color : #fdfb68; /* background-color */
	border : 1px solid #fdfb68;  /* border */
	border-top: 0; /* DO NOT CHANGE */
	padding : 0 5px; /* DO NOT CHANGE */
	text-transform: capitalize; /* text-transform */
	white-space: nowrap;
}
#topMenu li li a {
	width: auto;
	_width: 105%; /* DO NOT CHANGE */
}

#topMenu li a:hover {
	color : #ffdd2b; /* hover color */
	background-color : #ffffb7; /* hover background-color */
}

#topMenu li:hover ul, #topMenu li.sfhover ul { /* lists nested under hovered list items */
	left: auto; 
}

#topMenu iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

body {margin:0px; background-image: url('graphics/background.jpg');}

.practiceheader {background-image: url('graphics/top_bar.jpg');}

.practicename {
	font-family: "Century Gothic", Century, "Century Schoolbook";
	color: #F56810;
	font-weight: bold;
	font-size: 30px;
	padding-left: 20px;
 }

.practicetype {
	font-family: "Century Gothic", Century, "Century Schoolbook"; 
	color: #FFCC00; 
	font-size: 15px; 
	font-weight: bold;
	padding-left:100px; }
	
.practicephone {
	font-family: "Century Gothic", Century, "Century Schoolbook";
	font-size: 18px;
	font-weight: bold;
	color: #F56810;
	padding-right:15px; }
	
.border {background-color: #f56810; }

.content {font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	background-image: url('graphics/body_background.jpg');}

.mdText {font-size: 4pt; height: 4pt; color: lightgrey; position: absolute; left: 0; top: 0;}

.footerLink {color: blue;}
.seoLinks {color: blue;}
.seoLinks a {color: blue;} 
.footerSEOCopy { color: black;}
