/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#501412 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:13px/17px Arial, Helvetica, sans-serif; 
	color:#000;
	}
#body-bottom {
	background:url("../images/bottom-gradient.jpg") bottom repeat-x;
	width:auto;
	margin:0 auto;
	}
blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{color:#000; text-decoration:underline; outline:none; font-weight: normal;}
a:hover,a:active	{color:#9f0908; text-decoration:none; outline:none; font-weight: normal;}

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:4px 8px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 3px; 
	}
	
.text-right {text-align:right;}
	
#column-middle p.quote {text-align:right; margin-top:-5px;}
	
p.imgs-center {text-align: center;}	
p.imgs-center img {margin: 0 5px 0 7px;}

.anchorbox {
	background-color: #501412;
	border:4px solid #000;
	width: 210px;
	float: right;
	margin:30px 30px 10px 10px;
	padding:3px;
}
.anchorbox ul {
	display:block;
	width:180px;
}
.anchorbox ul li a:link, .anchorbox ul li a:visited {
	color:#FFFFFF;
}
.anchorbox ul li a:active, .anchorbox ul li a:hover {
	color:#CCCCCC;
}
#column-right .anchorbox h2 {
	color:#CCCCCC;
	margin:4px 8px 5px 20px;
}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #fff;
	color:#703838;
	width:192px; /* 5 pixles smaller than form width !important */
	height:14px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:65px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:60px;
	height:24px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- BLOG STYLES ------------------------------- */

#search {margin-left:17px;}
#searchform input {margin-left:0px; width:192px;}
#searchform #searchsubmit {
	width:60px;
 	height:20px;
	background-color:#501412 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #fff;
	color:#fff;
	}

.submit-commentform {
	margin:0px 0 0 37px;
	height:25px;
	width:90px;
	cursor:pointer;
	color:#660000;
	padding-right:5px;
}

li.rss img {margin: 0 2px -2px 0px; }
li.rss  {padding-left:0px; margin-top:3px;}

#column-right h3.storytitle {margin-left:0px;}
	
#column-right form { margin:0 0 20px 70px; } /* set form margin here */

#column-left #menu ul {margin-left:11px;}
#column-left #menu ul li {background:none; margin-left:0px; padding-left:0px;}
#column-left #menu ul li ul {margin-left:0px; padding-left:0px;}
#column-left #menu form { padding-left:0px; }

#column-right .feedback, #column-right .storycontent, #column-right .meta, #column-right .storytitle, #column-right .post
{margin:0px 15px 10px 20px;}

#column-right #wp_commentform {margin-left:20px;}
#wp_commentform #wp_submit {
	width:120px;
 	height:20px;
	background-color:#501412 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #fff;
	color:#fff;
	}

#column-right .wp_commentlist {
		margin:0px 25px 10px 15px;
		}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap-index {
	background:url("../images/bg-wrap.gif") repeat-y;
	width:1026px;
	margin:0 auto;
	text-align:left;
	}

#wrap {
	background:url("../images/bg-wrap-inside.gif") repeat-y;
	width:1026px;
	margin:0 auto;
	text-align:left;
	}


/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	height:127px;
	}
.logo {
	width: 798px;
	height:127px;
	background:url("../images/masthead.jpg");
	float: left;
	
}
.callUsNumber {
	width: 172px;
	height: 77px;
	float: right;
	padding: 50px 0 0 56px;
	background:url("../images/callUsBG.jpg");
}	

span.callUs {
	line-height: 20px;
	font-family: times, Times New Roman;
	font-size: 20px;
	color: #501412;
	display: block;
}

span.number {
	line-height: 20px;
	font-family: times, Times New Roman;
	font-size: 20px;
	color: #9f0909;
	display: block;
	position: inherit;
}

	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:231px;
	float:left;
	margin-left: 11px;
	display: inline;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 15px 10px 20px;
		}

	#column-left form { padding-left:20px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	/*------------  #column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; 
			padding-left:10px;  
			float:left;
			width:150px; 
			line-height:20px; 
			}
			 ----------------*/
			 
			 
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
/* ------------------------ column-middle framework ------------------------ */
#column-middle {
	width:556px;
	float:left;
	display: inline;
	}

	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle ul, #column-middle dl {
		margin:0px 15px 10px 15px;
		}

	#column-middle form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-middle ul { padding-left:5px; }
		#column-middle ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-middle ul.multi { padding-left:5px; } 
		#column-middle ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-middle dl { padding-left:5px; }
		#column-middle dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-middle dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:773px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 25px 10px 15px;
		}

	#column-right form { margin-left:60px; } /* set form margin here */
	#column-right select { height:20px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:17px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
			
