.glossymenu{
margin: 0px 0;
padding: 0;
width: 197px; /*width of menu*/
height: 24px;
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: #666666;
	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;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
font: normal 12px Arial;
color: #666666;
}


.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: 24px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px arial;
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);
color: #ffffff;
height: 24px;
font: normal 11px arial;
}

.glossymenu div.submenu ul li a.resalta{
background-image: url(../images/btn4.jpg);
height: 24px;
color: #ffffff;

}

.glossymenu div.submenu ul li a.nivel4{
background-image: url(../images/btn6.jpg);
color: #000000;
font: bold 12px Arial;

}

.glossymenu div.submenu ul li a.nivel4:hover{
background: #DCE0DA;
color: #000000;
background-image: url(../images/btn7.jpg);
font: bold 12px Arial;

}


.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: bold 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;
}
