#sidebar-left ul, #sidebar-right ul {
	margin: 0px;
	list-style-type: none;
    padding-left:0px;

}

#sidebar-left ul li {
width:150px;
    font-weight: bold; 
}
#sidebar-left ul li a{
    background:#08D40A;
    color:#fff !important;
    padding:10px 0 10px 10px !important;
}

#sidebar-left ul li a:hover{
    background:#08D40A;
    color:#FFF !important;
}
#sidebar-left ul li ul a{
    background:#fff;
    color:#000 !important;
    padding:3px !important;
}

#sidebar-left li a:link, #sidebar-left li a:visited{
	display: block;
	text-decoration: none;
    color:#000;
	margin: 0px 0 1px 0;
    padding:0px;
    width:140px;
    height:18px;
}
#sidebar-right li a:link, #sidebar-right li a:visited {
	display: block;
    color:#000;
    width:104px;
    border:1px solid white;
}
#sidebar-left li a:hover, #sidebar-right li a:hover {
	background-color: #FFFFFF;
}
#sidebar-left ul ul, #sidebar-right ul ul {
  margin-left: 10px;
}
#sidebar-left ul ul li, #sidebar-right ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
.page-item-23 ul li a{
    background:#FFF !important;
}
.page-item-23 a{
    background:#D20169 !important;
}
.page-item-23 a:hover{
    background:#D20169 !important;
    color:#fff !important;
}

.page-item-45 ul li a{
    background:#FFF !important;
}
.page-item-45 a{
    background:#E98315 !important;
}
.page-item-45 a:hover{
    background:#E98315 !important;
    color:#fff !important;
}

.page-item-41 ul li a{
    background:#FFF !important;
}
.page-item-41 a{
    background:#BC011E !important;
}
.page-item-41 a:hover{
    background:#BC011E !important;
    color:#fff !important;
}

.page-item-48 ul li a{
    background:#FFF !important;
}
.page-item-48 a{
    background:#6AA815 !important;
}
.page-item-48 a:hover{
    background:#6AA815 !important;
    color:#fff !important;
}

.page-item-51 ul li a{
    background:#FFF !important;
}
.page-item-51 a{
    background:#2594DB !important;
}
.page-item-51 a:hover{
    background:#2594DB !important;
    color:#fff !important;
}

.page-item-54 ul li a{
    background:#FFF !important;
}
.page-item-54 a{
    background:#E98315 !important;
}
.page-item-54 a:hover{
    background:#E98315 !important;
    color:#fff !important;
}

.page-item-57 ul li a{
    background:#FFF !important;
}
.page-item-57 a{
    background:#8F005A !important;
}
.page-item-57 a:hover{
    background:#8F005A !important;
    color:#fff !important;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#menu a {
  display: block;
  text-decoration: none;    
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #333;
  color: #fff;  
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}


