.mainactive {
	
}
.mainsubmenu a {
	color: #9F897E;
	font-size:14px;
	line-height:20px;
}

/* --- Links  --- */
.demo a:hover, .demo a:active, .demo a:focus {
  outline: none;
}
.expand a {
padding: 0px 0px 0px 15px;
}

.expand a:link, .expand a:visited {
  background:url(../images/arrow_up.gif) no-repeat 0% 50%;
}
.expand a.open:link, .expand a.open:visited {
  background: url(../images/arrow_down.gif) no-repeat 0% 50% ; 
}

