body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.SubTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0mm;
	}
a:visited {
	color: #07a;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #749D20;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
a:active {
	color: #07a;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	color: #07a;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.PageTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.RecipeTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CD272C;
	letter-spacing: 0mm;
}
.SubHighlight {
	color: #698927;
	font-weight: bold;
}

A.blue:link {
	color: #07a;
	font-weight: normal;
	font-family: Arial;
	font-size: 12spx;
	text-decoration: none;
}
A.blue:visited {
	color: #07a;
	font-weight: normal;
	font-family: Arials;
	font-size: 12px;
	text-decoration: none;
}
A.blue:hover {
	color: #749D20;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}
A.blue:active {
	color: #07a;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

A.menusub:link {
	color: #07a;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
A.menusub:visited {
	color: #07a;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
A.menusub:hover {
	color: #749D20;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}
A.menusub:active {
	color: #07a;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}

A.mainLinks:link {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}
A.mainLinks:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}
A.mainLinks:hover {
	color: #84A533;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}
A.mainLinks:active {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: underline;
}

A.sublinks:link {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
A.sublinks:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
A.sublinks:hover {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}
A.sublinks:active {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}


input.send-btn {
	background: #666666 url(../site_images/search_btn.gif) no-repeat;
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	width: 65px;
	text-transform: none;
	height: 25px;
	font-variant: normal;
	letter-spacing: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.red2 {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border:1px solid #999999;
	height: 20px;
	cursor: pointer;
	font-weight: normal;

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 169px;
	background-color: D9DCBA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABB368;
	font-family: Tahoma;
	font-size: 11px;
}
	
.suckerdiv ul li{
	position: relative;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #D9DCBA;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 169px; /*sub menu width*/
	top: 0px;
	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto;
	text-decoration: none;
	padding: 5px 10px;
	font-family: Tahoma;
	font-size: 11px;
	background-color: D9DCBA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ABB368;
	border-right-color: #ABB368;
	border-bottom-color: #ABB368;
	border-left-color: #ABB368;
	color: #3E3E00;
}

.suckerdiv ul li a:visited{
	color: #3E3E00;
}

.suckerdiv ul li a:hover{
color: #FFFFFF;
background-color: #669933;
}

.suckerdiv .subfolderstyle{
	background-image: url(../site_images/nav_plus.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
