/* CSS Document */
#content_left {
width:275px;
margin-left:15px;
}
#content_right {
float:right;
display:inline;
margin-right:15px;
width:275px;
}
#content ul {
margin-left:0;
list-style:none;
}
#content ul ul {
margin-top:20px;
margin-bottom:30px;
margin-left:15px;
}
#content ul a {
display:block;
margin-bottom:23px;
padding-top:3px;
padding-left:10px;
height:20px;
font-weight:bold;
color:#009900;
text-decoration:none;
background-image:url('/01/images/jpg/green_dash_line.jpg');
background-position: left bottom;
background-repeat:repeat-x;
}
#content ul a:hover {
text-decoration:underline;
}
#content ul ul a {
background-color:#FFFFFF;
height:10px;
margin-bottom:12px;
padding-top:0;
color:#444444;
text-decoration:none;
font-weight:normal;
background-image:none;
}
