h3.leftBoxHeading, h3.rightBoxHeading,.tableheading,.heading {
	background: #188a47;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding:5px;
	color: #fff;
	margin:0 !important;
	font-family: Verdana !important;
}
a:link {
	color:#188a47; /* main site links color */
	text-decoration:none;
}
a:visited {
	color:#188a47;
	text-decoration:none;
}
.glossymenu{
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.ddsmoothmenu ul li a{
background: #188a47; /*background of menu items (default state)*/
color: white;
border-right: 1px solid #778;
color: #2d2b2b;
}
.glossymenu a.category-top.selected{
background: #27a55c;
}
.glossymenu a.category-top:hover{
background: #27a55c;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}
.glossymenu div.submenu ul li a:hover{
background: #27a55c;
color: white;
}
