#menu ul ul{
  display: none;
}
#menu ul li.show > ul{
  display: block;
  position: absolute;
}

#menu ul li.show ul li.show > ul{
  margin-left: 220px;
}
#menu ul li span{
	width: 15px;
	height: 35px;
	float: right;	
	background: url(../img/subnav_btn.gif) no-repeat center top;
	margin-top: 10px;
	cursor: pointer;
}
#menu ul ul li span{
	width: 15px;
	height: 35px;
	float: right;	
	background: url(../img/subnav_btn.gif) no-repeat center top;
	margin-top: 0px;
  transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  padding-left: 5px; 
}
ul.topnav {
	list-style: none;
	padding: 0 px;
	margin: 0;
	float: left;
  margin:0px 5px;
  margin-top: 3px;
	height: 41px;
  line-height: 44px;  	
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 0px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
  height: 39px; 
  
  text-align: center;
   
}
ul.topnav li a{
	padding: 0px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	text-align: left;
}
ul.topnav li a:hover{
	
}
/*
ul.topnav li span {
	width: 15px;
	height: 35px;
	float: right;	
	background: url(../img/subnav_btn.gif) no-repeat center top;
	margin-top: 10px;
}*/
ul.topnav li span.subhover { cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
  top: 39px;
	margin: 0; 
  padding: 0;
	display: none;
	float: left;
	width: 220px;	
}
ul.topnav li ul.subnav li{
	margin: 0; 
  padding: 0;
  background: transparent url(../img/menu_sub.png);	
	clear: both;
	width: 220px;
	height: 30px;
	line-height: 30px;
	display: block;
}
html ul.topnav li ul.subnav li a {
  display: block;
}
html ul.topnav li ul.subnav li:hover,
html ul.topnav li:hover { /*--Hover effect for subnav links--*/
	background: transparent url(../img/menu_sub_hover.png) repeat left top ;
}
ul.topnav ul ul{
  #left:-0px;
}
/*
ul.topnav ul 						{  visibility: hidden; position: absolute; top: 100%; left: -0px; background-color: #7F4A17;}
ul.topnav ul li 					{ height:25px;line-height: 25px; font-weight: normal; color: #000;  float: none; z-index:10000;position:relative;padding:0px 0px;margin:0px}
ul.topnav ul li:hover{ background: transparent url(../img/menu_sub_hover.png);}
                                  
ul.topnav ul li a					{ border-right: none; width: 100%; display: inline-block;}

ul.topnav li.last ul{left:-94px}

ul.topnav ul ul 					{ left: 100%; top: 0px;  padding-top:0px;}
/*ul.topnav li:hover > ul 			{ visibility: visible; }*/
/*ul.topnav ul li ul{margin-left: 0px;margin-top: 0px;}
