h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}


.box {

	width:539px;
	background-color:#f4f4f4;
	height:75px;
	margin-left:0px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	margin-top:0px;
}

.crimeTabsBox {
	width:514px;
	background-color:#f4f4f4;
	height:auto;
	margin-left:0px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	margin-top:0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.nextBtn {
	margin-right: 10px; 
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	float: left;
}

.nextBtnLast {
	margin-right: 10px; 
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	float: left;
}


.boxConLeft {
	float:left;
	width:260px;
}

.boxConRight {
	float:left;
	width:260px;
}

#boxConUl { 

padding-top:50px;
list-style-type: square;
color:#7791b4;

}  

.clear {
	clear: left;
}

#boxConUlLeft {
	padding-left: 20px;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 0px;
}

#boxConUlLeft li {

padding-left:5px;
padding-bottom:5px;
padding-top: 0px;
list-style-type: square;
color:#7791b4;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}


#boxConUlLeft li span {


color:#000;
font-size: 10px;



}

#boxConUlRight {
	padding-left: 20px;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 0px;
}


#boxConUlRight li {

padding-left:5px;

padding-bottom:5px;

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
list-style-type: square;
color:#7791b4;
}


#boxConUlRight li span {


color:#000;
font-size: 10px;



}


/*- Menu Tabs --------------------------- */

    #tabsH {
      float:left;
      width:541px;
      background:#fff;
      font-size:93%;
      line-height:normal;
      font-family:verdana;
      font-weight:bold;
      font-size:9px;
      border-bottom:1px solid #ddd;
      height: 26px;
      }
    #tabsH ul {
        margin:0;
        padding:5px 10px 0 0px;
        list-style:none;
		
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  border-bottom:1px solid #f4f4f4;
	  outline: none;
	
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("images/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
     
    #tabsH a   span.selectedStatDiv {
      float:left;
      display:block;
      background:url("images/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#f8be0f;
      background-position:100% -42px;
     }
     
    #tabsH a.selectedStatDiv {
      background-position:0% -42px;
      }
      
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
	    color: #f8be0f;
      }
      


        #tabsH #current a {
                background-position:0% -42px;
				
        }
        #tabsH #current a span {
                background-position:100% -42px;
					
	    
        }

		