#menu {
	background: #000;
	color: #fff;
	height: 22px;
	border: 1px solid #000;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}
.hmenu a, .hmenu a:link, .hmenu a:visited {
	color: #fff;
	text-decoration: none;
	padding-left: 16px;
	padding-bottom: 2px;
}
.hmenu a:hover { color: #cf915f; }
.hmenu ul {
	background: #000;
	width: 100%;
	list-style: none;
	list-style-image:none;
	margin: 0;
	padding: 0;
}
.hmenu ul li {
	float: left;
	position: relative;
	background: url(../images/paw_white.gif) left 2px no-repeat;
	margin-right: 10px;
}
.hmenu ul li a {
	display: block;
}
.hmenu ul ul
{
	position: absolute;
	z-index: 500;
}
.hmenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
div.hmenu ul ul,
div.hmenu ul li:hover ul ul,
div.hmenu ul ul li:hover ul ul
{ display: none; }
.hmenu ul ul li {
	width: 145px;
	background: #000 url(../images/paw_white.gif) no-repeat 2px 2px;
}
.hmenu ul ul li:hover {
	background: #000 url(../images/paw_orange.gif) 2px 2px no-repeat;
}

div.hmenu ul li:hover ul,
div.hmenu ul ul li:hover ul,
div.hmenu ul ul ul li:hover ul
{ display: block; }
.hmenu ul li:hover {
	background: url(../images/paw_orange.gif) left 2px no-repeat;
	color: #cf915f;
}
.hmenu ul li.active {
	background: url(../images/paw_orange.gif) left 2px no-repeat;
	color: #cf915f;
}
.hmenu ul li.active a:link { color: #cf915f; }
.hmenu ul li.active a:visited { color: #cf915f; }
.hmenu ul li.active li a:link { color: #fff; }
.hmenu ul li.active li a:visited { color: #fff; }
.hmenu ul li.active li a:hover { color: #cf915f; }


/* Vertical Menus */
.vmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vmenu li { position: relative; }
.vmenu ul ul ul {
	position: absolute;
	top: 0;
	left: 0;
	left: 100%;
	width: 100%;
}
div.vmenu ul ul ul,
div.vmenu ul ul li:hover ul ul
{ display: none; }

div.vmenu ul ul li:hover ul,
div.vmenu ul ul ul li:hover ul
{ display: block; }
