
.submenu
{
    
}

.submenu ul
{
    list-style: square;
    margin: 0px;
    padding-left: 20px;
    width: 250px;
    float:left;
    margin-right: 10px;
}

.submenu li
{
    padding-left: 0px;
    border-bottom: solid 2px white;
    height: 20px;
    font-size: 11pt;
    padding-top: 3px;
    text-align: left;
}

.submenu ul li a:link, .submenu ul li a:visited,.submenu ul li a:active
{
   color:  black;
   text-decoration: none;
}

.submenu ul li a:hover
{
    color:  #000;
}

.submenu ul li:hover
{
    background-color: #fff;
}

li.subMenuHeader, li.subMenuHeader:hover
{
    background-color: #a1b7a2;
}


.contentText
{
    border-bottom: solid 1px #dddddd;
    padding-bottom: 10px;
    height: 290px;
}



 /*************************
             tables
 ***************************/
 
 
.tableLeis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

	width: 640px;
	border-collapse: collapse;
	text-align: left;
	margin-top: 10px;
}

.tableLeis th
{
	font-size: 14px;
	font-weight: normal;
	color: red;
	height: 18px;
	font-size: 14pt;
	padding: 10px 10px;

	border-bottom: solid white 3px;
}


.tableLeis td
{
	color: #000;
	padding: 5px;
	height: 10px;
	border-bottom: solid white 2px;
	background-color: #eee;
}

.tableLeis tr
{
	height: 10px;
}

.tableLeis tbody tr:hover td
{
	color: #009;
	background-color: #fff;
}


.tableLeis a:link
{
    color:#000;
}

.tableLeis a:visited
{
    color:#000;
    text-decoration: none;
}

.tableLeis a:hover
{
    color:#555;
    text-decoration: none;
}


.tableLeisSelected
{
    background-color: #e4effd;
}