/* Accordion css menu*/

.glossymenu{
	margin: 155px 0;
	padding: 0;
	width: 200px;
	font-weight: normal;
	background-color: #bba389;
	border-top: 0px none #009de0;
	border-right: 0px none #009de0;
	border-bottom: 0 none #009de0;
	border-left: 0px none #009de0;
}

.glossymenu a.menuitem{
	color: #ffffff;
	display: block;
	position: relative;
	width: auto;
	padding: 4px 0 4px 5px;
	text-decoration: underline;
	font-weight: normal;
	background-color: bba389;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	text-decoration: underline;
	background-color: bba389;
}

.glossymenu a.menuitem .statusicon{
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	font-weight: normal;
	text-decoration: underline;
	background-color: #bba389;
}

.glossymenu a.menuitem:hover{
	color: #ffffff;
	background-image: none;
	font-weight: normal;
	text-decoration: underline;
	background-color: #bba389;
}

.glossymenu div.submenu{
	font-weight: bold;
	color: #ffffff;
	background-color: #bba389;
}

.glossymenu div.submenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: underline;
	background-color: bba389;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid blue;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	background-color: bba389;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #ffffff;
	text-decoration: underline;
	padding: 2px 0;
	padding-left: 10px;
	background-color: bba389;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
	background: bba389;
	color: #ffffff;
	colorz: white;
	text-decoration: underline;
}

