 /* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  /*width: 500px; /*For KHTML*/
  list-style: none;
  height: 20px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 20px;
}

ul#navmenu-h li li {
  height: 22px;
 }

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 250px;
  list-style: none;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  z-index:1000;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
  z-index:1000;
}

ul#navmenu-h ul li {
  width: 250px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  text-align:left;
}

ul#navmenu-h ul li.subguia {
  width: 340px;
}
/* Root Menu */
ul#navmenu-h a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 10px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  /*background: #EEE;*/
  color: #FFF;
  
  font: bold 10px/20px Arial,Helvetica,sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  /*background: #CCC;*/
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #dbdbdb;
  color: #000000;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #CCC;
  color: #AD1F23;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #dbdbdb;
  color: #000000;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #AD1F23;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 250px;
}

ul#navmenu-h ul ul.subguia {
  left: 340px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

#mainMenu {
	color:#000000;
	height:20px;
	width:915px;
	margin:	0 20px;
}

.minicio {
	background: url(../img/minicio.gif) no-repeat;
	width:64px;
	text-align:center;
}

.mnoticias {
	background: url(../img/mnoticias.gif) no-repeat;
	width:106px;
	text-align:center;
}

.mservicios {
	background: url(../img/mservicios.gif) no-repeat;
	width:114px;
	text-align:center;
}

.mguia {
	background: url(../img/mguia.gif) no-repeat;
	width:158px;
	text-align:center;
}

.marchivos {
	background: url(../img/marchivos.gif) no-repeat;
	width:123px;
	text-align:center;
}

.mnoticias:hover {
	background: url(../img/mnoticias_over.gif) no-repeat;
	width:106px;
	text-align:center;
}

.mservicios:hover {
	background: url(../img/mservicios_over.gif) no-repeat;
	width:114px;
	text-align:center;
}

.mguia:hover {
	background: url(../img/mguia_over.gif) no-repeat;
	width:158px;
	text-align:center;
}

.marchivos:hover {
	background: url(../img/marchivos_over.gif) no-repeat;
	width:123px;
	text-align:center;
}

.mfinal {
	background-color:#8E181B;
	width:349px;
	text-align:right;
	overflow:hidden;
}