#menudyna{
	position:relative;	
}

#menudyna div.title{
	
	width: 100%;
	height:22px;
	color:#ffffff;
	background-color: #a5a5a5;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
}

#menudyna div.menu_button{
	
	width: 165px;
	height:23px;
	background-image:url(../../images/skin1/menu_dyna/button.png);
	background-position: 0px 0px;
	background-repeat:repeat-x;
	color:#484849;
	font-size:11px;
	line-height:22px;
	text-decoration:none;
	cursor:pointer;
	padding-left: 15px;
	text-align: left;
}

#menudyna div.menu_button_sel{
	
	width: 165px;
	height:23px;
	background-image:url(../../images/skin1/menu_dyna/button.png);
	background-position: 0px -23px;
	background-repeat:repeat-x;
	color:#ffffff;
	font-size:11px;
	line-height:22px;
	text-decoration:none;
	cursor:pointer;
	padding-left: 15px;
	text-align: left;
}


#menudyna div.menu_button:hover{
	
	background-position: 0px -46px;
}

#menudyna .menu_link{
	color:#484849;
	font-size:11px;
	text-decoration:none;
}



#menudyna .sub_menu_contener{
	
	width: 160px;
	height:70px;
	overflow:hidden;
	text-align:left;
	background-color: #e6e7e7;
	padding-left: 20px;
	margin-top: 3px;
	/*display:none;*/
}

#menudyna .sub_menu_link{
	color:#484849;
	font-size:11px;
	text-decoration:none;
	line-height: 13px;
}

#menudyna .sub_menu_link:hover{
	text-decoration:underline;
}

#menudyna .sub_menu_link_sel{
	color:#c90419;
	font-size:11px;
	text-decoration:none;
	line-height: 13px;
}

#menudyna .sub_menu_link_sel:hover{
	text-decoration:underline;
}