/*

.glossymenu
	a.menuitem submenuheader
		div.submenu
			ul
				li.first
				li


171	172
342	343
513	514
684	685
855	856
1026	1027
1197	1198
1368	1369


*/
.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 170px; 
}

.glossymenu .eraser{	clear:both;	width: 170px; border-bottom: 1px solid 676767;}

/*  menu'header a tag  */
.glossymenu a.menuitem{
/*background: white url(/images/menus/menu_36_parent3-0.gif) no-repeat left top;*/
background: white url(/images/menus/menu_all_00_mono.png) no-repeat 0px top;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 5px 5px 25px;
text-decoration: none;
/*border: 2px solid #9A9A9A;*/
}




li.first a.menuitem{
/*background: white url(/images/menus/menu_36_parent2-0.gif) no-repeat left top;*/
/*background: white url(/images/menus/menu_all_00_mono.png) no-repeat 0px top;*/

}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #333;
}

.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:#152F68;
/*background-image: url(/images/menus/menu_36_parent2-1.gif) no-repeat left top;*/
background-image: url(/images/menus/menu_all_00_mono.png) no-repeat -171px top;
}



/* ::sub menus::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.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 blue;*/

}
.glossymenu div.submenu ul li.first a{
	display: block;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 5px 5px 5px 35px;
	background: url(/images/menus/menu_all_00_mono.png) no-repeat -684px top;
}
.glossymenu div.submenu ul li.first a:hover{
	background: url(/images/menus/menu_all_00_mono.png) no-repeat -855px top;
	color: black;
}



.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: 5px 5px 5px 35px;
	/*background: url(/images/menus/menu_36_child2-0.gif) no-repeat left center;*/
	background: url(/images/menus/menu_all_00_mono.png) no-repeat -342px top;
}

.glossymenu div.submenu ul li a:hover{

/*	background: url(/images/menus/menu_36_child2-2.gif) no-repeat left center;*/
	background: url(/images/menus/menu_all_00_mono.png) no-repeat -513px top;
	color: black;
}



.glossymenu li.addimg{
padding-top:1.5em;
background-image: url(/images/menus/titlebar-active.png);
}


