/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menudiv { margin: 14px 0; }
.menudiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px; /* Width of Menu Items */
}
	
.menudiv ul li{
	position: relative;
	line-height: 10px;
}
	
/*Sub level menu items */
.menudiv ul li ul{
	position: absolute;
	padding-left: 0;
	width: 220px; /*sub menu width*/
	visibility: hidden;
	height: 140px;
}

.dog, 
.cat, 
.horse,
.wild-bird,
.caged-bird,
.wild-life,
.lawn-garden {
	top: 0;
}

/* Sub level menu links style */
.menudiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	line-height: 16px;
	padding: 0;
	margin-left: 3px;
	border-bottom: 0;
	font-family: Arial;
	/*font-weight: bold;*/
	font-size: 11px;
	color: #fff;
	background-color: #085aa5;
	text-decoration: none;
}

.menudiv ul li a:hover{
	background-color: #3075b3;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.menudiv ul li ul li a {
	padding: 0 10px;
	line-height: 20px;
}

	
/* Fix for IE \*/
* html .menudiv ul li { float: left; height: 1%; }
* html .menudiv ul li a { height: 1%; }
/* End */


div.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 2em;
  left: auto;
  width: 8.5em;
  right: 2em;
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: #900;
  border: thin outset #900;
  color: white;
}

div.banner a, div.banner em { display: block; margin: 0 0.5em; }
div.banner a, div.banner em { border-top: 2px groove #900; }
div.banner a:first-child { border-top: none; }
div.banner em { color: #CFC; }

div.banner a:link { text-decoration: none; color: white; }
div.banner a:visited { text-decoration: none; color: #CCC; }
div.banner a:hover { background: black; color: white; }