#submenu_container
{
	margin: 0px;
	width:162px;
	background-image: url('../left_sub_body.gif');
	background-repeat: repeat-x;
}

#submenu_container .submenu_top {
	margin-bottom:10px;
	width:162px;
	height:9px;
	background-image: url('../left_sub_topp.gif');
    background-repeat: no-repeat;
}

#submenu_container .submenu_bottom {
	margin-top:10px;
	width:162px;
	height:6px;
	background-image: url('../left_sub_bottom.gif');
    background-repeat: no-repeat;
}

#submenu_container .submenu_category_1
{
font-weight:normal;
height:22px;
line-height:22px;
}
#submenu_container .submenu_category_2
{
color:#004580;
font-weight:normal;
margin-left:6px;
height:22px;
line-height:22px;
}
#submenu_container .submenu_category_2 a{
font-size:12px;	
text-decoration:none;
}
#submenu_container .submenu_category_2 a:link {	
font-weight:normal;
} 

#submenu_container .submenu_category_2 a:visited {		
font-weight:normal;	
} 

#submenu_container .submenu_category_2 a:hover {	
font-style:normal;
color:#666666;
text-decoration:none; 
}
#submenu_container .submenu_category_2 a.submenu_active {
font-weight:bold!important;
}

