@charset "UTF-8";
/* CSS Document */


.sidebar1 .menuheader {
	height: 28px;
}
.sidebar1 h1 {
font-size: 0.1em;
}
.sidebar1 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

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

.sidebar1 ul li a{
color: #cd2010;
background-color: #FFF;
display: block;
padding: 3px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 80%;
}

.sidebar1 ul li a:visited{
color: #cd2010;
}

.sidebar1 ul li a:hover{ /*hover state CSS*/
color: #31317a;
}

p.menuheader {
	font-size: 1em;
}


