/* hack reset (for production, use Yahoo! reset CSS)
*************************/

*
{
	margin: 0;
	padding: 0;
}

/* body
*************************/

body
{

	font: 14px/21px Georgia, serif;
	color: #370707;
	/*background: url(http://www.topocal.com/img/mymenu/mainbg.jpg) left 40px repeat-x;*/
}

/* links
*************************/

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}

/* inline elements
*************************/

strong
{
	font-weight: bold;
}

/* tabs
*************************/

ul.tabs
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
  list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}

ul.tabs a
{
	position: relative;
	display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 166px;
	display: none;
	left: 0;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a
{
	display: block;
}


/* menu-specifc
*************************/

#menu
{
    position: relative;
    margin: 0 auto;
	z-index: 5;
	top: 0;
	left: 0;
	width: 971px;
	height: 44px;
	line-height: 43px;

	background: url(../img/mymenu/final.png) no-repeat right top;

}

#menu ul
{
	margin: 0 0 0 0px;


}

#menu ul li.hasmore
{
	background: url(../img/mymenu/drophighlight.png) no-repeat center 27px;
}

#menu ul li h4
{
	margin: 0;
}

#menu ul li h4 a
{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 0 15px;
}

#menu ul li a
{
  /*color:#45494a;*/
  color:#FFF;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.9em;
  text-decoration:none;
  text-transform:uppercase;
}

#menu ul li a img
{
	vertical-align: middle;
	width: 32px;
 border: 0;
 margin-right: 5px;
}

#menu ul li a:hover
{
}

#menu ul li a span
{
  display: block;
  width:105px;
  /*
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  */
}

#menu ul li a:hover span.uno
{

 text-decoration: underline;
 font-weight: bold;
}


#menu ul li a:hover span.dos
{
 	 text-decoration: underline;
 	font-weight: bold;
}

#menu ul li a:hover span.tres {

	text-decoration: underline;

}

#menu ul.dropdown
{
	padding: 10px;
	background-image: url(../img/mymenu/dropdown.png); /* hack */
	overflow:hidden;

	border-bottom: 1px solid #BCBCBC;
	width: 166px;
}

#menu ul.dropdown li a
{
  text-align:left;
  border-bottom: 1px solid #FAFAFA;
  line-height: 30px;
  overflow: hidden;
  height: 30px;
  font-weight: bold;
}

#menu ul.dropdown li.last a
{
	border-bottom-width: 0;
}

#menu ul.dropdown li a:hover
{
	background: url(../img/mymenu/menuarrow.png) no-repeat left center;
}

#menu ul li h4 a:hover
{
	background-image: none;
}


/* mymenu */

#menu ul li.myhasmore1
{
  width:102px;
  background: url(../img/mymenu/1.png) no-repeat;
}

#menu ul li.myhasmore5
{
  width:105px;
	background: url(../img/mymenu/fondo.png) repeat-x;
}

#menu ul li.myhasmore8{
	width:267px;
	background: url(../img/mymenu/fondo.png) repeat-x;
}

#menu ul li.myhasmore7
{
  width:345px;
  background: url(../img/mymenu/fondo.png) repeat-x;
}

#menu .mylink
{
	/*font-weight:bold;*/
	text-align:center;
}

#menu .mylink:hover
{
	color:white;
}
