
/* Drop Down Menu */

.chromestyle {
	width: 100%;
	font-weight: bold;
	margin-bottom:30px;
	}
	
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul {
	width: 950px;
	height:35px;
	padding: 0;
	margin: 0;
	list-style:none;
	}

.chromestyle ul li {
	float:left;
	width:auto;
	display: block;
	_display:inline;
	}

.chromestyle ul li a {
	float:left;
	width:auto;
	height:35px;
	padding:0;
	margin: 0;
	text-indent:-999em;
	background:inherit no-repeat left top;
	display:block;
	}
	li#home a { width:162px; background:url(http://168.143.54.64/images/btn_home.png); }
	li#firm a { width:159px; background:url(http://168.143.54.64/images/btn_firm.png); }
	li#lawyers a { width:160px; background:url(http://168.143.54.64/images/btn_lawyers.png); }
	li#expertise a { width:160px; background:url(http://168.143.54.64/images/btn_expertise.png); }
	li#resources a { width:159px; background:url(http://168.143.54.64/images/btn_resources.png); }
	li#contact a { width:150px; background:url(http://168.143.54.64/images/btn_contact.png); }

.chromestyle ul li a:hover{
	background-position:right top;
	}
	
	li#home a.current { background:url(http://168.143.54.64/images/btn_home_active.png); }
	li#firm a.current { background:url(http://168.143.54.64/images/btn_cfirm_active.png); }
	li#lawyers a.current { background:url(http://168.143.54.64/images/btn_lawyers_active.png); }
	li#expertise a.current { background:url(http://168.143.54.64/images/btn_expertise_active.png); }
	li#resources a.current { background:url(http://168.143.54.64/images/btn_resources_active.png); }
	li#contact a.current { background:url(http://168.143.54.64/images/btn_contact_active.png); }



/* Drop Down Menu Styles */

.dropmenudiv {
	position:absolute;
	top: 0;
	left: 0;
	border: 1px solid #c6dfdd;
	border-top-width:5px;
	border-bottom-width: 0;
	font:normal 80% Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:1000;
	background-color: #FFF;
	width: 147px;
	_width: 147px;
	visibility: hidden;
	}
	
.dropmenudiv.last {
	width:147px;
	_width:147px;
	}

.dropmenudiv a {
	width: auto;
	border-bottom: 1px solid #c6dfdd;
	padding: 4px 5px 2px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	display: block;
	}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:hover {
	background-color: #c6dfdd;
	color:#fff;
	text-decoration:none;
	}
	
img.inline {
	margin-right:5px;
	vertical-align:text-bottom;
	}
	
.dropmenudiv img a,
.dropmenudiv a img {
	border:none;
	background:none;
	}
	
.dropmenudiv sup {
	font-weight:normal;
	font-style:italic;
	color:#333;
	font-size:10px;
	}
