
#navcontainer {
	display: block;
	left: 0;
	background: #369;
	height: 29px;
	margin: auto;
	position: relative;
	padding:0px;
	top: 0;
	width: 760px;
	z-index: 1000;
}





/* GLOBAL ULs */
#navcontainer #nav, 
#navcontainer #nav ul.sec { 
	background: #369;
	list-style: none;
	margin:0 auto;
	padding: 0;
	width:691px;
}


/* GLOBAL LINK STYLES */
#navcontainer #nav li a {
	display:block;
	font-size:10px;
	line-height:1.1;
	margin:0px;
	text-decoration: none;
}
#navcontainer #nav li a:link, 
#navcontainer #nav li a:visited {
	color: #fff;
}
#navcontainer #nav li:hover a,
#navcontainer #nav li:focus a {
	/*background: #99CCFF;*/
	color: #000;
}
/* END GLOBAL LINK STYLES */













/**
* top-level list items 
*/
#navcontainer #nav li {
	background-color: #369;
	float: left;
	font-size:10px;
	font-weight: bold;
	position: relative;
	text-align:left;
	text-transform: uppercase;
	width:auto;
}

#navcontainer #nav li a {
	background-image: url(/images/menu.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:29px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}




/*specifc widths for each top-level menu item (#navcontainer #nav #firmOverview) AND it's drop down list (#firmOverview ul) */
#navcontainer #nav #menuFirmOverview a {
	background-position:-32px 0px;
	width: 100px;
}
#navcontainer #nav #menuAreasOfPractice a {
	background-position:-133px 0px;
	width: 137px;
}
#navcontainer #nav #menuRoster a {
	background-position:-269px 0px;
	width: 65px;
}
#navcontainer #nav #menuCareers a {
	background-position:-335px 0px;
	width: 73px;
}
#navcontainer #nav #menuHome a {
	background-position:-408px 0px;
	width: 58px;
}
#navcontainer #nav #menuContactUs a {
	background-position:-466px 0px;
	width: 95px;
}
#navcontainer #nav #menuRecentDevelopments a {
	background-position:-560px 0px;
	width: 163px;
}





#navcontainer #nav #menuFirmOverview:hover a,
#navcontainer #nav #menuFirmOverview:focus a {
	background-position:-32px -29px;
}
#navcontainer #nav #menuAreasOfPractice:hover a {
	background-position:-133px -29px;
}
#navcontainer #nav #menuRoster:hover a {
	background-position:-269px -29px;
}
#navcontainer #nav #menuCareers:hover a {
	background-position:-335px -29px;
}
#navcontainer #nav #menuHome:hover a {
	background-position:-408px -29px;
}
#navcontainer #nav #menuContactUs:hover a {
	background-position:-466px -29px;
}
#navcontainer #nav #menuRecentDevelopments:hover a {
	background-position:-560px -29px;
}





/**
* SUB-MENUS ULs 
*/
#navcontainer #nav li ul.sec { 
	display: none;
	left: 0;
	margin:0px 0 0 20px;
	position: absolute;
	text-align:left;
	/*top: 1.2em;*/
	width:auto;
	z-index:1000;
}
#navcontainer #nav #firmOverview ul.sec {
	margin:16px 0 0 5px;
	width:auto;
}

	*html #navcontainer #nav li ul.sec {
		width:200px;
	}

/* SUB-MENU list items */
#navcontainer #nav ul.sec li { 
	font-weight: normal;
	margin:0px;
	padding:0px;
	width:200px;
}


/* SUB-MENU LINKS */
#navcontainer #nav li ul.sec li a {
	background: #369;
	color:#fff;
	font-size:11px;
	height:auto;
	margin:0px;
	padding:3px 2px 5px 4px;
	text-indent:0px;
	text-transform: capitalize;
	width:200px;
}


#navcontainer #nav #menuFirmOverview ul.sec li a,
#navcontainer #nav #menuAreasOfPractice ul.sec li a,
#navcontainer #nav #menuRoster ul.sec li a,
#navcontainer #nav #menuCareers ul.sec li a,
#navcontainer #nav #menuHome ul.sec li a,
#navcontainer #nav #menuContactUs ul.sec li a,
#navcontainer #nav #menuRecentDevelopments ul.sec li a {
	width:auto;
}

/*#navcontainer #nav li ul.sec li:hover a,
*html #navcontainer #nav li ul.sec li a:hover,

*html #navcontainer #nav li ul li a:hover*/


#navcontainer #nav li ul li a:hover {
	background-color: #99CCFF;
	color: #000;
}






/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
#navcontainer #nav li>ul { 
	top: auto;
	left: auto;
	z-index: 1000;
}

/* lists nested under hovered list items */
#navcontainer #nav li:hover ul, 
#navcontainer #nav li.over ul { 
	display: block;
	background: #369;
	z-index: 1000;
}