.menu2 {
    font-size: 12pt;
}

.menu2 a {
	text-decoration: none;
}

.menu2 a:link {
	color: #080;
}

.menu2 a:visited {
	color: #790;
}

.menu2 a:active {
	color: red;
}

.menu2 a:hover {
	text-decoration: underline;
}

.menu2 h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

.menu2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu2 div {
    width:127px;
}

.menu_header {
    padding-top:.1em;
}

#nav a {
	font-weight: bold;
	color: green;
}

#nav a {
	text-decoration: none;
}

#nav img {
	padding: 0.2em 30px;
    text-align: center;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
}

.menu2 li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #7d6340;
	border-width: 1px 0;
}

/* this doesn't work.  was trying to vertically menu text . . . */
#outer {height: 1.2em; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */

.flat A:hover {
    text-decoration: underline;
}

.menu2 li#first {
	/*border-left-width: 10px;*/
    width:124px;
}

.menu2 li#last {
	/*border-right-width: 11px;*/
    width:123px;
}

.menu2 li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(/images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
}

.menu2 li>ul {
	top: auto;
	left: auto;
}

.menu2 li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
    white-space: normal;    /* not sure if this helps. nowrap is def bad */
}

.menu2 li:hover ul, li.over ul {
	display: block;
	background-color: transparent;
}