/* ------------------------ column-right framework ------------------------ */
#column-right-index {
	width:217px;
	float:left;
	margin-right: 11px;
	}

	#column-right-index p, #column-right-index h1, #column-right-index h2, #column-right-index h3, #column-right-index ul, #column-right-index dl {
		margin:0px 20px 10px 15px;
		}

	#column-right-index form { margin-left:0px; }

	/* single column list */
	#column-right-index ul { padding-left:5px; }
		#column-right-index ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			line-height: 18px;
			}

	/* multi column list */
	#column-right-index ul.areas-list { padding-left:5px; } 
		#column-right-index ul.areas-list li { 
			background:transparent url("../images/bullet.jpg") 0px 7px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:14px;  /* pushes text to the right to display bg img */
			line-height:24px; 
			}


	#column-right-index ul.areas-list a:link, #column-right-index ul.areas-list a:visited	{ color:#000; text-decoration:underline; outline:none; font-weight: normal;}
	#column-right-index ul.areas-list a:hover, #column-right-index ul.areas-list a:active	{ color:#9f0908; text-decoration:none; outline:none; font-weight: normal; }


	/* definition list */
	#column-right-index dl { padding-left:5px; }
		#column-right-index dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right-index dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-flash { height:258px; background:url("../images/flash-bg.jpg"); } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}

#header-graphic { height:258px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:81px; width:774px; } /* sets height for all subheads */
	body#index #subhead-index { background:url("../images/subhead-index.jpg"); height:80px;}
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#faq #subhead { background:url("../images/subhead-faq.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	
	body#personal-injury #subhead { background:url("../images/subhead-personal-injury.jpg"); }
	body#auto-accidents #subhead { background:url("../images/subhead-auto-accidents.jpg"); }
	body#boating-accidents #subhead { background:url("../images/subhead-boating-accidents.jpg"); }
	body#medical-malpractice #subhead { background:url("../images/subhead-medical-malpractice.jpg"); }
	body#bad-faith-insurance #subhead { background:url("../images/subhead-bad-faith-insurance.jpg"); }
	body#attorneys #subhead { background:url("../images/subhead-attorneys.jpg"); }
	body#brain-injury #subhead { background:url("../images/subhead-brain-injury.jpg"); }
	body#choose-lawyer #subhead { background:url("../images/subhead-choose-lawyer.jpg"); }
	body#drunk-driving #subhead { background:url("../images/subhead-drunk-driving.jpg"); }
	body#motorcycle #subhead { background:url("../images/subhead-motorcycle.jpg"); }
	body#premises-liability #subhead { background:url("../images/subhead-premises-liability.jpg"); }
	body#product-liability #subhead { background:url("../images/subhead-product-liability.jpg"); }
	body#results #subhead { background:url("../images/subhead-results.jpg"); }
	body#spinal-cord #subhead { background:url("../images/subhead-spinal-cord.jpg"); }
	body#truck #subhead { background:url("../images/subhead-truck.jpg"); }
	body#uninsured-motorists #subhead { background:url("../images/subhead-uninsured.jpg"); }
	body#wrongful-death #subhead { background:url("../images/subhead-wrongful-death.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#title-about-lawyers {
	padding-top:105px;
	background:url("../images/title-about-lawyers.jpg") top no-repeat ;
	}
	
#title-vehicle-crashes {
	padding-top:105px;
	background:url("../images/title-vehicle-crashes.jpg") top no-repeat ;
	}
	
#disclaimer-top {
	padding:20px 30px 0 30px;
	background:url("../images/disclaimer-top.jpg") top no-repeat ;
	}
#disclaimer-bottom {
	padding-bottom:20px;
	background:url("../images/disclaimer-bottom.jpg") bottom no-repeat ;
	}
	
#disclaimer {
	background:url("../images/disclaimer-wrap.jpg") repeat-y ;
	color: #fff;
	font-size: .95em;
	margin: 0 11px 0 11px;
	width: 1004px;
	}
	
