/*Menu*/
#menu_column {
	background: #FFFFFF url(/images/menu_bg.gif) repeat-y;
	vertical-align: top;
	text-align: left;
}
.menu_set_link {
    border-bottom: 1px solid #f5b51a;
	line-height: 30px;
	height: 30px;
	padding-left: 8px;
	color: #984900;
	cursor: pointer;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 12px;
}
.menu_set_link a { width:100%; height:100%; display:block; }
.menu_set_link a:link, .menu_set_link a:visited { color: #984900; text-decoration: none; }
.menu_set_link a:active { text-decoration:underline;	}
.menu_set_link a:hover { color:#DE3E2B; text-decoration: underline; }

.menu_set {
	background-image: url(/images/menos_mnu.gif);
    background-repeat: no-repeat;
	background-position: right bottom;
    border-bottom: 1px solid #f5b51a;
	line-height: 30px;
	height: 30px;
	padding-left: 8px;
	color: #984900;
	cursor: pointer;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 12px;
}
#main_menu {
	/*width: 201px;*/
	font-size:10px;
}
.menu_sec {
	background: url(/images/menu_item_bg.gif) repeat-y;
	background-color: #FBE29A;
	border-bottom: 1px solid #f5b51a;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 25px;
	height: 25px;
    padding-left: 16px;
    font-weight: bold;
    font-size: 11px;
    color: #DE3E2B;
    cursor: pointer;
}
	.menu_sec a { width:100%; height:100%; display:block; }
	.menu_sec a:link, .menu_sec a:visited { color: #DE3E2B; text-decoration: none; }
	.menu_sec a:active { text-decoration:underline;	}
	.menu_sec a:hover { color:#984900; text-decoration: underline; }


.hideSubM { display: none; }
.showSubM { display: all; }
