﻿.glossymenu {
	margin: 0;
	padding: 8px 0 0 0;
	width: 230px; /*width of menu*/
	}

.glossymenu a.menuitem {
	background-image: url("../assets/btn-services.gif");
	background-repeat: no-repeat;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #333;
	display: block;
	height: 62px;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-top: 14px;
	padding-left: 17px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	}

.glossymenu a.menuitem:visited {
	color: #333;
	text-decoration: none;
	}

.glossymenu .menuitem:active {
	background-image: url("../assets/btn-services.gif");
	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
	}

.glossymenu .menuitem:focus {
	background-image: url("../assets/btn-services.gif");
	background-repeat: no-repeat;
	border: 0;
	color: #333;
	text-decoration: none;
	}

.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 8px;
	left: 8px;
	border: none;
	text-decoration: none;
	}

.glossymenu a.menuitem:hover {
	background-image: url("../assets/btn-services.gif");
	background-repeat: no-repeat;
	border: none;
	color: #731a33;
	display: block;
	height: 62px;
	padding-top: 14px;
	padding-left: 17px;
	text-decoration: none;
	}

.glossymenu div.submenu { /*DIV that contains each sub menu*/
	}

.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0px 0 20px 0;
	padding: 0;
	}

.glossymenu div.submenu ul li {

	display: block;
	font: normal 11px/26px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	height: 26px;
	letter-spacing: 1px;
	margin-left: 0px;
	padding-left: 17px;
	text-decoration: none;
	}

.type {
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

.glossymenu div.submenu ul li a {
	color: #333;
	display: block;
	font: normal 11px/24px  "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	height: 24px;
	letter-spacing: 1px;
	text-decoration: none;
	text-indent: 11px;
	}

.glossymenu div.submenu ul li a:hover {
	background-image: url("../assets/arrow-services.gif");
	background-position: left; 
	background-repeat: no-repeat;
	border: none;
	color: #23595f;
	font: normal 11px/24px  "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-weight: bold;
	height: 24px;
	letter-spacing: 1px;
	text-decoration: none;
	text-indent: 11px;
	}