/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	margin-left: 128px;
	margin-top: 0;
	margin-bottom: 0;
	width:1024px;
	float:left;
	position:absolute;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabsHome{
	margin-left: 128px;
	margin-top: 0;
	margin-bottom: 0;
	width:600px;
	float:left;
	position:absolute;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs a{
	margin-top:4px;
	position:relative;
	margin-left:2px;
	cursor:pointer;
	float:left;
	width:140px;
	height:22px;
	background:url(imgs/submenu01.gif) 0 0 no-repeat;
}
.shadetabsHome a{
	margin-top:4px;
	position:relative;
	margin-left:2px;
	cursor:pointer;
	float:left;
	width:140px;
	height:22px;
	background:url(imgs/home/submenu01Home.gif) 0 0 no-repeat;
}

.shadetabs li{
display: inline;
position: relative;
float: left;
height:20px;
}
.shadetabsHome li{
display: inline;
position: relative;
float: left;
height:20px;
}

.shadetabs li#imagenReal a:hover{
background-position: 0 -22px;
}
.shadetabs li#publicidad a{
background-position: -141px 0;
}
.shadetabs li#publicidad a:hover{
background-position: -141px -22px;
}
.shadetabs li#programasTV a{
background-position: -282px 0;
}
.shadetabs li#programasTV a:hover{
background-position: -282px -22px;
}
.shadetabs li#corporativa a{
background-position: -426px 0;
}
.shadetabs li#corporativa a:hover{
background-position: -426px -22px;
}
.shadetabs li#animacion a{
background-position: -568px 0;
}
.shadetabs li#animacion a:hover{
background-position: -568px -22px;
}
.shadetabs li#cine a{
background-position: -708px 0;
}
.shadetabs li#cine a:hover{
background-position: -708px -22px;
}

/*------------------------*/
.shadetabsHome li#reel08 a:hover{
background-position: 0 -22px;
}
.shadetabsHome li#reel06 a{
background-position: -141px 0;
}
.shadetabsHome li#reel06 a:hover{
background-position: -141px -22px;
}
.shadetabsHome li#reel05 a{
background-position: -282px 0;
}
.shadetabsHome li#reel05 a:hover{
background-position: -282px -22px;
}
.shadetabsHome li#reelAnimacion a{
background-position: -426px 0;
}
.shadetabsHome li#reelAnimacion a:hover{
background-position: -426px -22px;
}

/*-------------------------*/

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
width:140px;
float:left;
color: #2d2b2b;
}
.shadetabsHome li a{
text-decoration: none;
position: relative;
z-index: 1;
width:140px;
float:left;
color: #2d2b2b;
}
.shadetabs li a span{
display:none;
}
.shadetabsHome li a span{
display:none;
}
.shadetabs li a:visited{
color: #2d2b2b;
}
.shadetabsHome li a:visited{
color: #2d2b2b;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}
.shadetabsHome li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li#imagenReal a.selected{ /*selected main tab style */
background-position: 0 -22px;
}
.shadetabs li#publicidad a.selected{ /*selected main tab style */
background-position: -141px -22px;
}
.shadetabs li#programasTV a.selected{ /*selected main tab style */
background-position: -282px -22px;
}
.shadetabs li#corporativa a.selected{ /*selected main tab style */
background-position: -426px -22px;
}
.shadetabs li#animacion a.selected{ /*selected main tab style */
background-position: -568px -22px;
}
.shadetabs li#cine a.selected{ /*selected main tab style */
background-position: -708px -22px;
}
/*-------------------------------------*/
.shadetabsHome li#reel08 a.selected{ /*selected main tab style */
background-position: 0 -22px;
}
.shadetabsHome li#reel06 a.selected{ /*selected main tab style */
background-position: -141px -22px;
}
.shadetabsHome li#reel05 a.selected{ /*selected main tab style */
background-position: -282px -22px;
}
.shadetabsHome li#reelAnimacion a.selected{ /*selected main tab style */
background-position: -426px -22px;
}
.shadetabsHome li#animacion a.selected{ /*selected main tab style */
background-position: -568px -22px;
}
.shadetabsHome li#cine a.selected{ /*selected main tab style */
background-position: -708px -22px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.shadetabsHome li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
