

.glossymenu{
	float:left;
	width: 140px; /*width of menu*/
	padding: 0;
	border: 1px solid #333
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	float:left;
	width:127px; /* - 10px cuz padding */
	background: black url(../images/glossyback.png) repeat-x bottom left;
	font: bold 9pt "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align:left;
}
* html .glossymenu a.menuitem{
	\width:137px;
	wi\dth:127px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	float:left;
	color:white;
}

.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(../images/glossyback2.png);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	float:left;
	width:137px;
	background: white;
}

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

.glossymenu div.submenu ul li{
	float:left;
	width:137px;
	border-bottom: 1px solid #333;
	text-align:left;
	color: black;
	padding-top:2px;
	height:17px;
	white-space:nowrap;
	overflow:hidden;
}
* html .glossymenu div.submenu ul li{
	\height:21px;
	hight:17px;
}
.glossymenu div.submenu ul li.half{
	float:left;
	border-bottom: 1px solid #333;
	width:77px;
	text-align:left;
}
.glossymenu div.submenu ul li.half_edit{
	float:left;
	border-bottom: 1px solid #333;
	width:30px;
	text-align:center;
}

.glossymenu div.submenu ul li a{
	float:left;
	width:100%;
	display: block;
	font: normal 8pt "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	white-space:nowrap;
	overflow:hidden;
}

.glossymenu div.submenu ul li a:hover{
	background: #646464;
	color: white;
}
