/* CSS Document */
#menuproy 
{
	text-align:center;
	background-color: #76a6e6;
	color: #990000;
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	height:25px;
	font-weight: 100;
	margin-bottom:3px;
	margin-top:0px;

}


#menuproy  a
{
	height:25px;
	padding-top:2px;
	line-height: 7pt;
	background: #276cad url(b1.jpg) repeat-x;
	vertical-align:middle;
	width:99%;
	color: #eeeeee;
	text-decoration: none;
	display:block;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;

}

#menuproy  a:hover
{
	background: #b0c4db url(b2.jpg);
	color: #003366;
}

#menuproy  a:active
{
	background: #b0c4db url(b2.jpg);
	color: #003366;
}

