/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/


a:link {
	color: #333333;
	font-size: 14;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-size: 14;
	
}
a:hover {
	text-decoration: none;
	color: #98CA3C;
	font-size: 14;
}
a:active {
	text-decoration: none;
	font-size: 14;
}
a.white:link {
	color: #ffffff;
	font-size: 16;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 16;
	
}
a.white:hover {
	text-decoration: nonee;
	color: #98CA3C;
	font-size: 16;
}
a.white:active {
	text-decoration: none;
	font-size: 16;
}
a.band:link {
	color: #98CA3C;
	font-size: 16;
	text-decoration: none;
	font-weight: bold;
}
a.band:visited {
	text-decoration: none;
	color: #98CA3C;
	font-size: 16;
	font-weight: bold;	
}
a.band:hover {
	color: #999999;
	font-size: 16;
	font-weight: bold;
}
a.band:active {
	text-decoration: none;
	font-size: 16;
	font-weight: bold;
}

*{
	margin:0;
	padding:0;
}
body{
	
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */background:#fff;
	color:#666;
	font:11px/18px Helvetica Neue, Helvetica, Arial, sans-serif;
}
#menu{
	border:solid #58595B;
	border-width:12px 0 0 0;
	text-align: center;
	width: 900px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
#menu ul{
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	margin:0 15px;
}
#menu li a{
	display:block;
	float:center;
	height:50px;
	color:#747474;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:url(images/menu_010_b.jpg) no-repeat left;
	line-height:50px;
	text-decoration:none;
	padding:0 0 0 25px;
}
#menu li a span{
	display:block;
	float:center;
	height:50px;
	color:#747474;
	line-height:50px;
	cursor:pointer;
}
#menu li a:hover{
	display:block;
	float:left;
	background:url(images/menu_010_b_h.jpg) no-repeat left;
	height:50px;
}
#menu li a:hover span{
	display:block;
	float:left;
	background:url(images/menu_010_pointer.jpg) no-repeat 35% top;
	color:##58595B;
	height:50px;
}
#menu li a.current{
	display:block;
	float:left;
	height:50px;
	color:#58595B;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:url(images/menu_010_b_h.jpg) no-repeat left;
	line-height:50px;
	text-decoration:none;
}
#menu li a.current span{
	display:block;
	float:left;
	background:url(images/menu_010_pointer.jpg) no-repeat 35% top;
	height:50px;
	color:##58595B;
	line-height:50px;
}
h1 {
	font-size: 14px;
	color: #98CA3C;
}
h2 {
	font-size: 12px;
	color: #98CA3C;
}
h3 {
	font-size: 16px;
	color: #ffffff;
}
h4 {
	font-size: 18px;
	color: #98CA3C;
}
h5 {
	font-size: 20px;
	color: #98CA3C;
}
h6 {
	font-size: 10px;
	color: #98CA3C;
}

