@charset "UTF-8";/*----------------------------------------------	Fancy Menu		by Guillermo Rauch (http://www.devthought.com)----------------------------------------------*/#fancymenu {	position: relative;	height: 29px;	width: 760;	padding: 10px;	xmargin: 10px 0;	overflow: hidden;} #fancymenu ul {	padding: 0;	margin: 0;} /* Don't apply padding here (offsetWidth will differ in IE)If you need padding add it to the child anchor */#fancymenu ul li {	float: left;	list-style: none;} #fancymenu ul li a {	text-indent: -500em;	z-index: 10;	display: block;	float: left;	height: 30px;	position: relative;	overflow: hidden;}#menu_home a {	width: 69px;	background: url('../images/fancymenu/home.png') no-repeat center !important;	background: url('../images/fancymenu/home.gif') no-repeat center;} #menu_practice a {	width: 126px;	background: url('../images/fancymenu/practice.png') no-repeat center !important;	background: url('../images/fancymenu/practice.gif') no-repeat center;} #menu_attorneys a {	width: 100px;	background: url('../images/fancymenu/attorneys.png') no-repeat center !important;	background: url('../images/fancymenu/attorneys.gif') no-repeat center;} #menu_resources a {	width: 93px;	background: url('../images/fancymenu/resources.png') no-repeat center !important;	background: url('../images/fancymenu/resources.gif') no-repeat center;}#menu_about a {	width: 98px;	background: url('../images/fancymenu/about.png') no-repeat center !important;	background: url('../images/fancymenu/about.gif') no-repeat center;}#menu_news a {	width: 76px;	background: url('../images/fancymenu/news.png') no-repeat center !important;	background: url('../images/fancymenu/news.gif') no-repeat center;}#menu_contact a {	width: 102px;	background: url('../images/fancymenu/contact.png') no-repeat center !important;	background: url('../images/fancymenu/contact.gif') no-repeat center;}#fancymenu li.background {	background: url('../images/fancymenu/bg_menu_right.gif') no-repeat top right !important;	background: url('../images/fancymenu/bg_menu_right.gif') no-repeat top right;	z-index: 8;	position: absolute;	visibility: hidden;} #fancymenu .background .left {	background: url('../images/fancymenu/bg_menu.gif') no-repeat top left !important;	background: url('../images/fancymenu/bg_menu.gif') no-repeat top left;	height: 30px;	margin-right: 9px; /* 7px is the width of the rounded shape */}