

.glossymenu{
	margin: 25px 0;
	padding: 0;
	width: 169px; /*width of menu*/
	border-bottom-width: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.glossymenu a.menuitem{
	font: 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #352b3d;
	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;
	background-color: #FFFFFF;
	border-bottom-width: 1px; /*changes*/
	border-bottom-style: solid;
	border-bottom-color: #CCEEFF;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #352b3d;
}

.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: none;
	text-decoration: underline;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}


.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; /*changes*/
	border-bottom-style: solid;
	border-bottom-color: #CCEEFF;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 18px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
	color: #352b3d;
	text-decoration: underline;
}

.glossymenu div.submenu ul li a.current{
	background-color: #33FF66;
}

.glossymenu a.menultem{
	font: 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #352b3d;
	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;
	background-color: #FFFFFF;
	border-bottom-width: 1px; /*changes*/
	border-bottom-style: solid;
	border-bottom-color: #CCEEFF;
}


.glossymenu a.menultem:visited, .glossymenu .menuitem:active{
color: #352b3d;
}

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

.glossymenu a.menultem:hover{
	background-image: none;
	text-decoration: none;;
}