.chromestyle{
	background-repeat: repeat-x;
	height: 109px;
	background-image: url(../img/menubg.gif);
	background-position: bottom;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.chromestyle ul li{
	float: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	list-style-type: none;
	margin: 0px;
}

.chromestyle ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99CC00;
	border-left-color: #99CC00;
	height: 40px;
	float: left;
	padding-right: 2em;
	padding-left: 2em;
	padding-top: 20px;
	padding-bottom: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 14px;

}

.chromestyle ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Ico           {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: absolute;
	padding-top: 2.5em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: .5em;

}

.chromestyle ul li a:hover, .chromestyle ul li a:active{
	background-image: url(../img/bgHover.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #527F01;
	border-left-color: #527F01;
	color: #333;
	background-position: bottom;
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(../img/expanded.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0px;
	z-index:100;
	background-color: #99CC00;
	width: 120px;
	visibility: hidden;
	font-family: verdana, arial, helvetica;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	filter:alpha(opacity=86);
	-moz-opacity:0.86;
	opacity: 0.86;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99CC00;
	border-left-color: #99CC00;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
	background-position: bottom;
	background-repeat: repeat-x;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #527F01;
	line-height: 10pt;
	padding: 3px;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #BDFC03;
	background-image: url(../img/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #333333;
}
/* ######### END Style for Drop Down Menu ######### */
/* ######### logo y las graficas del head ######### */
#navigation-1 {
	background-image: url(../img/menuIzq.gif);
	background-repeat: no-repeat;
	height: 109px;
	background-position: right;
}
#navigation-1  .logo{
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-right: 35px;
}

#navigation-1  .Left{
	float: left;
	padding: 0px;
}

#navigation-1  .Right{
	float: right;
	padding: 0px;
	clear: none;
	margin: 0px;
}

