.glossymenu{
margin: 5px 0;
padding: 0;
width: 190px; /*width of menu*/
border: 1px solid #e5e5e5;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: black url(../Images/glossyback.gif) repeat-x bottom left;
	color: #FFFFFF;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}


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

.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.gif);
}

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

.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: #CCCCCC;
}
#cse-search-results{
	background-color:#F8F8F8;
	
}
.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}

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

