﻿#menu 
{
background:#8CC300 url(../img/fondomenu.gif) repeat scroll 50%;	
height:30px;
/*margin-bottom:10px;*/
vertical-align:middle;
}
ul, ol, dl {
list-style-type:none;
}

#menu .elementos {
background:transparent url(../img/fndBtnSoluciones.gif) no-repeat scroll left top;
display:block;
float:left;
height:30px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:121px;
text-align:center;
}

#menu li:hover {
background:transparent url(../img/qs-tabs2.gif) no-repeat scroll left top;
display:block;
float:left;
height:30px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:121px;
text-align:center;
}


#menu .elementoactivo {
background:transparent url(../img/qs-tabs.gif) no-repeat scroll left top;
display:block;
float:left;
height:30px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:121px;
text-align:center;
}

#menu a {
color:#333333;
display:block;
font-size:14px;
font-weight:bold;
height:25px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
text-decoration:none;
}