ul.menu li a {
background: #3976a5; /* Old browsers */
background: -moz-linear-gradient(top,  #3976a5 0%, #14435f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3976a5), color-stop(100%,#14435f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3976a5 0%,#14435f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3976a5 0%,#14435f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3976a5 0%,#14435f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3976a5 0%,#14435f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3976a5', endColorstr='#14435f',GradientType=0 ); /* IE6-9 */

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 30px;
    outline: medium none;
    padding: 0 10px;
    text-decoration: none;
    text-transform: capitalize;
    width: 115px;
	margin-right:1px;
}
li.item-136 {margin-right:0p;}
ul.menu li:hover a, ul.menu li.active a {
background: #d90900; /* Old browsers */
background: -moz-linear-gradient(top,  #d90900 0%, #710600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d90900), color-stop(100%,#710600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d90900 0%,#710600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d90900 0%,#710600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d90900 0%,#710600 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d90900 0%,#710600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90900', endColorstr='#710600',GradientType=0 ); /* IE6-9 */
border-radius: 5px;

}
ul.menu ul li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #a3a3a3;
    line-height: normal;
    padding: 7px;
    text-transform: capitalize;
}
ul.menu ul a:hover, ul.menu ul li.active > a {
    color: #fff;
}
ul.dropline > li > ul > li > a {
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    text-transform: capitalize;
}
ul.dropline > li > ul > li.parent > a > span {
    background: url("../images/arrow2.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 15px;
}
.jv-menu {
    min-height: 40px;
    position: relative;
}
ul.menu {
    background: none repeat scroll 0 0 #fff;
    height: 40px;
    margin: 0;
    padding: 0;
    z-index: 1;
}
ul.menu .dd {
    background: url("../images/trans.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: auto;
    position: absolute;
    top: 40px;
    z-index: 1;
}
ul.dropdown > li {
    position: relative;
}
ul.menu li {
    cursor: pointer;
    display: block;
    float: left;
    list-style-type: none;
    margin-right: 1px;
}
ul.menu ul {
    background: none repeat scroll 0 0 #000;
    left: -999em;
    margin: 0;
    padding: 1px;
    position: absolute;
    width: 200px;
    z-index: 1;
}
ul.menu li:hover > ul {
    left: auto;
}
ul.menu ul li {
    background: url("../images/line3.jpg") repeat-x scroll left top #505050;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
ul.menu ul li:first-child {
    background-image: none;
}
ul.menu ul span {
    display: block;
}
ul.menu ul ul {
    margin: -25px 0 0 95%;
}
ul.menu ul li.parent > a > span {
    background: url("../images/arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.jv-menu .dropline {
    height: 70px;
}
ul.dropline {
    position: relative;
}
ul.dropline > li > ul {
    background: url("../images/trans.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    display: block;
    height: 30px;
    width: 100%;
}
ul.dropline > li:hover > ul, ul.dropline > li.active > ul {
    left: 0;
}
ul.dropline > li > ul > li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    float: left;
    position: relative;
    width: auto !important;
}
ul.dropline > li > ul > li > ul {
    margin: 0 !important;
}


