/* @override 
	http://www.takeastep.me/test/SO_LawSite/js/menu/ddlevelsmenu-base.css
	http://www.takeastep.me/test/SO_LawSite/js/menu/ddlevelsmenu-base.css
*/

/* ######### Drop Down ULs CSS ######### */


#ddtopmenubar{
/*z-index:1000;*/
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
list-style-type: none;
z-index: 100;
	position: absolute;
	opacity: 0.9;
}

.ddsubmenustyle {
	border: 1px solid white;
	visibility: hidden;
}

.ddsubmenustyle ul {
	display: inline-block;
}


.ddsubmenustyle li a{ /*width of menu (not including side paddings)*/
color: #4f4f4f;
text-decoration: none;
	font-size: 10px;
	opacity: 0.9;
	padding: 6px;
	display: block;
	background-color: white;
}

.ddsubmenustyle li {
	width: 187px;
	border-style: none;
	height: 100%;
}

.ddsubmenustyle li a:hover{
color: white;
	border-style: none;
	background-color: gray;
}

.high-menu{
color: white;
}

#criminal-offenses li ul li a {
	text-align: right;
}

#criminal-process li ul li a {
	text-align: right;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
	border-style: none;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 1px;
left: 100px;
	background: url(arrow-right.gif) no-repeat;
	border-style: none;
	border-width: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
	border-style: none;
}

