/* Configuration of menu width */

/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
*/

html body ul#nav ul
,html body ul#nav ul li {
	font-size: 11pt;
}
html body ul#nav ul ul {
margin:0 0 0 200px;
}

/* Theming the menu */

ul#nav {
	float:left;
	width: 100%;
	position: absolute;
	top: 78px;
	left: 0px;
	z-index: 20;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #C99743;
	line-height: 26px;
	font-size: 11pt;
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-color: #E7D0AB;
}

ul#nav ul {
	background-color: #6c5b53;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #8D796D;
	border-bottom-color: #8D796D;
	border-left-color: #8D796D;
	border-top-color: #8D796D;
}

ul#nav li a {
	text-decoration:none;
	color:#463730;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/separator-menu.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
ul#nav  li a.nohand{
	cursor:default;
}


ul#nav li a:hover
,ul#nav li a:focus {
	color:#FFF;
	background-color: #614D43;
	height: 26px;
}

ul#nav ul li a {
	font-size: 9pt;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #847066;
	color: #e0d1a3;



}

