@charset "UTF-8";
/* CSS Document */

.glossymenu{
margin: 5px 0;
padding: 0;
width: 193px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
border-bottom-width: 0;
z-index:200;
}

.glossymenu a.menuitem{
	color: #333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	/*padding: 4px 0;*/
	padding-left: 10px;
	text-decoration: none;
	/*background-color: black;*/
	background-image: url(../img/fundo_menu.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:30px;
	line-height:2.5em;
	margin-bottom:3px;
	outline:none;
	z-index:200;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.glossymenu a.menuitem .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}


.glossymenu a.menuitem .closedsubheader{
	background-image: url(../img/fundo_menuh.png);
	outline:none;
	z-index:200;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #333;
background-image: url(../img/fundo_menuh.png);
z-index:200;
}


.glossymenu  .currenteb{
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	/*padding: 4px 0;*/
	padding-left: 10px;
	text-decoration: none;
	color: black;
	background-image: url(../img/fundo_menuh.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:30px;
	line-height:2.5em;
	margin-bottom:3px;
	outline:none;
	z-index:200;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
z-index:200;
}

.glossymenu a.menuitem:hover{
	background-image: url(../img/fundo_menuh.png);
	outline:none;
	z-index:200;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	position:relative;
	background-color:#dce340;
	z-index:200;
	/*background-image: url(../img/fundo_submenu.png);*/
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
z-index:200;
}

.glossymenu div.submenu ul li{
border-bottom: 3px solid white;
z-index:200;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
outline:none;
z-index:200;
}

.glossymenu div.submenu ul li a:hover{
	/*color: white;*/
	outline:none;
	background-color: #fff696;
	background-image: url(../img/hover_submenu.png);
	background-repeat: repeat-x;
	background-position: top;
	z-index:200;
}

.currente{
background-color: #fff696;
	background-image: url(../img/hover_submenu.png);
	background-repeat: repeat-x;
	background-position: top;
color: white;
outline:none;
z-index:200;
}


