/*Go to slidermenu.php for some dynamic CSS*/

div.text2 {
	background-color:transparent;
	background-image:url(bg_dark.png);
	background-position:center center;
	background-repeat:repeat;
	border: 0px solid #7F997E;
	height: 55px;
	margin: 270px 0 0 0;
	padding: 5px 3px 3px 13px;
	width: 280px;
	color: white;
}

div.text2 p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

div.text2 a {
  font-size: 1.1em;
  font-weight: bold;
  padding: 1px;
}

div.text2 a:link,
div.text2 a:visited {
	color: #E0C248; /*#E5A100;*/
	text-decoration: none;
}

div.text2 a:hover,
div.text2 a:active,
div.text2 a:focus {
  color: #cc0000;
  text-decoration: underline;
}
