#coolmenu .selectedanchor a:visited{
	color: #FF0000;
}
#coolmenu{
	width: 170px;
	margin: 20px 0 0 10px;
	float: left;
	font-weight: bold;
}

#coolmenu a{
	font: 12px;
	margin-top: 4px;
	padding:0 2px 2px 4px;
	display: block;
	width: 100%;
	color: #cbcccc;
	text-decoration: none;
	font-weight: bold;
}

#coolmenu a:hover{
	color: #FF0000;
}


.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	font-size: 13px;
	color: #FF0000;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenuM{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	font: normal 12px Verdana;
	line-height: 12px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: 136px; /* default width for menu */
	direction: rtl;
	margin-left: -60px;
}

.anylinkmenuM ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenuM ul li{
	margin-bottom: 1px;
}

.anylinkmenuM ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkmenuM a:hover{ /*hover background color*/
	color: #FF0000;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 100;
	top: 0;
	visibility: hidden;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: 400px; /* default width for menu */
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
	color: #FF0000;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
	position: absolute;
	width: 350px;
	left: 100px;
	top: 0;
	visibility: hidden;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

.anylinkmenucols li{
	padding-bottom: 3px;
}

.anylinkmenucols .column{
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
}

.anylinkmenucols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
