
#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 2px 10px;
}

* html #list-subm2 LI {
	background: url(../img/bullet-mnu-sub.gif) no-repeat 2px 13px;
	color: #595959;
}

#list-subm2 A {
	color: #595959;
	text-decoration: none;
}

#list-subm2 .dest {
	font-weight: bold ! important;
}

#list-subm2 A:hover {
	color: #00347d;
	text-decoration: underline;
}
/*****************/

#main-subm TABLE A {
	color: #595959;
	text-decoration: underline;
}

#main-subm TABLE A:hover {
	text-decoration: none;
	color: #9E0000;
}


