@charset "UTF-8";
/* CSS Document */

#nav {
	height:32px;
	width:803px;
	float:left;
	margin-left: 24px;
}

#nav a {
	display: block;
	text-decoration:none;	
}

#nav a:hover{
	background-position: 0 -32px;
	text-decoration: none;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;

}
#nav li {
	margin:0;
	padding:0;
	float:left;
}	

#navFirm{
	width:160px;
	height:32px;
	background: url(images/indexBtnFirm.jpg) no-repeat left top;
}

#navAbout{
	width:161px;
	height:32px;
	background: url(images/indexBtnAbout.jpg) no-repeat left top;
}
#navNews{
	width:161px;
	height:32px;
	background: url(images/indexBtnNews.jpg) no-repeat left top;
}	

#navRelatedSites{
	width:161px;
	height:32px;
	background: url(images/indexBtnRelatedSites.jpg) no-repeat left top;
}	
#navContact{
	width:160px;
	height:32px;
	background: url(images/indexBtnContact.jpg) no-repeat left top;
}#navShadows {
	background-image: url(images/indexBtnShadows.jpg);
	height: 38px;
	width: 803px;
	margin-left: 24px;
	float: left;
}
#btnFirm{
	width:133px;
	height:32px;
	background: url(images/navFirmbtn.jpg) no-repeat left top;
}

#btnAbout{
	width:134px;
	height:32px;
	background: url(images/navAboutbtn.jpg) no-repeat left top;
}
#btnNews{
	width:134px;
	height:32px;
	background: url(images/navNewsbtn.jpg) no-repeat left top;
}	

#btnRelatedSites{
	width:134px;
	height:32px;
	background: url(images/navSitesbtn.jpg) no-repeat left top;
}	
#btnContact{
	width:134px;
	height:32px;
	background: url(images/navContactbtn.jpg) no-repeat left top;
}
#btnHome{
	width:134px;
	height:32px;
	background: url(images/navHomebtn.jpg) no-repeat left top;
}

#btnShadows {
	background-image: url(images/BtnShadows.jpg);
	height: 38px;
	width: 803px;
	margin-left: 24px;
	float: left;
}
#lawFirm
{
	display: block;
	width: 256px;
	height: 33px;
	background: url(images/navLawFirmbtn.jpg) no-repeat 0 0;
	margin-top: 10px;
	text-decoration: none;
}
#lawFirm:hover
{
	background-position: 0 -33px;
	text-decoration: none;
}
#meetings
{
	display: block;
	width: 256px;
	height: 33px;
	background: url(images/navMeetingsbtn.jpg) no-repeat 0 0;
	margin-top: 15px;
	text-decoration: none;
}
#meetings:hover
{
	background-position: 0 -33px;
	text-decoration: none;
}
#region {
	background-image: url(images/bgdRegion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 33px;
	width: 221px;
	margin-top: 3px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 35px;
}
#city {
	background-image: url(images/bgdChooseCity.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 246px;
	margin-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 35px;
}
