/*Menu*/
#menues { width:241px; float:left; }
#menu { width:241px; margin-top:4px; }
#m_mid { margin:0px 0px; }
#m_mid * { margin:0px 0px 0px 0px; }
#m_bot { height:11px; background:url(/artwork/imgs/menu_bot.png) no-repeat;	margin:0px 0px 0px 0px; }

#main_menu {
	background: #FFFFFF url(/artwork/imgs/menu_a.png) repeat-y;
	font-size:10px;
}

#menu_column {
	vertical-align: top;
	text-align: left;
}
.menu_set_link {
	line-height: 26px;
	height: 26px;
	padding-left: 24px;
	color: #ffffff;
	cursor: pointer;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 11px;
}
.menu_set_link a { width:100%; height:100%; display:block; }
.menu_set_link a:link, .menu_set_link a:visited { color: #ffffff; text-decoration: none; }
.menu_set_link a:active { text-decoration:underline;	}
.menu_set_link a:hover { color:#ffffff; text-decoration: underline; }

.menu_set {
	background-image: url(/images/menos_mnu.gif);
    background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 26px;
	height: 26px;
	padding-left: 24px;
	color: #ffffff;
	cursor: pointer;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 11px;
}
.menu_sec {
	background-image: url(/artwork/imgs/menu_b.png);
	background-repeat: no-repeat;
	background-color: #b6d1d8;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 26px;
	height: 26px;
    padding-left: 32px;
    font-weight: bold;
    font-size: 11px;
    color: #0c4556;
    cursor: pointer;
}
	.menu_sec a { width:100%; height:100%; display:block; }
	.menu_sec a:link, .menu_sec a:visited { color: #0c4556; text-decoration: none; }
	.menu_sec a:active { text-decoration:underline;	}
	.menu_sec a:hover { color:#0c4556; text-decoration: underline; }
