<!--
/***		Sub Menu Styles
 ***/
table.sub_mi_sel{
	background-color:#FFFFFF;
	background-image:url(../images/sub_m_bg.png);
	background-repeat:repeat-x;
	height:100%;
}
.sub_mi_sel a, .sub_mi_sel td{
	color:#cd1301;
	text-decoration:none;
}
.sub_mi_sel #mid{
	padding-left:10px;
	background-image:url(../images/sub_m_bullet_sel.png);
	background-position:left;
	background-repeat:no-repeat;
	cursor:default;
}
.sub_mi_sel #l{
	width:14px;
	background-image:url(../images/sub_m_l.png);
	background-repeat:no-repeat;
	background-position:left;
	height:100%;
}
.sub_mi_sel #r{
	width:16px;
	background-image:url(../images/sub_m_r.png);
	background-repeat:no-repeat;
	background-position:right;
}



table.sub_mi{
	height:100%;
}
.sub_mi #mid{
	padding-left:10px;
	background-image:url(../images/sub_m_bullet.png);
	background-position:left;
	background-repeat:no-repeat;
	cursor:default;
}

.sub_mi a{
	color:#ffffff;
	text-decoration:none;
}
.sub_mi a:hover{
	color:#fff0f0;
	text-decoration:underline;
}

.sub_mi #l{
	width:14px;
}
.sub_mi #r{
	width:14px;
}

-->