/* CSS Document */
.header {
height:137px;
margin:0px;
padding:0px;}	


/* Main Menu */
#main_menu
	{
	background: #ffffff url('../images/top_background.gif');
padding-left:0px;
padding-top:0px;
width: 758px;
height:20px;
margin-left:66px;
margin-top:0px;
margin-bottom:0px;
border:thin #0099CC;
	}




#main_menu a.divider
	{
	width: 56px;
	background: url('../images/menu/divider.gif');
	}
	
#main_menu a.divider_selected
	{
	width: 56px;
	background: url('../images/menu/divider2.gif');
	}


#main_menu .divider
{ width:1px;
height:19px;
	background: #ffffff url('../images/menu/divider.gif');
	}	

#main_menu li
	{
	float:left;
		list-style:none;
		line-height:0px;
		margin:0px;
	}
	
#main_menu a
	{
	height: 19px;
	line-height:0px;
	display: block;
	}

#main_menu a span
	{
	display: none;
	background-position: 0 0px;
	line-height:0px;
	}



#main_menu a.home
	{
	width: 56px;
	background: url('../images/menu/home.jpg');
	}
	
#main_menu a.home_selected
	{
	width: 56px;
	background: url('../images/menu/home.jpg');
	background-position: 0 -38px;
	}

#main_menu a.firm
	{
	width: 51px;
	background: url('../images/menu/firm.jpg');
	}
	
#main_menu a.firm_selected
	{
	width: 51px;
	background: url('../images/menu/firm.jpg');
	background-position: 0 -38px;
	}

#main_menu a.attorneys
	{
	width: 82px;
	background: url('../images/menu/attorneys.jpg');
	}
	
#main_menu a.attorneys_selected
	{
	width: 82px;
	background: url('../images/menu/attorneys.jpg');
	background-position: 0 -38px;
	}

#main_menu a.practice
	{
	width: 75px;
	background: url('../images/menu/practice.jpg');
	}
	
#main_menu a.practice_selected
	{
	width: 75px;
	background: url('../images/menu/practice.jpg');
	background-position: 0 -38px;
	}

#main_menu a.clients
	{
	width: 65px;
	background: url('../images/menu/clients.jpg');
	}
	
#main_menu a.clients_selected
	{
	width: 65px;
	background: url('../images/menu/clients.jpg');
	background-position: 0 -38px;
	}

#main_menu a.careers
	{
	width: 69px;
	background: url('../images/menu/careers.jpg');
	}
	
#main_menu a.careers_selected
	{
	width: 69px;
	background: url('../images/menu/careers.jpg');
	background-position: 0 -38px;
	}

#main_menu a.news
	{
	width: 52px;
	background: url('../images/menu/news.jpg');
	}
#main_menu a.news_selected
	{
	width: 52px;
	background: url('../images/menu/news.jpg');
	background-position: 0 -38px;
	}

#main_menu a.contact
	{
	width: 71px;
	background: url('../images/menu/contact.jpg');
	}
#main_menu a.contact_selected
	{
	width: 71px;
	background: url('../images/menu/contact.jpg');
	background-position: 0 -38px;
	}

#main_menu a.home:hover,
#main_menu a.firm:hover,
#main_menu a.attorneys:hover,
#main_menu a.practice:hover,
#main_menu a.clients:hover,
#main_menu a.careers:hover,
#main_menu a.news:hover,
#main_menu a.contact:hover
	{
	background-position: 0 -19px;
	}

.footer {
letter-spacing:normal;
color:#333333;
}
/* Footer Menu */
#footer_menu
	{
	float: right;
	}

#footer_menu ul
	{
	color: #999999;
	}

#footer_menu li
	{
	float: left;
	}

#footer_menu li a
	{
	background-color: white;
	display: block;
	text-decoration: none;
	color: #999999;
	padding: 0 5px 0 5px;
	}
	
#footer_menu li a:hover
	{
	text-decoration: underline;
	}
