
/* CSS Document */

#list-menu {
width: 180px;
/* this width value is also effected by
the padding we will later set on the links. */
margin-bottom:5px;
}
* html #list-menu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 178px;
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type:none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
}
.lista {
background-image: url(../images/leftnav_arrow.gif) 6px 11px no-repeat;
}

* html #list-menu li {
margin-top: -2px;

}
#list-menu li.selected a{ /*selected main tab style */
background: #ff0000;
}

#list-menu a {
display: block;
width: 100%;
/*padding: 2px 2px 2px 2px;*/
border: 1px solid #000000;
background: #FFCC33;
text-decoration: none; /*lets remove the link underlines*/
background-image: url(images/leftnav_arrow.gif) 6px 11px no-repeat;
}
html>body list-menu a{ /*Non IE rule*/
width: auto;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #FF0000;
color: #ffffff;
border-right: 0px solid #CC0000;
}

.nav3 {overflow: hidden; clear: both; float: left; width: 180px; min-height: 500px; margin: 0px; padding: 0px; color: rgb(75,75,75); font-size: 12px;}
.nav3 ul {width: 180px; margin: 0px 0px 20px 0px; padding: 0px; border-bottom: solid 1px rgb(216,206,159); background-color: rgb(219,230,241);}	
.nav3 li {list-style: none; margin: 0px; padding: 0px;}
.nav3 li.title {margin: 0px 0px 0px 0px; padding: 3px 5px 2px 15px; background-color: rgb(156,186,214); color: rgb(255,255,255); text-transform: uppercase; font-weight: bold; font-size: 120%;}
.nav3 li.group a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 15px; border-top: solid 1px rgb(200,200,200); border-left: solid 7px rgb(219,230,241); color: rgb(75,75,75); font-weight: bold; font-size: 120%;}
.nav3 li a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 20px; border-left: solid 7px rgb(219,230,241); color: rgb(75,75,75); text-decoration: none; font-size: 120%;}
.nav3 li a:hover, .nav3 li a.selected {border-right: solid 7px rgb(156,186,214);  color: rgb(100,100,100); text-decoration: none;}