/* Link Bar */

.links{
width: 100%;
overflow: hidden;
}

.links ul{
margin: 0;
padding: 0;
font: Arial, Helvetica, sans-serif;
font-size: 18px;
list-style-type: none;
}

.links li{
display: inline;
margin: 0;
}

.links li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
color: black;
width: 400px;
height: 50px;
background-image: url(../images/Links.jpg);
}

.links li a:visited{
color: black;
}

.links li a:hover, .links li.selected a{
background-image: url(../images/LinksOn.jpg);
color: white;
}

/* LINKS CSS
---------------*/

.links1 a {
	color: black;
	text-decoration: none;
}

.links1 a:hover {
	color: black;
	text-decoration: underline;
}

.links1 a:visited {
	color: black;
}

/*-------------------*/

.links2 a {
	color: white;
	text-decoration: none;
}

.links2 a:hover {
	color: white;
	text-decoration: underline;
}

.links2 a:visited {
	color: white;
}


/* FREQUENT EVENTS */

.frequentevents{
width: 100%;
overflow: hidden;
}

.frequentevents ul{
margin: 0;
padding: 0;
font: Arial, Helvetica, sans-serif;
font-size: 18px;
list-style-type: none;
}

.frequentevents li{
display: inline;
margin: 0;
}

.frequentevents li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
color: black;
width: 400px;
height: 50px;
background-image: url(../images/RecurringEvents.jpg);
}

.frequentevents li a:visited{
color: black;
}

.frequentevents li a:hover, .frequentevents li.selected a{
background-image: url(../images/RecurringEventsOn.jpg);
color: white;
}