html, body {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  clear: both;
  font-family: "Arial","Trebuchet MS","Tahoma",sans-serif;
  color: #4a4a4a;  
}

body {
  background-color:#f8f8f8;
  background-image: url(/images/bodybg.png);
  background-position: center top;
  background-repeat: repeat-y;
}

a {
  color: #007ac2;
  font-weight: bold;
  text-decoration: none; 
}

a:hover {
  text-decoration: underline; 
}

a:visited {
  color: #015f96;
}

a.arrowedlink {
  padding-left: 1.2em;
  background: transparent url(/images/arrow-right-link.png) no-repeat 0 center;   
}

p {
	font-size: 0.8em;
	color: #4a4a4a;
	line-height: 1.6em;
	margin: 0;
	text-align:left;
}

h1 {
	font-family: "Trebuchet MS","Arial","Tahoma",sans-serif;
	text-transform: uppercase;
	color: #FF9900;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}

.bordebajo{
	border-bottom: 4px solid #F0F0F0;
}

.textfooter {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #007ac2;
	font-weight: bold;
}

#menu {
	position: relative;
	width: 770px;
	height: 30px;
	padding-top: 2px;
	background: transparent url(/images/menubg-line.png) no-repeat top left;
	margin: 0 auto 0 auto;
	z-index: 100;
	font-family: "Trebuchet MS","Arial","Tahoma",sans-serif;
	background-color: #666666;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
.menu2 {
	font-weight: bold;
	width:700px;
	height:100%;
	position:absolute;
	font-size:12px;
	z-index:100;
}

.menu2 ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:110px;
	height:28px;
	text-align:center;
	color:white;
	border-left: 1px solid #575757;
	border-right: 1px solid #575757;
	background: #666666 url('/images/menubg.png') repeat-x top left;
	line-height:30px;
	font-size:12px;
	overflow: hidden;
	cursor: pointer;
}

.menu2 a.sitemenuitem-submenu {
  background-image: url(/images/menu-arrow-normal.gif) !important;
  background-repeat: no-repeat !important;
  background-position: 125px center !important;
}

.menu2 ul {padding:0; margin:0; list-style: none;}
.menu2 ul li {float:left; position:relative; font-size: 10px; text-align: left;}
.menu2 ul li ul {display: none;}

/* specific to non IE 6 browsers */
.menu2 ul li:hover a {color:#fff; background: url('/images/menubg-hover.png') repeat-x top left; width:110px;} /* active menu element */
.menu2 ul li:hover ul {display:block; position:absolute; top:28px; left:0; width:142px;} /* active submenu of menu element */
.menu2 ul li:hover ul li a.hide {background:#666666; color:#ffcc00; width:142px;} /* this submenu has a (sub)submenu */
.menu2 ul li:hover ul li:hover a.hide {
  color:white; width:142px;
  background-image: url(/images/menu-arrow-hover.gif) !important;
  background-repeat: no-repeat !important;
  background-position: 125px center !important;
  
  } /* submenu when its (sub)submenu is active */
.menu2 ul li:hover ul li ul {display: none;}
.menu2 ul li:hover ul li a {display:block; background:#666666; color:#ffcc00; width:142px;}
.menu2 ul li:hover ul li a:hover {background:#666666; color:white; width:142px;}
.menu2 ul li:hover ul li:hover ul {display:block; position:absolute; left:143px; top:0;}

/* submenu text style */
.menu2 ul li:hover ul, .menu2 ul li:hover ul li a.hide, .menu2 ul li:hover ul li:hover a.hide, .menu2 ul li:hover ul li ul, .menu2 ul li:hover ul li a, .menu2 ul li:hover ul li a:hover, .menu2 ul li:hover ul li:hover ul {
  font-size: 11px;
  text-align: left;
  text-indent: 8px;
  border: 1px solid #606060;
  font-family: "Arial","Tahoma",sans-serif;
  font-size: 1.2em;
}

