/* CSS Document */

/* Dynamic Menu */


.glossymenu{
margin: 5px 0;
padding: 0;
width: 140px; /*width of menu*/

}

.glossymenu a.menuitem{
			/*background: black url(glossyback.gif) repeat-x bottom left;*/
			color: white;
			display: block;
			position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
			width: auto;
			text-decoration: none;*/
			cursor: pointer;
			margin: 2px 0;
			padding: 0px 10px;
			height: 1.6em;
			line-height: 1.6em;
			background: #B5D430;
}


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

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 2px;
right: 2px;
bottom: 2px;
border: none;
}

.glossymenu a.menuitem:hover{
	background-color:#D3F549;
	color: #333333;
}

.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;
width:100%;
}

.glossymenu div.submenu ul li{
/*border-bottom: 1px solid blue;*/
			
			color: white;
			display: block;
			position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
			width: auto;
			text-decoration: none;
			cursor: pointer;
			padding: 0px 0.6em 0px 1.2em;
			/*height: 1.5em;*/
			line-height: 1.2em;
			background-color:#D3F549;
			font-size:0.9em;
			text-indent: -15px;
			/*background:transparent;*/
			/*
			filter:alpha(opacity=60);
			-moz-opacity:.60;
			opacity:.60;
			*/
}

.glossymenu div.submenu ul li a{
display: block;
/*
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
*/
			padding: 2px 0;
			padding-left: 15px;

			color: #000;
			text-decoration: none;
			display: block;
			border: none;
			height: 100%;
}

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