@charset "utf-8";
/* CSS Document */
/*JQuery Accordion*/
.basic  {
 font-family:Century Gothic;
 font-size:90%;
 height:22px;
 margin-top:12px;
 _margin-top:0;
 padding:0;
 }
.basic div {

}

.basic p {
 padding: 10px;
}
.basic a{
 color: #4e4587;
 cursor:pointer;
 font-weight:bolder;
 padding:0px 15px;
 margin:0;
 text-decoration: none;
 border-left:1px solid #a799ef;
 }

.basic a:hover {
 background-image: url("imaxes/menu-index-bk.jpg");
 }

.basic ul li{
  list-style:none;	
}
.basic ul li a{
 background-image:none;
}
.basic ul li a:hover, .basic ul li a.selected{
 background-image:url("imaxes/submenu-bk.png");
 background-position:right;
 background-repeat:no-repeat;
 color:#fff; 
}
