/* CSS Document */

#menu {
	width: 180px; /* set width of menu */
	height: 10px;
	padding-top: 20px;
	background: #C69C6D;
}

#menu ul { /* remove bullets and list indents */
 list-style: none;
 margin: 0;
 padding: 0;
}

#barkbake { margin-top:5px;}

#dognet { margin-top:5px;}

#emailUs { margin-top:3px;}

#map { margin-top:5px;}

#ddfl { margin-top:5px;}

.second { width:140px;}

.last_second {
	width: 120px;
 	line-height: 10px
}

/* style, color and size links and headings to suit */

#menu a, #menu h2 {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	display: block;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px 3px;
}

#menu h2 { 
	font-size: 24px;
	border-bottom: #C69C6D;
	background-color: #C69C6D;
}

#menu a {
	text-decoration: underline;
	height: 25px;
	background-color: #C69C6D;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #C69C6D;
}

/* positioning popout*/

#menu li {
/* make the list elements a containing block for the nested lists */
	position: relative;
} 

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

.second {
	border: solid;
	background-color: #F3EDE1;
	border-color: #FFFFFF;
	border-width: 1px;
}

.last_second {
	border: solid;
	background-color: #F3EDE1;
	border-color: #FFFFFF;
	border-width: 1px;
	width: 140px;
}

/* Hiding and revealing */

div#menu ul ul ul,

div#menu ul ul li:hover ul ul

{display: none;}

div#menu ul ul li:hover ul,

div#menu ul ul ul li:hover ul

{display: block;}
