.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(images/newlayout/law/leftmenudark.gif);
background-repeat:repeat-y; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
text-indent:13px;
font-family:"Times New Roman", Times, serif;
font-size:15px;

}

.chromestyle ul li{
display: inline;
border-top-width:1px;
border-top-color:#000000;
}
.chromestyle ul li table{
margin-left:7px;
width:111px;
padding:0px;
border-width:0px;
}
.chromestyle ul li table tr td{
width:111px;
}

.chromestyle ul li table tr td a{
color: #ffffff;
padding: 0px 7px;
margin-left:3px;
margin-right:3px;
text-decoration: none;
width: auto;
display: block;
height:20px;
border-top-width:1px;
border-top-color:#000000;
border-top-style:solid;

}
.chromestyle ul li a:visited{
color: #ffffff;
padding: 0px 7px;
margin-left:3px;
margin-right:3px;
text-decoration: none;
width: auto;
display: block;
height:20px;
border-top-width:1px;
border-top-color:#000000;
border-top-style:solid;

}
.chromestyle ul li a:hover{
background: url();
background-repeat:repeat-y; /*THEME CHANGE HERE*/
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
 

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-left:100px;
border: 1px solid #333; /*THEME CHANGE HERE*/
border-bottom-width: 0;
border-right-width: 0;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
line-height:12px;
z-index:100;
background-color: white;
background-image:url();
width: 200px;
visibility: hidden;
margin-top:-20px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: black;
border-right: 1px solid #333;
}

.dropmenudiv table tr td a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: black;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CCCCCC;
}
.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
}
.lawtable 
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.lawtdbg {
background-image:url(images/bg_tableModern.gif);
background-color:#3366FF;
font-weight:bold;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}

.lawtdprice {
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
text-align:right;
}
.lawtdprice b {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#FF0000;
}
.linkstable tr td a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
text-decoration:none;
color:#000066;
}
.linkstable tr td a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
text-decoration:none;
color:#000066;
}
.linkstable tr td a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:underline;
color:#663300;
}