﻿.glossymenu{
	width: 190px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}

.glossymenu a.menuitem{
	color: #4E7616;
	display: block;
	position: relative;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../images/accordionactive.png);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	font-size: 0.88em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5CB1E3;
	font-style: normal;
	font-variant: normal;
}


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


.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/accordianhover.png);
	width: auto;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-repeat: repeat-x;
	background-color: #F3F9FE;
}
.glossymenu div.submenu h1 {
	font-size: .8em;
	font-weight: bold;
	color: #336600;
}


.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	display: block;
	text-decoration: none;
	padding-left: 10px;
	font-size: 0.8em;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	line-height: 1.5em;
}

.glossymenu div.submenu ul li a{

	color: #4E7616;
	text-decoration: none;

}

.glossymenu div.submenu ul li a:hover{
	
	text-decoration: underline;

}

#accordion_bottom{
	height: 200px;
	font-size: 1px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5CB1E3;
}

#accordion {
	width: 200px;
	margin-bottom: 10px;
	background-image: url(../images/mid.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;
	height: 100%;
}
