/*1st sub level menu*/
.slidemenu ul li ul{
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.slidemenu ul ul{
    width:205px;
}
#header .slidemenu ul ul a{
    height:auto !important;
}

.slidemenu ul ul li{
    float: none;
    width:199px;
    list-style-type:none;
    float:left;
    clear:both;
    zoom:1;
    background:url(/images/br_block_mid_2.png) repeat-y center top;
    padding:0 4px 0 2px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.slidemenu ul li ul li ul{
    top: 0;
	left:-5000px;
}

#header .brd_top{
    height:2px;
    background:url(/images/br_block_top.png) no-repeat left top;
    padding-bottom:0;
    font-size:0;
}
#header .brd_bottom{
    height:3px;
    background:url(/images/br_block_bot.png) no-repeat right bottom;
    padding-bottom:0;
    font-size:0;
}
/* Sub level menu links style */
#header #header_left .slidemenu ul ul li a,
#header #header_right .slidemenu ul ul li a{
    width: 179px; /*width of sub menus*/
    padding: 5px 15px 5px 5px !important;
    text-align:left;
    margin: 0;
}

.slidemenu ul li ul li a:hover{ /*sub menus hover style*/
    background: #092032;
    color: #fff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
    position: absolute;
    top: 12px;
    right: 7px;
    display:none;
}

.rightarrowclass{
    position: absolute;
    top: 11px;
    right: 10px;
}

.menu2 .rightarrowclass,
.menu3 .rightarrowclass,
.menu4 .rightarrowclass{
    display:none;
}




