/*  OVERALL MENU */

.pf-cssmenu-mds-main-menu-tech {
    float: left;
    line-height: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 525px;
}


/* UNORDERED LIST ITEMS (GROUP OF SUB LEVEL) */
.pf-cssmenu-mds-main-menu-tech ul {
    _ position: absolute;
    clear: both;
    display: none;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    border:1px solid #EFEFEF;
    * border-bottom:2px solid #1b436a;
    _ border-bottom:1px solid #1b436a;
z-index: 1000;
}

/* LIST ITEMS OF MENU (ALL MAIN MENU ITEMS WITHOUT SUB NAVIGATION) */

.pf-cssmenu-mds-main-menu-tech li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}


/* MAIN MENU ITEMS */

.pf-cssmenu-mds-main-menu-tech a:link,
.pf-cssmenu-mds-main-menu-tech a:visited {
    _ float: left;
    display: block;
    height: 69px;
line-height:69px;
    color: #262c33;
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
    text-decoration: none;
text-transform:uppercase;
display:table-cell;
vertical-align:middle;
padding-left:20px;
padding-right:20px;
}




/* SUB CAPITON (if applicable) */

.pf-cssmenu-mds-main-menu-tech .menu-sub-caption {
    height:12px;
}


/* ACTIVE MENU ITEMS (not compatible with IE 6) */

.pf-cssmenu-mds-main-menu-tech a.item-on {
    color:#000;
}


/* HOVER OVER MAIN MENU ITEMS */

.pf-cssmenu-mds-main-menu-tech a:hover,
.pf-cssmenu-mds-main-menu-tech a:active {
    color: #5f1d8d;
}

/* SUB LEVEL MENU ITEMS */

.pf-cssmenu-mds-main-menu-tech .lev2 a:link,
.pf-cssmenu-mds-main-menu-tech .lev2 a:visited {
    padding: 3px 10px;
    height:auto;
    line-height: 14px;
font-size:14px;
    * width:130px;  /* IE6 fix - sets width of submenu item to the width of "li.lev1 li" minus any padding applied to these anchors */
}

/* HOVER OVER SUB LEVEL MENU ITEMS */

.pf-cssmenu-mds-main-menu-tech .lev2 a:hover,
.pf-cssmenu-mds-main-menu-tech .lev2 a:active {
    * width:130px;  /* IE6 fix - sets width of submenu item to the width of "li.lev1 li" minus any padding applied to these anchors */
}

/* LIST ITEM HOVER ON UNORDERED LISTS (NOTHING TO EDIT) */

.pf-cssmenu-mds-main-menu-tech li:hover > ul {
    position: absolute;
    display: block;
}


/* HOVER OVER ON MAIN MENU ITEM BLOCKS (a:hover, a:active takes precendence) */

.pf-cssmenu-mds-main-menu-tech li.lev1:hover {
    height: auto;
    /* if you need to use two images for a rollover effect this may help */
}



/*  MENU ITEMS WITH SUBNAV */
.pf-cssmenu-mds-main-menu-tech li.sub-lev1 {
    background:transparent url(/menus-css/images/menu-down-arrow.png) no-repeat;
    background-position: right center;
    * background:none; /* removes arrows from IE due to lack of transparency support bug that hasn't been resolved */
}

.pf-cssmenu-mds-main-menu-tech .lev2 a.sub {
    background:transparent url(/menus-css/images/menu-right-arrow.png) no-repeat;
    background-position: right center;
    * background:none; /* removes arrows from IE due to lack of transparency support bug that hasn't been resolved */
}

.pf-cssmenu-mds-main-menu-tech li.lev1 {
    float: left;
    display: block;
    height: 69px;
background-image: url("/templates/custom/mdsassociates/images/mainmenudividertech.png");
	background-position:right center;
	background-repeat:no-repeat;

}

.pf-cssmenu-mds-main-menu-tech li.lev1:first-child {
padding:0px;
}


/* SUB NAVIGATION MENU ITEMS WITH SUBNAVIGATION */

.pf-cssmenu-mds-main-menu-tech .lev2 a.sub {
}


/* SUB NAVIGATION */

.pf-cssmenu-mds-main-menu-tech li.lev1 li {
    float: left;
    clear: left;
    width: 150px;
    background: #f7f7f7;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #FFFFFF;
}

/* SUB NAVIGATION'S SUB NAVIGATION MARGINS */
.pf-cssmenu-mds-main-menu-tech .lev2 ul {
    margin: -28px 0px 0px 150px;
    * margin: 0px 0px 0px 0px;
    _ margin: -28px 0px 0px 150px;
    display: none;
    position: absolute;
}

/* SUB NAVIGATION ITEM MARGINS */

.pf-cssmenu-mds-main-menu-tech .lev2 li {
    * margin: 0px 0px -1px 0px;
padding:8px;
}

.pf-cssmenu-mds-main-menu-tech ul.active_sub_menu {
    display: block;
}


