/*
.tdSubItem {
	FONT: 10px  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	COLOR: #666666
}
.mnE {
	BACKGROUND: #f2f2f2; 
	FONT: 10px  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	CURSOR: default; 
	BORDER-BOTTOM: #e0e0e2 2px solid; 
	HEIGHT: 20px
}
.mnO {
	BACKGROUND: #e1e1e1; 
	FONT: 10px  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	CURSOR: default; 
	BORDER-BOTTOM: #e0e0e2 2px solid; 
	HEIGHT: 20px
}
.mnP {
	BORDER-RIGHT: #e1e1e1 1px solid; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 1px; 
	BACKGROUND: #fbfbfb; 
	FONT: 10px  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	BORDER-LEFT: #e1e1e1 1px solid; 
	CURSOR: default; COLOR: #990000; 
	ADDING-TOP: 1px; 
	BORDER-BOTTOM: #e1e1e1 2px solid; 
	HEIGHT: 20px
}
.mnPH {
	BORDER-RIGHT: #e1e1e1 1px solid; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 1px; 
	BACKGROUND: #e4e4e4; 
	FONT: 10px  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	BORDER-LEFT: #e1e1e1 1px solid; 
	CURSOR: default; COLOR: #990000; 
	PADDING-TOP: 1px; 
	BORDER-BOTTOM: #e1e1e1 2px solid; 
	HEIGHT: 20px
}
.mnD {
	
}
*/
/* inicio menu programacao */
.containerExibicaoTeatro {
        padding: 15px;
        margin: 3px 0 20px 0;
        border: 0px solid #ccc;
        background: #fff;
		vertical-align: middle;
		width: 650px;
		
}

/* rounded */

#navExibicaoTeatro {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navExibicaoTeatro li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navExibicaoTeatro a:link, #navExibicaoTeatro a:visited {
        float: left;
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        /*color: #708491;*/
        color: #025b96; 
        
}

#navExibicaoTeatro a:link.active, #navExibicaoTeatro a:visited.active, #navExibicaoTeatro a:hover {
        color: #62A580;
        background: url(imagens/rounded.gif) no-repeat bottom center;
}

/* fim menu programacao */