@charset "utf-8";
/* CSS Document */

.menu {
	
	text-align:center;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#fff;
	text-transform: capitalize;
	
	width:170px;	
}

.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;padding:0; margin:0;}
.menu ul li ul {display: none;padding:0; margin:0;}
a.menu {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #00534b;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	letter-spacing: .08em;
	font-weight:bold;
}	
a:hover.menu {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	letter-spacing: .08em;
	font-weight:bold;
}
.navText 
{
	background-image:	url(../images/button.gif);
	background-repeat:no-repeat;
	height:30px;
	width:120px;
	padding-top:10px;
	text-align:center;
	
	
}
.navText a:link {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.navText a:active {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.navText a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.navText a:visited {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.navText a:hover {
	text-decoration:underline;
	color:#fff;
	font-weight:bold;
	
}
.navText a:visited:hover {	
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
.navText a:visited:hover {
	color:#fff;
	text-decoration: underline;
	font-weight:bold;
}

