.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: ;
	font-variant: normal;
	color: #7C0A3B;
	text-decoration: none;
}

.title2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7C0A3B;
	text-decoration: none;
}

.title5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7C0A3B;
	text-decoration: underline;
	vertical-align:bottom;
}

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000; <!--#F557A9-->
	text-decoration: none;
}


.copyright {
font:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}

.order {
font:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
text-decoration:none;
text-align:right;
font-weight:bold;
}


a.menubutton {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	color: #FFFFFF;
	text-decoration:none;
	display: block #7D0A3C;
	border:hidden;
	width:93px;
	height:19px;
	padding-top:1px;
}

a.menubutton:hover {
	font-weight:bold;
	color: #FFFFFF;
	border:1px solid #FFFFFF;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 198px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Geneva, Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: #A3014D;
	width: 93px;
	left: 363px;
	visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-align:center;
border-bottom: 1px solid black; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #7C0A3B;
font-weight: bold;
}
