/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#indentmenuemptyleft {
	background-image: url(../nav/nav_izq.png);
	background-repeat: no-repeat;
	height: 40px;
	float: left;
	width: 30px;
}

.indentmenu{
	overflow: hidden;
	font-family: "Trebuchet ms";
	font-size: 16px;
	height: 40px;
	float: left;
}

.indentmenu ul{
	margin: 0px;
	height: 40px;
	padding-left: 0px;
}

.indentmenu ul li{
	display: inline;
	padding-left: 0px;
}

.indentmenu ul li a{
	background-image: url(../nav/nav_bgn.png);
	background-repeat: repeat-x;
	padding-right: 10px;
	float: left;
	color: #98b300;
	text-decoration: none;
	height: 40px;
	padding-top: 6px;
	padding-left: 11px;
}

.indentmenu ul li a:hover{
	padding-right: 10px;
	color: #98b300;
	height: 40px;
	padding-left: 11px;
	background-image: url(../nav/nav_bgn_hover.png);
	background-repeat: repeat-x;
}

#indentmenuemptyright {
	background-image: url(../nav/nav_dch.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 40px;
	float: left;
}
#menuhandler {
	margin:auto;
	display:inline;
	height: 40px;
}
.indentmenuseparator{
	display: inline;
	padding-left: 0px;
	background-image: url(../nav/nav_sep.png);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	margin-right: -1px;
}

