/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.CCCCmenu {
	width: 176px; /*width of menu*/
	margin-left: 1px;
	margin-right: 0px;
	}
.CCCCmenu .headerbar {
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans;
	font-weight: bold;
	color: #336600;
/*	background: #95c9e9; */
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; 
	text-indent: 0px;
	padding: 0px 0 0px 0; /*31px is left indentation of header text*/
	}
.CCCCmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	}
.CCCCmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	background-color: #c7d9ba;
	}
.CCCCmenu ul li a {
	font-size: 10pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans;
	font-weight: bold;
	line-height: 14px;
	color: #336600;
	position: relative;
	background: #b0c99a;
	display: block;
	padding: 2px 0;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	text-align: center;
	}
.CCCCmenu ul li a:visited {
	color: #336600;
	}
.CCCCmenu ul li a:hover, .urbangreymenu ul li a.selectedanchor { /*hover state CSS*/
	color: white;
	background: #0ca2ff;
	}
.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: yellow;
	}

/* ######### Default class for drop down menus ######### */
.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1pt dotted #fff;
	border-bottom-width: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans;
	font-size: 9pt;
	font-weight: bold;
	color: #367209;
	line-height: 12px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #b0c99a;
	width: 176px; /* default width for menu */
	}
.anylinkcss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.anylinkcss ul li a {
	width: 100%;
	display: block;
	text-indent: 8px;
	border-bottom: 1pt dotted #fff;
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: #367209;
	font-family: "Trebuchet MS", Arial, Helvetica, sans;
/*	font-variant: small-caps; */
	font-size: 9pt;
	line-height: 12px;
	}
/* HOVER EFFECT FOR SUBMENU */
.anylinkcss a:hover { /*hover background color*/
	background: #367209;
	color: #fff;
	}

/* ######### Alternate multi-column class for drop down menus ######### */
.anylinkcsscols {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: .5pt dotted black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; /* zIndex should be greater than that of shadow's below*/
	background: #DEFFCA;
	}
.anylinkcsscols .column {
	width: 130px;
	float: left;
	}
.anylinkcsscols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.anylinkcsscols li {
	padding-bottom: 3px;
	}