#nav,
#nav ul			{ list-style: none; margin: 0; padding: 0; text-align: left;}
#nav			{  font-family: Arial, Helvetica, sans-serif; font-size: 0.875em; /* 14px / 16px */ font-weight: bold; height: 2.286em; /* 32px / 14px */ line-height: 1.5em; /* 21px / 14px */ 

padding-left: 160px;
 }
#nav li			{ background:transparent; float: left; height: 2.286em; /* 32px / 14px */ margin: 0 10px; padding: 0; position: relative; }
#nav a			{  color: #000;  display: block; padding: 0.286em 30px 0.5em; /* 4px 30px 7px */ text-decoration: none; }


#nav a.topLevel {
border: 1px solid #a65334;
background-color: #872f20;
background-image: linear-gradient(bottom, rgb(135,47,32) 37%,  rgb(176,95,65) 85%);
background-image: -o-linear-gradient(bottom, rgb(135,47,32) 37%,  rgb(176,95,65) 85%);
background-image: -moz-linear-gradient(bottom, rgb(135,47,32) 37%,  rgb(176,95,65) 85%);
background-image: -webkit-linear-gradient(bottom, rgb(135,47,32) 37%,  rgb(176,95,65) 85%);
background-image: -ms-linear-gradient(bottom, rgb(135,47,32) 37%,  rgb(176,95,65) 85%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.37, rgb(135,47,32)),
	color-stop(0.85, rgb(176,95,65))
);

-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;

    
-moz-box-shadow: 3px 3px 16px 1px #5c1e14;
-webkit-box-shadow: 3px 3px 16px 1px #5c1e14;
box-shadow: 3px 3px 16px 1px #5c1e14;
color: white;
display: block;
float: left;
font-size: 1.1em;
padding: 7px 22px 7px 17px ;


}








#nav a:hover,
#nav a:focus		{ color: #fff; }

#nav ul			{background: white; 

border: 1px solid #ccc;
border-left: 3px solid #882d17; 




-moz-box-shadow: 3px 3px 16px 1px #999;
-webkit-box-shadow: 3px 3px 16px 1px #999;
box-shadow: 3px 3px 16px 1px #999;

left: 0; margin-left: 20px; font-size: 0.9em; /* 12px / 14px */ line-height: 1.5em; /* 18px / 12px */ position: absolute; top: 3.5em; /* 32px / 12px */ width: 180px; }
#nav ul li		{ background: white; float: none; height: auto; width: 150px; border-top: 1px solid white;}
#nav ul li.first	{border-top: none;
    
  margin-top: 1.2em;
}

#nav ul a		{ background: none; padding: 0.1em 0px 0.5em; /* 1px 30px 3px */ width: 150px; }
#nav ul ul		{ background: transparent; font-size: 1em; }
#nav ul ul li	{  background: #9b5039; }
#nav ul ul li a {  color: #000; }

#nav ul a:hover,
#nav ul a:focus		{ /*background: #16314b;*/ color: #882d17}
#nav ul .hover>a	{ /*background: #16314b;*/ }

#nav ul ul		{ left: 180px; top: 0.5em; /* 6px / 12px */


 }

#nav ul,
#nav :hover ul ul,
#nav .hover ul ul	{ margin-left: -9999px; }

#nav li:hover>ul,
#nav li.hover>ul,
#nav a:focus+ul,
#nav ul ul,
#nav .hover a:focus	{ margin-left: 0; }
#nav ul a:focus		{ margin-left: 9999px; }

#nav a.topLevelNoWork {
border: 1px solid   #666;
background-color:   #666;
background-image: linear-gradient(bottom, rgb(204,178,174) 0%,  rgb(177,177,179) 52%);
background-image: -o-linear-gradient(bottom, rgb(204,178,174) 0%, rgb(177,177,179) 52%);
background-image: -moz-linear-gradient(bottom, rgb(204,178,174) 0%, rgb(177,177,179) 52%);
background-image: -webkit-linear-gradient(bottom, rgb(204,178,174) 0%, rgb(177,177,179) 52%);
background-image: -ms-linear-gradient(bottom, rgb(204,178,174) 0%, rgb(177,177,179) 52%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(204,178,174)),
	color-stop(0.52, rgb(177,177,179))
);

-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;

    
-moz-box-shadow: 3px 3px 16px 1px #5c1e14;
-webkit-box-shadow: 3px 3px 16px 1px #5c1e14;
box-shadow: 3px 3px 16px 1px #5c1e14;
color: white;
display: block;
float: left;
font-size: 1.1em;
padding: 7px 22px 7px 17px ;

}