#submenu_container
{
margin: 0px;
width:162px;
border-top:1px solid #6cbfe7;
border-bottom:
1px solid #6cbfe7;
&nbsp;/*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;
display:none;
}

#submenu_container .submenu_bottom {
	margin-top:10px;
	width:162px;
	height:6px;
	/*background-image: url('../left_sub_bottom.gif');*/
    background-repeat: no-repeat;
display:none;
}

#submenu_container .submenu_category_1
{
display:block;
font-weight:normal;
height:26px;
line-height:26px;
border-bottom: 1px dotted #73c8ee; 
}
#submenu_container .submenu_category_2
{
display:block;
color:#004580;
font-weight:normal;
margin-left:6px;
height:26px;
line-height:26px;
border-bottom: 1px dotted #73c8ee; 
}
#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:silver;
text-decoration:none; 
}
#submenu_container .submenu_category_2 a.submenu_active {
font-weight:bold!important;
}


