
/*<group=Inactive>*/

#nav {
	width: 372px;
	float: right;
	display:inline;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 4px;
	height: 43px;
}

#nav li#office, #nav li#lawyers, #nav li#news, #nav li#contact, #nav span {
	height: 43px;	
	padding: 0px;
	padding-bottom:0;
	margin:0;
	line-height:1px;
	list-style-image:none;
	
	float: left;
	display: inline;
}


li#office	{
	width:93px;

	background: transparent url(../img/global/nav.gif) 0px 0px no-repeat;
	}


li#lawyers	{
	width:93px;
	background: transparent url(../img/global/nav.gif) -93px 0px no-repeat;
	}

li#news {
	width:93px;
	background: transparent url(../img/global/nav.gif) -186px 0px no-repeat;
	}
	
li#contact	{
	width:93px;
	background: transparent url(../img/global/nav.gif) -279px 0px no-repeat;
	}
	
/*</group>*/

/*<group=Links (Hover)>*/
#office a:link, #office a:visited, #office a:hover, #office a:active, #office span, 
#lawyers a:link, #lawyers a:visited, #lawyers a:hover, #lawyers a:active, #lawyers span, 
#news a:link, #news a:visited, #news a:hover, #news a:active, #news span, 
#contact a:link, #contact a:visited, #contact a:hover, #contact a:active, #contact span  	{
		border:0; 
		margin:0;			

		padding-left:0;
		list-style:none;
		overflow:hidden;
		font-size:4px;
		line-height:43px;		
		padding: 43px 0 0 0;		
		height: 0px !important;
		height /**/:43px;
		display:block;
}

li#office a:hover, li#office span {width:93px;	background: transparent url(../img/global/nav.gif) 0 -43px no-repeat;}
li#lawyers a:hover, li#lawyers span {width:93px;	background: transparent url(../img/global/nav.gif) -93px -43px no-repeat;}
li#news a:hover, li#news span {width:93px;	background: transparent url(../img/global/nav.gif)  -186px -43px no-repeat;}
li#contact a:hover, li#contact span {width:93px;	background: transparent url(../img/global/nav.gif) -279px -43px no-repeat;}
	
/*</group>*/

#logo a {
	float: left;
	display:inline;
	width: 200px;
	margin-top: 21px;
	overflow:hidden;
	height: 0px !important;
	height /**/:21px;
	text-size: 10px;
	line-height:20px;
	padding: 21px 0 0 0;
}

#logo {
	float: left;
	display:inline;
	width: 200px;
	height: 42px;
	overflow:hidden;
	padding-top: 0;
	
}



#nav li ul { /* second-level lists */
	position: absolute;
	background-color: white;

	margin-top: 0px;
	border: 1px solid #dddddd;
	border-top: 0;
	width: 93px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	background-color: #fefefe;
	background-image:none;
	border-bottom:1px dotted #dddddd;
	height: 21px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#nav li ul li a:hover {

}

#nav a{
	display: block;
}

#nav li ul li a:link,
#nav li ul li a:visited,
#nav li ul li a:hover,
#nav li ul li a:active {
	height: 21px !important;
	margin-top: 0;
	text-decoration:none;
	font-size:12px;
	line-height:17px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;	
	background-image:none;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

