#menus {
	width: 177px;
	float: left;
	margin:0;
	font-size:11px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #afc1cb;
}
#menus ul {
	color: #424f63;
	text-align: right;
	margin-right: 0px;
	line-height: 20px;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 0px;
}
#menus li {
	background-image: url(../img/fondo_menu.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 26px;
}
#menus li .sub {
	font-weight: normal;
}

#menus li .sub li{
	background-image: url(../img/fondo_menu_sub.gif);
	background-repeat: no-repeat;
	background-position: top;
	line-height: 20px;
	padding-right: 28px;
	margin-right: -26px;
	font-weight: normal;
}
#menus li .sub a {
	font-weight: normal;
	color: #feffff;
}


#menus a {
	text-decoration: none;
	color: #2D3644;
}
#menus a:hover {
	color: #be4501;
}
#menus .selec {
	font-weight: bold;
	color: #be4501;
	background-image: url(../img/fondo_menu_here.gif);
	background-repeat: no-repeat;

}
#menus .selec a {
	font-weight: bold;
	color: #be4501;
}
#menus li .sub a:hover {
	font-weight: normal;
	color: #16405d;
}

