
#main-subm {
	float: left;
	width: 390px;
	margin-left: 5px;
	margin-right: 5px;
}

#subm {
	width: 150px;
	float: right;

}


/*****************/

#list-subm2 LI
{
    padding: 5px 10px;
    font-size: 0.70em;
    color: #595959;
    background: url(../img/bullet-mnu-sub.gif) no-repeat 3px 10px;
    border-bottom: solid 1px #E9E9E9;
    /*background-color: #F9F9F9;*/
}

#list-subm2 li.dest
{
   
    background: url(../img/bullet-mnu-sel.gif) no-repeat 3px 10px;
    background-color: #F9F9F9;
    
}

#list-subm2 A {
	color: #595959;
	text-decoration: none;
}

#list-subm2 .dest A {
    color: #9F0102;
}

#list-subm2 .dest {
	font-weight: bold ! important;
	
	
}

#list-subm2 A:hover {
	color: #9F0102;
	text-decoration: underline;
}
/*****************/

#main-subm TABLE A {
	color: #595959;
	text-decoration: underline;
}

#main-subm TABLE A:hover {
	text-decoration: none;
	color: #9E0000;
}


