﻿	.MenuStyle {
	cursor: hand;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	}
	
	.MouseOver {
	cursor: hand;
	color: #D98200!important;
	}
	
	
	iframe {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=78)";
	filter: Alpha(Opacity=78);
	-moz-opacity:.78;
	opacity:.78;


}


	table.MenuStyle * table td {
	background-image: url(../Images/LineSpacer.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center!important;
	padding-left: 10px;
	height: 30px;
	font-size: 0.65em;
	}
	
	table.MenuStyle * table td a {
	vertical-align: middle;
	color: #071d43;
	background-image: none!important;
		padding-right: 10px;
		text-transform:uppercase;
		cursor:hand!important;
		
	}
	
	table.MenuStyle * table td a:hover {
	color: #345FAD;
	background-image: none!important;
	}
	
	td[title="The Firm"] table td , td[title="The Firm"] table td a:hover {
	background-image: none!important;	
	}

	
.subMenu {
	font-size: 11px;
	width:180px !important;
	margin-left: 2px;
	background-color: #e5e6e8;
	border: 1px solid #FFFFFF;
	cursor: hand;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:10px;
}

.subMenu TD {
	width:180px;
	white-space: nowrap;
}

.subMenu td a {
	display:block;
	color: #03348b;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.subMenu td a:hover {
	display: block;
	background-color: #4B75C2;
	color: #fff;
}







