.glossymenu{
	margin: 0px;
	padding: 0px;
	width: 239px;
}

.glossymenu a.menuitem{
	color: #FFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 18px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 7px;
	background-image: url(../pics/button-unselected.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.glossymenu a.menuitem:visited{
	color: #FFF;
	background-image: url(../pics/button-unselected.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.glossymenu .menuitem:active{
	color: #000;
	background-image: url(../pics/button-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.glossymenu div.selected a {
	color: #333333;
	background-image: url(../pics/button-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 7px;
	right: 30px;
	border: none;
}

.glossymenu a.menuitem:hover{
	color: #333;
	background-image: url(../pics/button-selected.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

.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: dotted;
	border-bottom-color: #FFF;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 12px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	color: #000;
	background-color: #FFF;
}
.selected {
	color: #FFFFFF;
	background-image: url(../pics/button-active.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
table .borders {
	border: 1px;
	border-color: FFF;
}