.glossymenu{
	width: 160px;
	border-bottom-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-weight: bold;
}

.glossymenu a.menuitem{
	color: #1C4276;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5E4E1;
	background-color: #F3F9F9;
}


.glossymenu a.menuitem:visited{
	color: #1C4276;
	text-decoration: none;
}
.glossymenu a.menuitem:active{
	color: #1C4276;
	text-decoration: none;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	color: #1C4276;
}

.glossymenu a.menuitem:hover{
	color: #FFFFFF;
	background-color: #209CC4;
	background-image: url(../img/fundo_menu2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
}

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

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5E4E1;
	background-color: #E1F4FA;
}

.glossymenu div.submenu ul li a, .glossymenu div.submenu ul li a:visited, .glossymenu div.submenu ul li a:active{
	display: block;
	color: #006699;
	text-decoration: none;
	padding-left: 15px;
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	background-color: #209CC4;
	color: #FFFFFF;
	background-image: url(../img/seta_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
