.tab {
	font-size:12px;

	text-align:right;

}
.tab ul{
list-style-type:none;

}

.tab li{
display:inline;
padding:0px 9px 0px 7px;
}

.tab li a{
	color:#000;
	text-decoration:none;
}
.tab li a:hover, .tab li a.current{
	color:#000;
	text-decoration:underline;
}

#bordo {

}

#sc1 {


}
#sc2 {

}


.sub_tab {

text-align:left;




}
.sub_tab ul{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/


}

.sub_tab li{
	background-color:#E7E7E7;
	text-align:center;
display: inline;


}

.sub_tab li a{

	text-decoration:none;
}

.sub_tab li a:hover{

	text-decoration:underline;
}
.tabcontainer{
	clear: left;
	/*margin: 2px 0px 0px 0px;
	 /*width: 100%;width of 2nd level sub menus*/
	 /*height: 25px;height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/

}

.tabcontent{
display:none;
}