				.glossymenu2{
				padding: 0;
				width: 161.5px; /*width of menu*/
				border-bottom-width: 0;
				}
				
				.glossymenu2 a.menuitem{
				background-color:#FFFFFF;
				font: bold 12px "Verdana", Trebuchet MS, Lucida Grande, Helvetica, sans-serif;
				color: #F26522;
				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;
				}
				
				.glossymenu2 a.menuitem:visited, .glossymenu2 .menuitem:active{
				color: #F26522;
				}
				
				.glossymenu2 a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
				position: static;
				top: 5px;
				right: 5px;
				border: none;
				}
				
				.glossymenu2 div.submenu{ /*DIV that contains each sub menu*/
				background: white;
				}
				
				.glossymenu2 div.submenu ul{ /*UL of each sub menu*/
				list-style-type: none;
				margin: 0;
				padding: 0;
				}
				
				.glossymenu2 div.submenu ul li a{
				display: block;
				font: normal 12px "Verdana", Trebuchet MS, Lucida Grande, Helvetica, sans-serif;
				color: black;
				text-decoration: none;
				padding: 2px 0;
				padding-left: 10px;
				}
				
				.glossymenu2 div.submenu ul li a:hover{
				background: #fff;
				colorz: white;
				}