/* CSS Document. btnBg is the class name for the linked buttons on the right hand side of the Courts page. */

#btnMenu {width: 185px}
*html #btnMenu {width: 185px}


/* The code below makes the ul's and li's flush to the page border */

.btnBg, .btnBg li ul{margin: 0; padding: 0}

/* Defaults for ul and li elements */

.btnBg ul{list-style-type:none; margin:0px; padding:0px}
.btnBg li{list-style-type:none; margin:0; padding:0; width:185px; position:relative}

/* Code used to create rollOver and rollOut effect for the linked buttons */

.btnBg li a{background:url(images/btnOffBack.jpg); background-repeat:repeat; text-decoration:none; display:block; padding-left:0px; padding-bottom:4px; padding-top:4px; padding-left:15px; font-family:Verdana, Helvetica, Arial, sans-serif; font-size:11px; color:#000000; font-weight:bold}
.btnBg li a:hover{background:url(images/btnOnBack.jpg); background-repeat:repeat}

/* Code below is used to make the entire button a link for IE, instead of just the text being linked. If this comment is not clear remove the below code, save the file, then open up the htm file in Internet Explorer. Only the text will be linked, not the entire button. \*/

* html .btnBg li {float: left; height: 1%}
* html .btnBg li a {height: 1%}
/* End */

/* Code used to create sub Elements */

.btnSub li a{padding-left:25px; font-weight:normal}

/* Code used to create Drug Court sub Elements */

.btnSubDrug li a{padding-left:45px; font-weight:normal}.Recycle {
	color: #060;
}

