/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
width: 790px; /*-- agregado --*/
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 3px 5px;
background: #336699;
color: #eef3fd;
margin-right: 1px;
text-decoration: none;
font: bold 12px Verdana;
border-right: dotted 1px; /*-- agregado --*/
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: #eef3fd;
color: #336699;
border-right: dotted 1px; /*-- agregado --*/
}

/* --- agregados - Patricia --- */
.tabsmenuclass a#img{
display: block;
padding: 0px 7px;
background: #336699;
text-decoration: none;
}
.tabsmenuclass a#img:hover, .tabsmenuclass a#img.selected{
background: #eef3fd;
text-decoration: none;
}
.tabsmenuclass li a#img{
	border-right: 0 none;
}
/* ------------------------------ */

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
	clear: left;
	background: #E8E8E8;
	width: 792px;
	height: 1em;
	padding: 0.2em;
	border: 2px solid silver;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
font: 11px Verdana;
}

.tabsmenucontentclass li{
float: left;
/*margin-right: 1em;*/
padding-left: 1em;			/*-- agregado --*/
padding-right: 1em;			/*-- agregado --*/
border-right: solid 1px #336699; 	/*-- agregado --*/
}

/* --- agregados por Patricia --- */
.tabsmenucontentclass a{
	color: #336699; /* #29537C;*/
	/*font-weight: bold;*/
	text-decoration: none;
	/*font-style: normal;	/*-- agregado --*/
	display: block;		/*-- agregado --*/
}
.tabsmenucontentclass a:hover, .tabsmenucontentclass a.selected{
	/*font-weight: bold;	/*color: Silver;	*/
	background-color: #336699; /* #29537C;*/
	color: #FFFFFF;
	text-decoration: none;
	/*border: 1px solid #C5CCE0;*/
}
/* ------------------------------ */
