#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #F7D234;
	color: #0087C0;
	float: right;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/paz_menu.jpg);
	background-repeat: repeat-x;
	height: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 0.9em;	
	/*
	border-bottom: 1px #000000 solid;
	border-left: 1px #CC9900 solid;
	border-top: 1px #CC9900 solid;
	border-right: 1px #000000 solid;
	*/
}

 
#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	/*padding: 0.2em 1em;/*
	/*background-color: #036;*/
	/*width: 100%;*/
    color: #000099;
	text-decoration: none;
	float: left;
	font-weight: bold;/*border-right: 1px solid #fff;*/
	padding: 8px 12px 6px 10px;
	background: url(images/divider4.gif) center right no-repeat; /*Theme Change here*/	
}

#navcontainer ul li a:hover
{
/*background-color: #369;*/
color: #3D88C5;
}



#navcontainer #currentpage
{
/*background-color: #036;;*/
color: #990000;

}

#navcontainer #currentpage a
{
/*background-color: #036;;*/
color:  #990000;

}
