a.salsa_csstopmenu{
color: #333;
}

#salsa_csstopmenu, #salsa_csstopmenu ul{
padding:0;
margin:0;
list-style:none;
color: #ffffff;
}
#salsa_csstopmenu li{
float:left;
position:relative;
}

#salsa_csstopmenu a{
text-decoration:none;
color: #333;
}

#salsa_csstopmenu a:hover{
text-decoration:none;
color: #fff;
}

.salsa_mainitems{
position:relative; 
}

.salsa_headerlinks a{
margin: 0px;
margin-right: 20px;
position:relative; 
color: #333333;
line-height: 30px;
height: 30px;
font-weight: bold;
}

.salsa_headerlinks a:hover{
color: #FFF;
}

.salsa_submenus{
z-index: 3000;
position:absolute;
display:none;
width:170px;
background-color: #ffb900;
background-image:url(../images/navbottom.gif);
background-position: bottom;
background-repeat: no-repeat;

}

.salsa_submenus li{
width:100%;

}
.salsa_submenus li a{
display:block;
width:100%;
text-indent:3px;
font-style:normal;
font-weight:normal;
height: 22px;
line-height: 22px;
padding-left: 11px;
font-size: 10px;
}

html>body .salsa_submenus li a{
 /* non IE browsers */
width: auto;
color: #ffffff;
}

#salsa_csstopmenu li>ul {
	/* non IE browsers */
	z-index: 2000;
	top: 30px;
	left:-13px;
	color: #ffffff;
}

#salsa_csstopmenu li:hover ul, li.over ul {
display:block;
}

html>body #salsa_clearmenu{
/* non IE browsers */
height: 3px;
}

