a.Nav{text-decoration: none}
a.Nav:link{color:#6D3F98}
a.Nav:hover{color:#B53E8A}
a.Nav:active{color:#B53E8A}

a.footer:link{color:#6D3F98}
a.footer:hover{color:#B53E8A}

a.subscribe2:link{color:#B53E8A}
a.subscribe2:hover{color:#33BCAD}

body {
	margin-top: 0px;
	background-image: url(images/BG_tile.gif);
	behavior:url(csshover.htc);
}
.mainHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #6D3F98;
	padding-left: 29px;
	padding-right: 29px;
	line-height: 22px;
	padding-top: 10px;
	text-align: left;
}
.Nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6D3F98;
	font-weight: bold;
	line-height: 16px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	text-indent: -10px;
	padding: 10px;
}

.words {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #4F4B69;
	padding-left: 29px;
	padding-right: 29px;
	text-align: left;
}
.flaMovie {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.timestable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-decoration: none;
	background-color: #0099CC;
}
.timestablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
	text-align: centre;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-decoration: none;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D3F98;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-decoration: none;
	background-color: #FFF200;
}
.subscribe {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #6D3F98;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
.subsTwo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #B53E8A;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
p a {
	color: #000;
	text-decoration:underline!important;

}
a{
	text-decoration:none;
	}
p a:hover{	text-decoration: none!important;
}



ul#nav {
/*background-color: #FFF200;*/
list-style: none;
padding: 0;
margin: 0;
}

ul#nav li, ul#nav li ul li{
/*background-color: #FFF200;*/
float: right;
/* This was left.*/
position: relative;
width: 100px;
}

ul#nav li a {

/*background-color: #FFF200;*/
display: block;
}

li ul {
foreground-color: #FFF200;
list-style-type: none;
display: none;
/* This was relative this stopped the menu from expnanding.*/
position: absolute;
width:100px;
top: 15px;
left: 100px;
margin-left:-1px;
}

li>ul {
top: 15px;
left: 100px;
/* This controls where teh submenu appears.*/
}

li:hover ul, li.over ul {
background-color: #FFF200;
display: block;
}
