html {
   scrollbar-face-color: #009900;
   scrollbar-shadow-color: #FFFFFF;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-3dlight-color:#53670D;
   scrollbar-darkshadow-color: #53670D;
   scrollbar-track-color: #D4E597;
   scrollbar-arrow-color: #53670D;
   overflow: hidden;
   
}

#nav {
	margin:0;
	cursor: pointer;
	height:25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #009900;
	width: 660px;
}

#nav * {
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	vertical-align:bottom;
	text-indent: 4px;
	margin: 0px 4px 0px 4px;
	height: 25px;
}
#nav ul, #nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	height:25px;
	text-align: center;
	vertical-align: bottom;
}

#activado a {
	color:#666666;
	overflow:hidden;
	background-color: #99FF99;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px 0px 0px 0px;

}

#nav ul li { display:inline; }


ul#tabBar {
	float:left;
}

ul#tabBar li a {
	display:block;
	float:left;
	overflow:hidden;
}

ul#tabBar li a:hover {
	color:#666666;
	overflow:hidden;
	background-color: #99FF99;
	font-weight: bold;
	text-decoration: underline;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009900;
	line-height: 25px;
	zoom:1
	
	}

#subNav ul {
	display:none;
} 
#subNav {
	cursor: pointer;
	height: 25px;
	width: 630;
}

#subNav * {
	height: 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight: bold;
	background-color: #99FF99;
	text-decoration: none;
}

#subNav ul, #subNav ul li  {
	float:left;
	list-style:none;
	margin: 0px 4px 0px 4px;
	left: 0px;
	
}
#subNav ul li a {
	display:block;
	float:left;
}

#subNav li  a:hover {
	color:#999999;
	font-weight: bolder;
	height: 25px;
	text-decoration: underline;
}


