#dropmn-menu{
	width:1000px;
	background:url(../images/menubg.png) top left repeat-x;}

#dropmn{
	list-style:none;
	font-size:0;
	z-index:999;
	position:relative; 
	display:inline-block;
	zoom:1;
	padding:0;
	*display:inline;
	padding-left:8px;
	
	}

#dropmn li{
	position:relative;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;}
	
#dropmn a{
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;	 
	color:#fff;
	text-shadow:0 1px 0px #270400;
	cursor:pointer;
	padding:0;
	padding-left:23px;
	padding-right:23px;
	background:url(../images/menubg.png) top left repeat-x;
	border-right:1px solid #6E7715;
	line-height:42px;
	
	/*-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; 
	-ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;*/}

#dropmn li:hover>a{background:url(../images/menubg.png) bottom left repeat-x;color:#fff; text-decoration:none;}
#dropmn li a:hover {background:url(../images/menubg.png) bottom left repeat-x;color:#fff;text-decoration:none;  }
#dropmn li a.active{background:url(../images/menubg.png) bottom left repeat-x;color:#fff;text-decoration:none;}

/*Drop Down Option*/
#dropmn ul{
	display:none;
	position:absolute;
	min-width:180px;
	left:0;
	top:100%;
	/*transition:opacity 0.5s ease 0s, top 0.5s ease 0s, left 0.5s ease 0s;*/
	padding:0 0px 0px;}
	
#dropmn ul li{float:none; margin:0px 0 0 0px;}

#dropmn ul a{
	text-align:left;
	padding:0px 8px 0px 8px;
	background-color:#42480B;
	line-height:35px;
	background-image:none;
	border-width:0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif; 
	color:#fff; 
	display:block;
	text-decoration:none;}

#dropmn ul li:hover>a{background-color:#80891D;	background-image:none; color:#fff; text-decoration:none;}
#dropmn ul li a:hover{background-color:#80891D;	background-image:none; color:#fff; text-decoration:none;}
#dropmn ul li a.active{background-color:#80891D; background-image:none; color:#fff; text-decoration:none;}
	
#dropmn ul ul{
	position:absolute;
	left:100%;
	top:0;}

/*Add Sub LINK Arrow*/
#dropmn span{display:block;overflow:visible;background-position:right center; background-repeat:no-repeat; padding-right:0px;}
#dropmn ul span{background-image:url("../images/right.gif"); padding-right:12px;}
/*Add Sub LINK Arrow*/


/*Extra Option to call any link style*/
#dropmn li.topfirst>a{background:#1f2b57; color:#fff; border-radius:2px 0px 0px 2px;}
#dropmn li.toplast>a{background:#F00; color:#fff;}	
/*Extra Option to call any link style*/	



/*Extra Code no Change in below code*/
#dropmn li:hover{z-index:1;}
#dropmn a:active, ul#dropmn a:focus{outline-style:none;}
* html #dropmn li a{display:inline-block;}
#dropmn li:hover>*{display:block;}
#dropmn>li{margin:0;}

/** animation class **/
.ani-1, .ani-1 span,  { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.ani-1 a{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.ani-1 a:hover, .ani-1 a:hover span, .ani-1 a:hover ul li{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

