.glossymenu{
	width: 100%;
	border-bottom-width: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: bold;
	background-color: #c0a062;
}

.glossymenu a.menuitem{
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 25px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: black;
}

.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: #FFFFFF;
	background-color: #000000;
}

.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: solid;
	border-bottom-color: #947b4c;
	background-color: #ebc478;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #5a4b2e;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 25px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.glossymenu div.submenu ul li a:hover{
	color: black;
	background-color: #bb9c5f;
	color: #5a4b2e;
}
.glossymenuint{
	width: 100%;
	border-bottom-width: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-bottom-color: #9A9A9A;
	border-left-color: #9A9A9A;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: bold;
}

.glossymenuint a.menuitem{
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 25px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	border-bottom-color: #0062B3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background: #00469E;
}


.glossymenuint a.menuitem:visited, .glossymenu .menuitem:active{
color: black;
}

.glossymenuint a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenuint a.menuitem:hover{
	color: black;
	background-color: #000000;
}

.glossymenuint div.submenu{ /*DIV that contains each sub menu*/
}

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

.glossymenuint div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88BCDB;
	background-color: #FF0000;
}

.glossymenuint div.submenu ul li a{
	display: block;
	color: #16429B;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 25px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.glossymenuint div.submenu ul li a:hover{
	color: black;
	background-color: #FF00FF;
	color: #16429B;
}
