#sidebar {
/*position: absolute;*/
/*left: 36px;
top: 86px;*/
width: 186px;
font-size: 10pt;
/*font-weight: bold; */
font-family: Verdana; 
}
#sidebarcause{
position: absolute;
left: 186px;
top: 191px;
width: 150px;
font-size: 10pt;
font-family: Verdana;
}
#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
display: block;
padding: 1px 1px 1px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #2C789F;
background-image:  url(assets/l1_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #EEE;
text-decoration: none;
}
#navlist a:hover {
background-color: #1C4960;
background-image:  url(assets/l1_over.jpg);
font-size: 11pt;
/* color: #2D1E2D; */
}
#sidebar #navlist .stylelink {
background-color: #9F6F9F;
background-image:  url(assets/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
cursor: default;
}




#sidebardispbrd{
position: absolute;
left: 186px;
top: 405px;
width: 150px;
font-size: 13pt;
font-family: Verdana;
}


