.navtext {
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/grad.jpg);
	background-repeat: repeat-x;
}
.navtext a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.navtext a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.navtext a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.navtext a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.maintext {
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	color: #9B0B0E;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: justify;
}
#dmenu {
	display: block;
	margin: 42px;
	list-style-type: none;
}

#dmenu ul {
postion: relative;
list-style-type: none;
}

#dmenu li {
	margin:0 7 0 0;
	padding: 0;
	float: left;
	position: relative;
	list-style-type: none;
}

#dmenu li a {
	display: block;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 4px;
}
head+body #dmenu li a {
height: 15px;
color: #ffffff;
}
#dmenu li a:hover { /*Hover Behavior for List Items*/
colour: #FFFFFF;
text-decoration: underline;
}

body #wrapper #dmenu ul li a {
text-transform: none;
}

#dmenu li li { /*Formats Second Level Borders*/
border-top: 1px solid #FFFFFF;
/*border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;*/
}


#dmenu li ul { /*Dropdown Formatting*/
font-size: x-small;
text-align: left;
margin: 0;
background-color: #9B0B0E;
padding: 0 0 0px;
width: 170px;
display:none;
position: absolute;
}

#dmenu li ul {
width: 170px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 170px;
}

#dmenu ul li a { /*Format of Second Level Links */
display:block;
background-color: #9B0B0E ;
width: 170px;
padding: 0 6px;
}


#dmenu ul li a:hover{ /* Second Level Hover*/
}

#dmenu li:hover ul , #dmenu li.over ul{ /*Display Dropdown*/
display: block;
}
#textnav {
	font-family: Tahoma, Verdana, Arial;
	color: #9B0B0E;
	text-decoration: none;
}
#textnav a:link {
	color: #9B0B0E;
	text-decoration: none;
}
#textnav a:active {
	color: #9B0B0E;
	text-decoration: none;
}
#textnav a:visited {
	color: #9B0B0E;
	text-decoration: none;
}
#textnav a:hover {
	color: #9B0B0E;
	text-decoration: underline;
}

