.menutext {
	font: 300 normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	cursor: hand;


}
a:hover {
	color: #000000;
	background: #CCCC99;
	width: 100%;
	font: 300 normal 12px Verdana, Arial, Helvetica, sans-serif;
	cursor: hand;




}
a:link {
	font: 300 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font: 300 normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;


}
a:active {
	text-decoration: none;
}
.dotedbox {
	border: thin dotted #999999;
}
.cursorhand {
	font: 300 normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	text-decoration: underline;
	cursor: hand;
}
.dotedborder {
	border: 2px dotted #7B797B;
}
.cursorlinkblueunderline {
	color: #0000FF;
	text-decoration: underline;
	cursor: hand;
}
.dotedborderdown {
	border-bottom: thin dotted #333333;
}
