@charset "utf-8";
.glossymenu{
	margin: 25px 0;
	padding: 0;
	width: 573px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0px;
}

.glossymenu a.menuitem{
	font: bold 14px Arial, verdana, Helvetica;
	color: #00529C;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 2px;
	text-decoration: none;
	border-bottom: 1px solid #9A9A9A;
	background-color: #FFFFFF;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	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{
	color: #00529C;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #9A9A9A;
}

.glossymenu div.submenu ul li a{
	font: normal 12px Arial, verdana, Helvetica;
	color: #666666;
	text-decoration: none;
	padding: 0px 0;
	padding-left: 20px;
	line-height: 18px;
}

.glossymenu div.submenu ul li a:hover{
	background: #e6e6e6;
	colorz: white;
	width: 573px;
}
.glossymenu a.submenuitem {
	font: normal 12px Arial, verdana, Helvetica;
	color: #666666;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 573px;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #9A9A9A;
}
.glossymenu a.submenuitem:visited, .glossymenu .menuitem:active {
	color: white;
}
.glossymenu a.submenuitem .statusicon {
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu a.submenuitem:hover {

}

.nosub {
	font: bold 14px Arial, verdana, Helvetica;
	color: #00529C;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	text-decoration: none;
	border-bottom: 1px solid #9A9A9A;
}
#titolomenu {
	font: bold 14px Arial, verdana, Helvetica;
	color: #014b92;
	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;
	border-bottom: 1px solid #9A9A9A;
}


.nosub a:link {
	font: bold 14px Arial, verdana, Helvetica;
	color: #00529C;
	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;
	border-bottom: 1px solid #9A9A9A;
}
.nosub a:visited {
	font: bold 14px Arial, verdana, Helvetica;
	color: #00529C;
	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;
	border-bottom: 1px solid #9A9A9A;
}
.nosub a:hover {
	font: bold 14px Arial, verdana, Helvetica;
	color: #00529C;
	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;
	border-bottom: 1px solid #9A9A9A;
}
.nosub a:active {
	font: bold 14px Arial, verdana, Helvetica;
	color: #00529C;
	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;
	border-bottom: 1px solid #9A9A9A;
}

