#Menu {
	width:1000px;
	margin:0 auto;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 35px;
	position:relative;
	background-color:#dae0e5;
}
#Menu A {
	height:35px;
	line-height:35px;
	font-weight: bold;
	color:#2b3a4c;
	display: block;
	float: left;
	padding:0 20px;
	text-decoration:none;
}
#Menu A:hover {
	color:#506986;
}
/*MENU NAVIGATION*/
#PracAreas, #Attor {
	position: absolute;
	top: 35px;
	left: 0;
	color:#2b3a4c;
}
#PracAreas UL, #Attor UL {
	background-color:#dae0e5;
	border-bottom: 1px solid #d5dbe0;
	border-left: 1px solid #d5dbe0;
	border-right: 1px solid #d5dbe0;
	border-top:none; 
	display:block;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
#PracAreas UL LI, #Attor UL LI {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	line-height: 20px;
	padding: 3px 5px 3px 8px;
	margin: 0;
	border-bottom: 1px solid #EEE;
}
#PracAreas {
	left: 440px;
}
#Attor {
	left: 655px;
}
#PracAreas A, #Attor A  {
	height:20px;
	line-height:20px;
	font-weight:normal;
	display: inline !important;
	float: none;
	padding: 0;
}
#PracAreas A:hover,
#Attor A:hover {
	color: #506986;
}

UL LI.top10{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#2b3a4c;
	display:block;
	padding: 10px 5px 10px 8px; 
	border-bottom:1px solid #b9d6dc;
	margin:0;
} 