.glossymenu{
	width: 190px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 12px;
	margin-right: 2px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
	text-decoration: none;
	margin-left: 0px;
	float: right;
}

.glossymenu a.menuitem{
	/*background-image: url(../img/topo-menu.gif);*/
	/*background-repeat: repeat-x;*/
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 2px;
	text-decoration: none;
	height: 18px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	font-weight: normal;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.glossymenu a.menuitemx{
	/*background-image: url(../img/topo-menu.gif);*/
	/*background-repeat: repeat-x;*/
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 2px;
	text-decoration: none;
	height: 18px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	/*background-image: url(../img/topo-menu.gif);*/
	background-repeat: repeat-x;
	color: #333333;
	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;
}

.glossymenu a.menuitem:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #a2b0b8; /* ok */
	/*background-image: url(../img/topo-menu2.gif);*/
	background-repeat: repeat-x;
}
.glossymenu a.menuitemx:hover{
	color: #000000;
	text-decoration: none;
	background-color: #f89b14; /* ok */
	/*background-image: url(../img/topo-menu2.gif);*/
	background-repeat: repeat-x;
}


.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	width: 190px;
	border-right-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.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: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #c7d8e2; /*ok*/
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #333333;
	text-decoration: none;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	font-weight: normal;
		padding-left: 22px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	color: #FFFFFF;
	background-color: #a1afb7;
}
