.verticalMenu
{
	width: 180px;
    margin: 0  auto;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    list-style-type: none;
}

.verticalMenu li ul
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #213042 1px solid;
    width: 165px;
    padding-top: 0px;
    /*border-bottom: black 1px solid;*/
    list-style-type: none;
}

.verticalMenu li
{
    position: relative;
    border-bottom: 1px solid #CCCCCC;
    /*border-bottom: 1px solid #594E42;*/
}

.verticalMenu li a
{
    padding-right: 0px;
    display: block;
    padding-left: 6px;
   	background-color: #213042; 
   /*	 background: url('menubg.jpg') white repeat-x left bottom; */
    padding-bottom: 10px;
    font: 11px arial, verdana, helvetica, sans-serif;
    width: auto;
    color: #FFF;
    padding-top: 6px;
    text-decoration: none
}

.verticalMenu li ul
{
	opacity: .95;	filter: alpha(opacity=95);
    display: none;
    left: 0px;
    width: 170px;
    position: absolute;
    top: 0px
}



.verticalMenu li ul li
{
    float: left;
     border: none;
}
.verticalMenu li ul a
{
    width: 160px
}
.verticalMenu .levelIcon
{
    right: 2px;
    background: url('levelicon.gif') no-repeat right center;
    position: absolute
}
/* need this? causes IE6 to make font in expanded nav blocks to be white
.verticalMenu li a:visited
{
    color: #FFF;
} */

.verticalMenu li a:hover
{
   	 background-color: #2A3C53;
   	   /* 	 background: url('menubghover.jpg') white repeat-x left bottom; */
    	color: #D88C29; 
}

.verticalMenu li a:active
{
    color: #FFF;
}

.verticalMenu .expanded
{
	background: #ffffff;
}

/* To fix IE(6 and below) moronic dotted border bug. It can't render dotted borders over image backgrounds right. */
* html .verticalMenu .expanded a
{
	/* So make it a solid border */
    border-bottom: solid 1px #aaaaaa;
}

.verticalMenu .expanded a
{
    padding-right: 0px;
    display: block;
    padding-left: 25px;
    background: url('../images/expandedmenu.jpg') white repeat-x left bottom;
    padding-bottom: 4px;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 10px;
    width: auto;
    color: #555555;
    padding-top: 4px;
    text-decoration: none;
    /* border-bottom: dotted 1px #555555; */
}

.verticalMenu .expanded a:hover
{
    background: #fff;
     background-color: #2A3C53;
}

* html .verticalMenu li
{
    float: left;
    height: 1%
}
* html .verticalMenu li a
{
    height: 1%
}

#criminalHistory
{
height: 50px;
background-color: #213042; 
background: url('../images/recordcheckmenu.jpg') #213042 no-repeat right top; 
vertical-align: middle;
margin-bottom: 5px;
}

#criminalHistory a
{
 padding-top: 12px; background: url('../images/recordcheckmenu.jpg') no-repeat right top;  
font-size: 12px;
}

#criminalHistory a:hover
{
 padding-top: 12px; background: url('../images/recordcheckmenuhover.jpg') no-repeat right top;  
font-size: 12px;
}

