/* CSS Document */

.glossymenu{
padding-left: 0px;
width: 194px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
font-weight:bold;
color:#333333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
padding-left: 34px;
text-decoration: none;
}


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

.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-color: #D1C57B;
	color: #ffffff;
}

.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{
	padding:0px;
	margin:0px;
}

.glossymenu div.submenu ul li a{
	display: block;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-left: 34px;
	margin-right:0px;

}

.glossymenu div.submenu ul li a:hover{
	background-color: #D1C57B;
	color: #ffffff;
}
.title{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	font-size:14px;
	padding: 2px;
	margin-bottom:6px;
	display:block;
	width:100%;
	color:#221938;
}
.open{ /*class added to contents of 1st demo when they are open*/
	border: 1px #cccccc solid;
	background:#292155;
	color:#ffffff;
}
.closed{ /*class added to contents of 1st demo when they are open*/
	background: #EFEFEF;
	border: 1px #cccccc solid;
}
.slider {
	padding:0px;
	color:#444444;
}

