/*simula una select */

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border-left-width: 0;
background: url(../gr/select.gif) #fff no-repeat;
width: 130px;
height: 22px;
margin-top:10px;
padding-left:5px;
line-height:22px;
}

.headerlinks a{
margin: auto 0px;
font-weight: bold;
color: black;
}

.submenus{
display: none;
/*width: 10em;*/
position: absolute;
left: 0;
background-color: #fff;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #e7e7e7;
color: black;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

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



#select_form li ul {
height: 250px;
width:130px;
overflow:auto;
margin: 0px;
}

#select_form li:hover ul {
display: block; 
position: absolute; z-index: 2;
background: #fff; 
border: 1px solid gray; 
width: 130px; 
padding: 3px; 
font-size: 11px; 
font-weight: normal;
padding-top:0px;
}
#select_form a{
color: #000; 
font-weight: normal;
}

