/* CSS Document */

body	{
	behavior:url(/csshover.htc);
}


div#leftMenu2 /*--- Menu List Container ---*/
{
	width:165px;
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

div#leftMenu2 ul
{
	width:165px;
	margin:0px;
	padding:0px 0px;	
}

div#leftMenu2 li
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/
	padding:0px;
	margin:0px;
}

div#leftMenu2 li.home	{
	background-image:url(images/leftNav_01.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div#leftMenu2 li.home:hover {
	background-image:url(images/rollover_01.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div#leftMenu2 li.about	{
	background-image:url(images/leftNav_03.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div#leftMenu2 li.about:hover {
	background-image:url(images/rollover_03.jpg);
	background-position:left;
	background-repeat:no-repeat;
}


div#leftMenu2 li.specs	{
	background-image:url(images/leftNav_08.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:155px;
}

div#leftMenu2 li.specs:hover {
	background-image:url(images/leftRepeat.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	background-color:#d4cfcd;
	height:274px;
	width:155px;
}

div#leftMenu2 li.specsOpen {
	background-image:url(images/leftNav_082.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:274px;
	width:155px;
}
div#leftMenu2 li.specs2	{
	background-image:url(images/leftNav_10.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:155px;
}

div#leftMenu2 li.specs2:hover {
	background-image:url(images/leftRepeat.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	height:170px;
	width:155px;
}

div#leftMenu2 li.specs2Open {
	background-image:url(images/leftNav_102.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:170px;
	width:155px;
}

div#leftMenu2 li.article	{
	background-image:url(images/leftNav_09.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div#leftMenu2 li.article:hover {
	background-image:url(images/rollover_09.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div#leftMenu2 li.news	{
	background-image:url(images/leftNav_news.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div#leftMenu2 li.news:hover {
	background-image:url(images/rollover_news.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div#leftMenu2 li.contact	{
	background-image:url(images/leftNav_12.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div#leftMenu2 li.contact:hover {
	background-image:url(images/rollover_12.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
div#leftMenu2 li.elaw	{
	background-image:url(images/leftNav_13.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div#leftMenu2 li.elaw:hover {
	background-image:url(images/rollover_13.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div#leftMenu2 ul li a  {
	display:block; /*--- List items in drop down highlight and wrapped lines indent correctly ---*/
	padding:0px; /*--- Space on sides of menu item's text ---*/
	text-decoration: none; /*--- Removes the underlining of the link ---*/
	margin:0px;

}

/* DROPDOWNS */
div#leftMenu2 ul li:hover ul
{
	display:block; /*--- Displays appropriate drop down menu ---*/
}

div#leftMenu2 ul li ul
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:0px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:54px;
	padding:0px;
	width:155px;
	font-size:11px;
	background-color:#d4cfcd;
}
div#leftMenu2 ul li ul.prac
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:0px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:53px;
	height:274px;
	padding:0px;
	font-size:11px;
}
div#leftMenu2 ul li ul.resumes
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:0px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:54px;
	padding:0px;
	font-size:11px;
}

div#leftMenu2 ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	/*border:1px solid #0f4c03; /*--- Three sides of each drop-down item ---*/
	padding:0px;
	margin:0px;
	border:0px;
	text-align:left;
	margin-left:0px;
}

div#leftMenu2 ul li ul li a	{
	color:#0066FF;
	padding:5px 0px 0px 5px;
	margin:0px;
	color:#4B3F3B;
	text-decoration:none;
}

div#leftMenu2 ul li ul li a:hover	{
	color:#B31B34;
	text-decoration:underline;
}