.indentmenu{
	font: normal 13px Arial;
	width: 944px; /*leave this value as is in most cases*/
	text-align: center;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 944px; /*width of menu*/
	border: 1px solid #CCCCCC; /*dark purple border*/
	border-width: 1px 0;
	background: black url(../imag/botfond1.jpg) center center repeat-x;
	text-align: center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #12375C; /*text color*/
padding: 5px 35px;
text-decoration: none;
border-right: 1px solid #CCCCCC; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #12375C;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #017EDC!important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../imag/botfond2.jpg) center center repeat-x;
}
a.menubajo:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
a.menubajo:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
a.menubajo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #485D80;
}