#btn_newsweek {
	background: url(../images/btn_newsweek.jpg) no-repeat;
	width: 231px;
	height: 80px;
}

#btn_newsweek a {
	display: block;
	widht: 231px;
	height: 80px;
}
	
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:80px;
	background:url("../images/title-contact.jpg") ;
	}

#title-practice-areas {
	height:65px;
	background:url("../images/title-practice-areas.jpg");
	}
	
#title-call-us {
	width: 211px;
	height:75px;
	background:url("../images/title-call-us.jpg") ;

	padding: 0 0 0 20px;
}


#title-affiliations {
	height:72px;
	background:url("../images/title-affiliations.jpg") ;
	}
/* ------------------------------------- Buttons ---------------------------------------- */
#btn-choose {
		height:97px;
		display:block;
		background:url("../images/btn-choose.jpg") no-repeat;	
		position: relative;
		}
		#btn-choose a {
			position: absolute;
			top: 5px;
			left: 5px;
			width: 215px;
			height: 85px;
			}
		#btn-choose a:hover {
				background:url("../images/btn-choose.jpg") -222px -5px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-choose span, #btn-choose span { display:none; }

#btn-jurors {
		height:77px;
		display:block;
		background:url("../images/btn-jurors.jpg") no-repeat;	
		position: relative;
		}
		#btn-jurors a {
			position: absolute;
			top: 5px;
			left: 5px;
			width: 215px;
			height: 65px;
			}
		#btn-jurors a:hover {
				background:url("../images/btn-jurors.jpg") -222px -5px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-jurors span, #btn-blog span { display:none; }
		
#btn-blog {
		height:77px;
		display:block;
		background:url("../images/btn-blog.jpg") no-repeat;	
		position: relative;
		}
		#btn-blog a {
			position: absolute;
			top: 5px;
			left: 5px;
			width: 215px;
			height: 65px;
			}
		#btn-blog a:hover {
				background:url("../images/btn-blog.jpg") -222px -5px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
				
				
/* ---------------------- inside pages ---------------------------*/
				
#btn-jurors-inside {
		height:77px;
		display:block;
		background:url("../images/btn-jurors-inside.jpg") no-repeat;	
		position: relative;
		}
		#btn-jurors-inside a {
			position: absolute;
			top: 5px;
			left: 5px;
			width: 231px;
			height: 65px;
			}
		#btn-jurors-inside a:hover {
				background:url("../images/btn-jurors-inside.jpg") -235px -5px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-jurors-inside span, #btn-blog-inside span { display:none; }
		
#btn-blog-inside {
		height:77px;
		display:block;
		background:url("../images/btn-blog-inside.jpg") no-repeat;	
		position: relative;
		}
		#btn-blog-inside a {
			position: absolute;
			top: 5px;
			left: 5px;
			width: 231px;
			height: 65px;
			}
		#btn-blog-inside a:hover {
				background:url("../images/btn-blog-inside.jpg") -235px -5px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap-index {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:35px;
	clear:both; /* important - do not remove */
	}

#bottom-wrap {
	background:url("../images/bottom-wrap-inside.jpg");
	width:100%; /* fix for Safar */
	height:35px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:1026px;
	margin:0 auto;
	text-align:center;
	font-size: .95em;
	padding-top: 20px;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; text-decoration: none; font-weight: normal;}
#footer a:hover, #footer a:active { color:#fff; text-decoration: underline; font-weight: normal;}

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:1026px; 
	height:41px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:41px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 70px; margin-left: 11px;}
#nav-02 { width: 115px;}
#nav-03 { width: 116px;}
#nav-04 { width: 117px;}
#nav-05 { width: 132px;}
#nav-06 { width: 143px;}
#nav-07 { width: 144px;}
#nav-08 { width: 66px;}
#nav-09 { width: 101px;}

/*-------------- (-79px) X position of button / (-41px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -11px -41px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -81px -41px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -196px -41px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -312px -41px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -429px -41px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -561px -41px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -704px -41px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -848px -41px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -914px -41px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#44423e;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 99;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #fff;
	border-top:none;
	position:relative;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:10px;
	color:#FFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#959595;
	color:#FFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li { width:155px; }
#nav-03 ul, #nav-03 li { width:130px; }
#nav-02 ul, #nav-02 li { width:130px; }
