/*  OVERALL MENU */

.pf-cssmenu-high-yield-top-menu {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    list-style-type: none;
}


/* UNORDERED LIST ITEMS (GROUP OF SUB LEVEL) */
.pf-cssmenu-high-yield-top-menu ul {
    _ position: absolute;
    clear: both;
    display: none;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    border:1px solid #494b4d;
}

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

.pf-cssmenu-high-yield-top-menu li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}


/* MAIN MENU ITEMS */

.pf-cssmenu-high-yield-top-menu a:link,
.pf-cssmenu-high-yield-top-menu a:visited {
    _ float: left;
    padding: 0px 10px;
    display: block;
    height: 30px;
    color:#535355; 
	text-decoration:none;
    font-size: 14px;
    font-weight: normal;
    font-family: arial,sans-serif;
}


/* SUB CAPITON (if applicable) */

.pf-cssmenu-high-yield-top-menu .menu-sub-caption {
    height:12px;
}


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

.pf-cssmenu-high-yield-top-menu a.item-on {

}

.pf-cssmenu-high-yield-top-menu .lev2 a.item-on {
	background:#bd6812; text-decoration:none;
}


/* HOVER OVER MAIN MENU ITEMS */

.pf-cssmenu-high-yield-top-menu a:hover,
.pf-cssmenu-high-yield-top-menu a:active {
	color:#bd6812; text-decoration:underline;
}

/* SUB LEVEL MENU ITEMS */

.pf-cssmenu-high-yield-top-menu .lev2 a:link,
.pf-cssmenu-high-yield-top-menu .lev2 a:visited {
    padding: 3px 10px;
    height:auto;
    line-height: 14px;
	color:#FFF;
    * 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-high-yield-top-menu .lev2 a:hover,
.pf-cssmenu-high-yield-top-menu .lev2 a:active {
    text-decoration:none;
	background:#bd6812;
	* 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-high-yield-top-menu li:hover > ul {
    position: absolute;
    display: block;
}


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

.pf-cssmenu-high-yield-top-menu 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-high-yield-top-menu 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-high-yield-top-menu .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-high-yield-top-menu li.lev1 {
    float: left;
    display: block;
    height: 30px;
    background:url(/menus-css/images/divider.jpg) top right no-repeat;
}

.pf-cssmenu-high-yield-top-menu li.lev1.last {
	background:none;
}


/* SUB NAVIGATION MENU ITEMS WITH SUBNAVIGATION */

.pf-cssmenu-high-yield-top-menu .lev2 a.sub {

}


/* SUB NAVIGATION */

.pf-cssmenu-high-yield-top-menu li.lev1 li {
    float: left;
    clear: left;
    width: 150px;
    background: #a0a0a0;
    border-bottom: 1px solid #494b4d;
}

/* SUB NAVIGATION'S SUB NAVIGATION MARGINS */
.pf-cssmenu-high-yield-top-menu .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-high-yield-top-menu .lev2 li {
    * margin: 0px 0px -1px 0px;
}

.pf-cssmenu-high-yield-top-menu ul.active_sub_menu {
    display: block;
}


