/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/sidebars/flyout4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*#sidebar-container {
	float: left;
	width: 315px;
}*/
.sidebar {
	z-index:1000;
	width: 220px;
	float: left;
	clear: left;
	background-color: #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 30px;
	display: inline;
}

.sidebar div.tab {
	width:230px;
	display:block;
	padding: 7px 0px;
	margin-top:15px;
	/*text-decoration: none;*/
	font-weight: bold;
	font-size: 1em;
	/*color: #333333;
	background: #ffffff url(../images/accordion-tab-static.png) top left no-repeat;  static */
	text-transform: uppercase;
	color: #000000;
}
.sidebar div.tab-sub {
	/*border-bottom:1px solid #afa17d;*/
	width:220px;
	border-top:0pt none;
	font-weight:bold;
	padding:10px 17px;
	background: #aaa;
}
.sidebar li a span {
  	/*color: #333333 !important;
    color: #000000 !important;*/
	font-weight: normal !important;
	font-size: .9em !important;
}
.sidebar ul.list li, /* for Lawyer Credentials, and for "No Related Posts" */
.sidebar ol li {
	/*border-bottom: 1px solid #afa17d;
	padding:9px 17px;
	font-size: 0.9em;
	font-weight: bold;*/
	list-style-type: disc;
	list-style-position: inside;
}

.list li { /* for Lawyer Credentials */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
	padding:9px 5px 9px 6px;
}

.sidebar ul li a {
	display:inline-block; /* fixes IE6 white space bug */
}

/* remove all the bullets, borders and padding from the default list styling */
.sidebar ul {
padding:0;
margin:0;
list-style-type:none;
width:230px;
position:relative;
/*background:#ccc4af;*/
min-height: 30px;
height: auto !important; /* for IE6 */
height: 30px; /* for IE6 */
}

.sidebar li {
background:#ffffff;
/* height:31px; */
}
* html .sidebar li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.sidebar table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1.2em; width:0; height:0;font-weight: bold;}

/* style the links */
.sidebar a, .sidebar a:visited {
	display:block; 
	/*font-weight: bold;*/
	text-decoration:none !important;
	line-height:1.5;
	width:220px;
	padding: 6px 5px;
	color: #000000;
	/*color:#333333;
	border-bottom:1px solid #afa17d;
	background:#ffffff;*/
	font-size: .9em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd
}
/* style the link hover */
* html .sidebar a:hover {color:#000; background:#ddd;}

.sidebar :hover > a {
/*color:#000; */
background:#dddddd;
}

.sidebar .flyout a {
background-image: url(../images/list-arrow.gif) !important;
background-repeat: no-repeat !important;
background-position: 220px center !important;
}

.sidebar .flyout li a {
background-image: none !important;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.sidebar ul ul {
visibility:hidden;
position:absolute;
top:0px;
left:230px;
/*border:1px solid #afa17d;*/
min-height: 250px;
height: auto !important; /* for IE6 */
height: 250px; /* for IE6 */
}
/* make the second level visible when hover on first level list OR link */
.sidebar ul li:hover ul,
.sidebar ul a:hover ul {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.sidebar ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.sidebar ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.sidebar ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.sidebar ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
</style>


<!--[if IE 7]>
<style type="text/css">
.sidebar li {float:left;}
</style>
<![endif].sidebar {
}
-->