img{ border: 0px; }

td,div{ font-size: 11px; color: #5b5c5e; font-family: Arial, Helvetica, sans-serif; }


a:link,a:visited {
	color: #1e64a2; 
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #1e64a2; 
	text-decoration: underline;
	font-weight: bold;
}

a.breadcrumbs:link,a.breadcrumbs:visited{color: #63B851; text-decoration: none; font-weight: bold; font-size: 14px;}
a.breadcrumbs:hover{color: #63B851; text-decoration: underline; font-weight: bold; font-size: 14px;}
.currentlocation{color: #1e64a2; font-weight: bold; font-size: 14px;}

a.footerlinks:link,a.footerlinks:visited{color: #ffffff; text-decoration: none; font-weight: bold;}
a.footerlinks:hover{color: #ffffff; text-decoration: underline; font-weight: bold;}

.greencell {
	border: 1px solid #63B851; width: 562px; text-align: left;
}

input.searchtext {
	height: 20px; width: 140px; padding-left: 2px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; 
	margin-bottom: 1px; vertical-align: bottom; border: 1px solid #000000; font-weight: bold;
}


a.titlelinks:Link, a.titlelinks:Visited {
	color:#ffffff; font-weight: bold; font-size: 11px; text-decoration: none;
}
a.titlelinks:hover {
	color: #ffffff; font-weight: bold; font-size: 11px; text-decoration: underline;
}
a.selectedtitlelinks:Link, a.selectedtitlelinks:Visited {
	color: #ffffff; font-weight: bold; font-size: 11px; text-decoration: none;
}
a.selectedtitlelinks:hover {
	color: #ffffff; font-weight: bold; font-size: 11px; text-decoration: underline;
}
.selectedtitle {
	width: 92px; height: 26px; background: #63B851;
}
.title {
	width: 92px; height: 26px;
}

.linkspan {
  font-size: 13px; cursor: pointer; color: #1e64a2; text-decoration: none; font-weight: bold;
}


.menutext { 
	padding-top: 6px; 
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	r: pointer;
}

#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 172px; /* Width of Menu Items */ 
	border: 1px solid #000000; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 170px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0px;
	padding: 0px;
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	font-weight: bold;
	color: #ffffff; 
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #ffffff; 
	background: #f9f9f9; 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #1e64a2; 
	background: #cccccc;
	padding: 2px;
	padding-left: 5px; 

} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #000000; 
	background: #63B851; 
} 

/* Icon Styles */ 
#menu ul a.submenu {padding-left: 4px;} 
#menu ul a.submenu:hover {background:#63B851; padding-left: 4px; height: 27px;}
