.mainDiv
{
 font-family: Tahoma, sans-serif;

}
.topItem
{
  cursor:pointer;
  text-decoration: none;
 font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: White;
	background:#515151;	
}
.topItem1
{
  cursor:pointer;
  font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5B5B5B;
	text-decoration: none;
   background: #FFA500;
	padding-left: 5px;
}

.topItem2
{
  cursor:pointer;
  font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF66;
	text-decoration: none;
  	padding-left: 5px;
}



.dropMenu
{
	background: #515151;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	margin-top: 5px;
	height: auto;
}

.subMenu
{
	display: none;
}
.subItem
{
 font-family: Tahoma, sans-serif;
	padding-left: 5px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: White;
}

.subItem a
{
 font-family: Tahoma, sans-serif;
	text-decoration: none;
	color: White;
}

.subItemOver
{
 font-family: Tahoma, sans-serif;
	cursor: pointer;
	color: #E37821;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
.subItemOver  a
{
	color: #E37821;
}
.drop
{
   border-left:1px solid black;
   border-right:1px solid black;		
}
.texto_bco{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: White;
	vertical-align: text-top;
}
.texto_bco a:link {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: White;
}
.texto_bco a:visited {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: White;
}
.texto_bco a:active {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: White;
}
#container	{
	position:relative;
	width: 642px;
	height: 20px;
	z-index:1;
	left: 160px;
	top: -2px;
}
#Layer1 {
position:absolute; 
visibility:visible; 
left:0; 
top:-2; 
z-index:1;
}