.horbar	{
	color: black;
	border: 0px outset #cecac1;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}

.horbaritem a {
	display: block;
	text-decoration: none;
}

.horbaritem a:link, .horbaritem a:visited, .horbaritem a:active	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #ffffff;
	text-decoration: none;
}

.verbar	{
	color: black;
}

.submenu	{
	position: absolute;
	left: 10;
	top: 10;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #E9E8EE;
}

.item	{
	text-align: left;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
	width: 200px;
	vertical-align: middle;
	height: auto;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}

.item a:link, .item a:visited, .item a:active	{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4D5291;
	text-align: left;
	width: auto;
	text-decoration: none;
	background-image: url(../imagenes/soci_imagenes/soci_boton_link.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-attachment: scroll;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E3EC;
	height: auto;
}

.item a:hover	{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	width: auto;
	text-decoration: none;
	background-image: url(../imagenes/soci_imagenes/soci_boton_over.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-attachment: scroll;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E3EC;
	background-color: #36879C;
	height: auto;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}


/* SUBITEM */
.subitem	{
	text-align: left;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
}

.subitem a	{
	position: relative;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 1px;
}

.subitem a:link, .subitem a:visited, .subitem a:active	{
	color: #666666;
	text-decoration: none;
	padding: 2px;
	display: block;
	border-bottom: 1px solid #CBCCDA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4F2F3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #CBCCDA;
}

.subitem a:hover	{
	color: #FFFFFF;
	background-color: #36879C;
	text-decoration: none;
	border: 1px solid #9A9CA6;
	padding: 2px;
	display: block;
}

.subitem .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}
.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

