.home .jqueryslidemenu{
margin-bottom:70px;
}
.jqueryslidemenu{
height: auto;
min-height: 50px;
z-index:999;
margin-bottom:50px;
margin-top:25px;
background: -moz-linear-gradient(#343434, #1f1f1f); /* FF 3.6+ */  
background: -ms-linear-gradient(#343434, #1f1f1f); /* IE10 */  
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #343434), color-stop(100%, #1f1f1f)); /* Safari 4+, Chrome 2+ */  
background: -webkit-linear-gradient(#343434, #1f1f1f); /* Safari 5.1+, Chrome 10+ */  
background: -o-linear-gradient(#343434, #1f1f1f); /* Opera 11.10 */  
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343434', endColorstr='#1f1f1f'); /* IE6 & IE7 */  
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#343434', endColorstr='#1f1f1f')"; /* IE8+ */  
background: linear-gradient(#343434, #1f1f1f); /* the standard */  
-moz-border-radius: 15px;
border-radius: 15px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.jqueryslidemenu select{
display:none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
z-index:44;	
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
font-size:20px;
/*background: #111111; background of tabs (default state)*/
color: #fff;
padding:25px;
color: #fff;
text-decoration: none;
border-left: 1px solid rgba(0, 0, 0, 0.8);
border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.jqueryslidemenu li:first-child a{
border-left:none;
border-right:none;
}
.jqueryslidemenu li:last-child a{
border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.jqueryslidemenu li:last-child{

border-right: 1px solid rgba(0, 0, 0, 0.8);
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:hover{
color: #fff;

}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul{
background: #303030; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#111111'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#111111)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #303030,  #111111); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #303030,  #111111); /* for opera 3.6+ */ 
}

.jqueryslidemenu ul li ul li a{
font-size:13px;
width:150px; /*width of sub menus*/
padding:10px 10px 10px 25px;
margin: 0;
}

.jqueryslidemenu ul li:hover > a{
	color:#0093dd;
}
.jqueryslidemenu ul li:hover > a.active{
	color:#fff;
}

.jqueryslidemenu ul li ul li a{
border:none;
}
.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #0093dd;
}
.jqueryslidemenu a.active{
color:#fff;
background: -moz-linear-gradient(#0093dd, #016ea4); /* FF 3.6+ */  
background: -ms-linear-gradient(#0093dd, #016ea4); /* IE10 */  
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0093dd), color-stop(100%, #016ea4)); /* Safari 4+, Chrome 2+ */  
background: -webkit-linear-gradient(#0093dd, #016ea4); /* Safari 5.1+, Chrome 10+ */  
background: -o-linear-gradient(#0093dd, #016ea4); /* Opera 11.10 */  
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093dd', endColorstr='#016ea4'); /* IE6 & IE7 */  
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093dd', endColorstr='#016ea4')"; /* IE8+ */  
background: linear-gradient(#0093dd, #016ea4); /* the standard */ 
}
.jqueryslidemenu a.active:hover{
color:#fff;
}

.jqueryslidemenu li:first-child a.active{
color:#fff;
background: -moz-linear-gradient(#0093dd, #016ea4); /* FF 3.6+ */  
background: -ms-linear-gradient(#0093dd, #016ea4); /* IE10 */  
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0093dd), color-stop(100%, #016ea4)); /* Safari 4+, Chrome 2+ */  
background: -webkit-linear-gradient(#0093dd, #016ea4); /* Safari 5.1+, Chrome 10+ */  
background: -o-linear-gradient(#0093dd, #016ea4); /* Opera 11.10 */  
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093dd', endColorstr='#016ea4'); /* IE6 & IE7 */  
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093dd', endColorstr='#016ea4')"; /* IE8+ */  
background: linear-gradient(#0093dd, #016ea4); /* the standard */ 
border-top-left-radius:15px;
border-bottom-left-radius:15px;
}



/* ######### CSS classes applied to down and right arrow images  ######### */
.jqueryslidemenu li ul li a{
border-radius:0px!important;
}

.jqueryslidemenu ul li ul li a.sub_active{
background-color:#343434;
color:#F57627;
}
