@charset "iso-8859-1";
/* CSS Document */

* {
	margin-top: 0px;
	padding:0;
}

ul {
	list-style:none;
}
#webmenu {
	height:0px;
	font-size:1.3em;
	text-align:center;
}
#webmenu a {
	font-size:12px;
	color: #FFF;
	text-align: center;
}
#webmenu li ul {
	display:none;
}
#webmenu li ul li {
	float:none;
}
*html #webmenu li ul li {
	display:inline;
}
#webmenu li ul a {/* Lardura menu interno */
	float:none;
	height:23px;
	line-height:23px;
	padding:0 10px;
	text-transform:capitalize;
}
#webmenu .height-auto {
	line-height:15px;
	padding:5px 10px;
}
.bg_menu{
    background-color: #333;
}
.second-menu, .third-menu, .fourth-menu {
	position:absolute;
}
.first-menu li {
	float:left;
	position:relative;
}
.first-menu a {
	float:none;
	display:block;
	height:27px;/* Lardura menu  */
	line-height:27px;/* Lardura  */
	font-size:0.2em;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	/*width: 92px; tamanho menu*/
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	/*background-color: #333;*/
	/*border-top-color: #85C226;
	border-right-color: #74AA22;
	border-bottom-color: #85C226;
	border-left-color: #74AA22;*/
	
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.first-menu a:hover {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	background-color: #A2D15A;
	/*background-color: #A2D15A;*/
	background-color: #222;
}
.second-menu {/* Distancia menu e menu interno  */
	top:26px;
	right:1;
	/*background-color: #63921D;*/
	background-color: #333;
}
*html .second-menu {
	right:-1px;
}
.second-menu a {
	font-size:11px;
	width: 155px;/* tamanho sub menu linha*/
}
.second-menu a.arrow {
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.second-menu a.arrow:hover {
	background:url(image/arrow.gif) no-repeat right -32px;
}
.second-menu a.arrow-02 {
	background:url(image/arrow.gif) no-repeat right -64px;
}
.second-menu a.arrow-02:hover {
	background:url(image/arrow.gif) no-repeat right -110px;
}
.third-menu, .fourth-menu {
	width:143px;
	top:0;

}
.third-menu a {
	font-weight:normal;
	width: 150px;/* tamanho sub sub menu */
	border: 1px solid;
}
#subMgm {
	width:177px;
}
#subMgm .third-menu {

}
#subMgm .fourth-menu {

}
#subMusic, #subNews {
	width:177px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
