/* NAV
----------------------------------------------- */

.glossymenu{
	margin: 0px 0;
	padding: 0;
	width: 180px;
}


.glossymenu a.menuitem{
	display: block;
	padding-left: 32px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 7px;
	clear: both;
	margin-left: 15px;
	color: #666666;
	background-image: url(../images/bullet-orange.gif);
	background-repeat: no-repeat;
	background-position: 11px 11px;
	height: 17px;
}
.glossymenu    .menuitem:active    {
	color: #666666;
	background-color: #ededed;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/


}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	visibility: visible;
	overflow: visible;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	border-bottom-color: #DFDFDF;
	width: 160px;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #666666;
	text-decoration: none;
	padding-left: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 9px;
	margin: 0px;
}

.glossymenu div.submenu ul li a:hover{
	color: #666666;
	display: block;
	background-repeat: no-repeat;
	background-position: 6px 11px;
	background-image: url(../images/bullet-orange.gif);
}
.glossymenu  a.menuitem:focus {
	background-color: #ededed;
}
.glossymenu a.menuitem:active {
	background-color: #ededed;
}
.submenu-off{
	display: none;
}
.glossymenu div.submenu ul li a:active {
	color: #666666;
	display: block;
}
.glossymenu a.menuitem-green {
	display: block;
	padding-left: 32px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 7px;
	clear: both;
	margin-left: 15px;
	color: #666666;
	background-image: url(../images/bullet-green.gif);
	background-repeat: no-repeat;
	background-position: 11px 11px;
	height: 17px;
}
.glossymenu-green  a.menuitem-green:visited, .glossymenu  .menuitem-green:active {
	color: #666666;
	background-color: #ededed;
}
.glossymenu  a.menuitem:hover, .glossymenu  a.menuitem-green:hover, .glossymenu  a.menuitem-blue:hover , .glossymenu  a.menuitem-yellow:hover{
	background-color: #ededed;
}
.glossymenu a.menuitem-blue {
	display: block;
	padding-left: 32px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 7px;
	clear: both;
	margin-left: 15px;
	color: #666666;
	background-image: url(../images/bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: 11px 11px;
	height: 17px;
}
.glossymenu-blue a.menuitem-blue:visited, .glossymenu .menuitem-blue:active {
	color: #666666;
	background-color: #ededed;
}
.glossymenu a.menuitem-yellow {
	display: block;
	padding-left: 32px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 7px;
	clear: both;
	margin-left: 15px;
	color: #666666;
	background-image: url(../images/bullet-yellow.gif);
	background-repeat: no-repeat;
	background-position: 11px 11px;
	height: 17px;
}
.glossymenu-yellow a.menuitem-yellow:visited, .glossymenu .menuitem-yellow:active {
	color: #666666;
	background-color: #ededed;
}

