#menu{
    margin:0px 0px 0px 0px;
    width:889px;
	background:url(../images/bg_topnav.jpg) top left repeat-x;
	height:51px;
	float:left;
}
#menu ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style-type:none;
	padding-top:0px;
}
    
#menu  li{
    margin:0px;
	padding:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style-type:none;
	font-size:13px;
	width:126px;
	float:left;
	height:51px;
	position: relative;
	text-align:center;
	border-right:#9E785C solid 1px;
	}

#menu ul li a{
    padding:0px 0px 0px 0px;
   	color:#fff;	
	text-decoration:none;
    display: block;
	line-height:45px;
	
}
#menu ul li a:hover{
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:51px;
 }
#menu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}
#menu ul li ul li{
	display: list-item;
	width:103px; /*width of sub menu levels*/
	height:30px;
	z-index:999;
}
#menu ul li ul li a{
    background:#D45D03;
    line-height:10px;
    display: block;
	width:150px; /*width of sub menu levels*/
	height:30px;
	color: #fdb913;
	text-align:left;
	text-decoration: none;
    border:1px solid #000;     
	padding:8px 0px 0px 4px;
}
  #menu ul li ul li a:hover{
    background:#672C00;
	width:150px; /*width of sub menu levels*/
	height:30px;
   	color:#fdb913;
	font-weight:bold;
	padding:8px 0px 0px 4px;
  }

* html #menu ul li { float: left; height: 0%; }
* html #menu ul li a { height: 0%; }

.menu_flower_gellary a{
   width:126px;
   font-weight:normal;
   font-size:12px;
   color:#fff;
 }
 .menu_flower_gellary a:hover{
   padding:0px 0px 0px 0px;
   width:126px;
   font-weight:normal;
   font-size:12px;
   color:#ffe600;
 }
	
