.glossymenu{
margin: 0px 0;
padding: 0;
width: 168px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: url(../images/btn1.jpg) repeat-x center left;
font: normal 12px Arial;
color: #ffffff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 16px;
text-decoration: none;
height: 14px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
font: normal 12px Arial;
color: #ffffff;
}


.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/btn2.jpg);
color: #ffffff;
font: normal 12px Arial;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
list-style-image: url(../images/blank.gif);
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
background-image: url(../images/btn3.jpg);
height: 21px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px Tahoma;
color: #666666;
text-decoration: none;
/*padding: 2px 0;*/
padding: 4px 0;
padding-left: 17px;
}

.glossymenu div.submenu ul li a:hover{
background-image: url(../images/btn4.jpg);
height: 12px;
font: normal 11px Tahoma;
}

.glossymenu div.submenu ul li a.resalta{
background-image: url(../images/btn4.jpg);
height: 12px;
color: #F4B3D0;

}

.glossymenu div.submenu ul li a.nivel4{
background-image: url(../images/btn6.jpg);
color: #8c8b8b;

}

.glossymenu div.submenu ul li a.nivel4:hover{
background: #DCE0DA;
color: #8c8b8b;
background-image: url(../images/btn7.jpg);

}

.glossymenu a.menuitem_activo {
background: url(../images/btn5.jpg) repeat-x center left;
font: normal 12px Arial;
color: #ffffff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 16px;
text-decoration: none;
height: 14px;
}

.glossymenu a.menuitem_activo:hover, .glossymenu a.menuitem_activo:visited {
background: url(../images/btn5.jpg) repeat-x center left;
font: normal 12px Arial;
color: #ffffff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 16px;
text-decoration: none;
height: 14px;
}