@charset "iso-8859-1";
/* author: DaganDesigns */
/* Creation date: 3/21/2010 */
.leftsidemenu{
width: 171px; /*width of menu*/
}

.leftsidemenu .headerbar{
font: bold 10px verdana;
color:white;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding:0; /*31px is left indentation of header text*/
background-color: #333333; /*#174778 #1e4370 */
/*-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #4682b4;*/
padding:5px;
}

.leftsidemenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.leftsidemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.leftsidemenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.leftsidemenu ul li a{
color: #333333;
background: #e9e9e9;
display: block;
padding: 3px 0;
line-height: 14px;
padding-left: 5px; /*link text is indented 8px*/
text-decoration: none;
}

.leftsidemenu ul li a:visited{
color: #333333;
}



/*.leftsidemenu ul li a:hover{
color: white;
background: #000000;
}*/