.jquerycssmenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*margin-left: 49px;*/
    height: 51px;
}
/*Top level list items*/
.jquerycssmenu ul li{
    position: relative;
    display: inline;
    float: left;
    text-align: center;
}
/*Top level menu link items style*/
.jquerycssmenu ul li .tm, .jquerycssmenu ul li .tm_act,
.jquerycssmenu ul li .tm_left, .jquerycssmenu ul li .tm_left_act,
.jquerycssmenu ul li .tm_right, .jquerycssmenu ul li .tm_right_act{
    position: relative;
    display: block;
	margin: 0px;
    text-align: center;
    height: 51px;
    cursor: pointer;
    /*width: 10px;*/ /*for ie6*/
    white-space: nowrap;
}
.jquerycssmenu ul li .tm_act{
    padding-left: 20px;
    padding-right: 20px;
}
.jquerycssmenu ul li.tm_line{
    background: url(../images/tm_line.gif) no-repeat top left;
    width: 1px;
    height: 51px;
}
.jquerycssmenu ul li .tm{
    background: url(../images/tm_pas1.gif) repeat-x top left;
    padding-left: 20px;
    padding-right: 20px;
}
.jquerycssmenu ul li .tm:hover, .jquerycssmenu ul li .tm_act{
    background: url(../images/tm_act1.gif) repeat-x top left;
    color: #fff;
}
.jquerycssmenu ul li .tm_left{
    background: url(../images/tm_left_pas_.gif) no-repeat top left;
    padding-left: 33px;
    padding-top: 0px;
}
.jquerycssmenu ul li .tm_left span{
    background: url(../images/tm_pas1.gif) repeat-x top right;
    padding-right: 20px;
    height: 43px;
    display: block;
    padding-top: 8px;
}
.jquerycssmenu ul li .tm_left:hover, .jquerycssmenu ul li .tm_left_act{
    background: url(../images/tm_left_act_.gif) no-repeat top left;
    color: #fff;
    padding-left: 33px;
    padding-top: 0px;
}
.jquerycssmenu ul li .tm_left:hover span, .jquerycssmenu ul li .tm_left_act span{
    background: url(../images/tm_act1.gif) repeat-x top right;
    padding-right: 20px;
    height: 43px;
    display: block;
    padding-top: 8px
}

.jquerycssmenu ul li .tm_right{
   background: url(../images/tm_pas1.gif) no-repeat top left;
    padding-left: 20px;
    padding-top: 0px;
}
.jquerycssmenu ul li .tm_right span{
     background: url(../images/tm_right_pas_.gif) no-repeat top right;
    height: 43px;
    padding-right: 33px;
    display: block;
    padding-top: 8px;
}
.jquerycssmenu ul li .tm_right:hover, .jquerycssmenu ul li .tm_right_act{
    background: url(../images/tm_act1.gif) no-repeat top left;
    color: #fff;
    padding-left: 20px;
    padding-top: 0px;
}
.jquerycssmenu ul li .tm_right:hover span, .jquerycssmenu ul li .tm_right_act span{
    background: url(../images/tm_right_act_.gif) no-repeat top right;
    height: 43px;
    padding-right:33px;
    display: block;
    padding-top: 8px;
}
/*.jquerycssmenu ul li .tm_left:hover, .jquerycssmenu ul li .tm_left_act{
    background-image: url(../images/top_menu_act_left.gif);
    background-position: top right;
    background-repeat: no-repeat;
    color: #fff;
}*/
/*.jquerycssmenu ul li .tm_right:hover, .jquerycssmenu ul li .tm_right_act{
    background-image: url(../images/top_menu_act_right.gif);
    background-position: top left;
    background-repeat: no-repeat;
    color: #fff;
}*/

/*1st sub level menu*/
.jquerycssmenu ul li ul{
    position: absolute;
    display: block;
    visibility: hidden;
    width: 145px;
    margin-left: 0px;
    border-top: 1px solid #A9A9A9;
    margin-top: -26px;
    z-index: 100;
}
.jquerycssmenu ul li.left ul{
    margin-top: -18px;
    margin-left: 12px;
}
.jquerycssmenu ul li.right ul{
    margin-top: -18px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
    display: list-item;
    float: none;
    background-image: none;
}
/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
    color: #fff;
    display: block;
    width: 125px;
    /*height: 20px;*/
    line-height: 1;
    border-bottom: 1px solid #767676;
    font-weight: normal;
    background-color: #939393;
    text-align: left;
    padding-left: 20px;
    font-size: 11px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
    color: #fff;
    text-decoration: none;
    background-color: #3397E9;
}
.jquerycssmenu ul li ul li a.podmenu_bot{
    color: #fff;
    display: block;
    width: 125px;
    height: 20px;
    line-height: 1;
    font-weight: normal;
    background-image: url(../images/podmenu_bot_pas.gif);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border-bottom: 0px;
    text-align: left;
    padding-left: 20px;
}
.jquerycssmenu ul li ul li a.podmenu_bot:hover{
    color: #fff;
    background-image: url(../images/podmenu_bot_act.gif);
    background-color: transparent;
    border-bottom: 0px;
}

.click{
	color: #fff;
    /*background-image: url(../images/top_menu_act.gif);
    background-position: top left;
    background-repeat: repeat-x;*/
}
.click ul{
	display: block;
    color: #fff;
}


.jquerycssmenu ul li ul li ul{
    position: absolute;
    display: block;
    visibility: hidden;
    width: 145px;
    margin-top: -1px;
   /* margin-left: 32px;   */
    border-top: 1px solid #A9A9A9;
}
