@charset "utf-8";

#menus {
	width: 181px;
	background:url(../images/bg_menu_ii.gif) no-repeat;
	float: left;
	position:position;
	margin:-15px 0 0 0 !important;
	*margin:-20px 0 0 0 !important;
	*margin:0;
	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: 15px;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 0px;
}
#menus li {
	background-image: url(../images/fondo_menu.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding:0 26px 0 5px;
}
#menus ul .sub {
	margin-top:0px;
}
#menus li .sub {
	font-weight: normal;
}

#menus li .sub li{
	background-image: url(../images/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: #2d3644;
}


#menus a {
	text-decoration: none;
	color: #2D3644;
}
#menus a:hover {
	color: #467851;
}
#menus .selec {
	font-weight: bold;
	color: #467851;
	background-image: url(../images/fondo_menu_here_ii.gif);
	background-repeat: no-repeat;

}
#menus .selec a {
	font-weight: bold;
	color: #467851;
}
