/* CSS Document */
.glossymenu{
/*margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
/*border: 1px solid #9A9A9A;
border-bottom-width: 0;*/
	background-image:url(../imgs/fondo_menu.jpg);
	background-position:right top;
	background-repeat: repeat-y;
	width:170px;
	font-size:11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.glossymenu a.menuitem{
background: url(../imgs/fondo_menu.jpg) repeat-y top right;
font-size:11px;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-indent: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:active{
	background-image:url(../imgs/fondo_item.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	color: #FCDB05;
	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{
	background-image:url(../imgs/fondo_item.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	color: #FCDB05;
	text-decoration:none;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	width:170px;
	background: #F1EDCE;
}

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

.glossymenu div.submenu ul li{
	width:170px;
	font-size:11px;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 15px;
	color: #7A1C3D;
}

.glossymenu div.submenu ul li a{
	width:170px;
	font-size:11px;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	color: #7A1C3D;
}

.glossymenu div.submenu ul li a:hover{
	width:170px;
	background-image: url(../imgs/vineta2.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	color: #968A6D;
	text-decoration:none;
}
