.menu_sup{
font: bold 12px Arial;
width: 960px;
margin-bottom: 10px;
margin-top: 0px;
border: 1px solid #600;
}

.menu_sup ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
 /*dark purple border*/
border-width: 1px 0;
background: #c33;
}

.menu_sup ul li{
display: inline;
}

.menu_sup ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #600; /*dark purple divider between menu items*/
}

.menu_sup ul li a:visited{
color: white;
}

.menu_sup ul li a:hover, .indentmenu ul li .current{
color: white !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: #c00;
}

#login_peq {
	text-align:center;
	margin-bottom:10px;
}

#site-description2 {
	margin-top:-20px;
	margin-bottom:-20px;
}

#site-description2  h1{
	visibility:hidden;
}
