

.glossymenu{
	margin: 0px 0;
	padding: 0;
	width: 100%; /*width of menu*/
	border-bottom-width: 0;
	
}

.glossymenu a.menuitem{
	
  	position: absolute;
	background: #f5efe1;
	font: 16px 'graviola_softmedium';
	color: #4b422b;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 10px 0;
	padding-left: 40px;
	text-decoration: none;
	border-bottom:3px #ffffff solid;
	text-align:left;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #4b422b;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 10px;
	right: 15px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background:#fff8e5;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #ffffff;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid white;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: 13px 'graviola_softmedium';
	color: black;
	text-decoration: none;
	padding: 10px 0;
	padding-left: 40px;
	text-align:left;
}

.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	color: BLACK;
}

@media only screen and (min-width: 100px) and (max-width: 480px) {
	
	.glossymenu{
	margin: 3px 0 0 0;
	
	
	
}
	
	
	}






