 #navcontainer {
	margin-left: 0px;
	margin-right: 0px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li {
	margin: 0 0 1px 0;
}

#navcontainer a
{
	display: block;
	padding: 5px 10px;
	width: 140px;
	color: #FF3300;
	background-color: #333333;
	text-decoration: none;
	font-weight: bold;

}

#navcontainer a:hover
{
color: #000000;
background-color: #FF6600;
text-decoration: none;
}

#navcontainer a.banner_petit{

    color: black !important;
    background-color: black !important;
    display: inline;
    padding: 0;
    text-decoration: none !important;
    border: 0 none;

}
#navcontainer a.banner_petit:hover{

    color: black !important;
    background-color: black !important;
    border: 0px solid;
    display: inline;
    padding: 0;
    text-decoration: none !important;
    border: 0 none;

}

.banner_petit_imatge{
    margin: 6px;
    color: black !important;
    background-color: black !important;
    text-decoration: none !important;
    border: 0 none;
  }



#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 125px;
color: #fff;
background-color: #000000;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #FF6600;
background-color: #000000;
text-decoration: none;
}
.ajuda {
	background-color: #FF6600;
	padding: 3px;
	border: 1px solid #FFFFFF;
	float: right;
	margin-right: 15px;

}

