

.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 */
	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 .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem_inactive{
	background: black url(../images/glossyback.png) repeat-x bottom left;
}
.glossymenu a.menuitem:hover, .glossymenu a.menuitem_active{
	background: black url(../images/vcms3_menu_active.png) repeat-x bottom left;
}

.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;
	height:19px;
	white-space:nowrap;
	overflow:hidden;
}
.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%;
	height:19px;
	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, .glossymenu div.submenu ul li a.active {
	background: #ea5f2e;
	color: white;
}
