
#child_menu{
width:200px;
Margin:19px 0 0 15px;
background-color:#d0c6a3;
clear:both;
}

#child_menu a{
color: #ffffff;
font-size:13px;
font-weight:bold;
display:block;
height:21px;
width:200px;
line-height:21px;
padding:0 4px 0 4px;
text-decoration: none;
}

#child_menu a:hover{
color: #ff6600;
}

#child_menu a.sel_class{
color:#66cc00;
}

#child_menu ul{
list-style:none;
margin:0;
padding:0 0 30px 0;
float:left;
display:inline;
width:200px;
}

#child_menu li{
line-height:21px;
padding:0 9px 0 0;
width:200px;
}

