/*  OVERALL MENU */

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


/* UNORDERED LIST ITEMS (GROUP OF SUB LEVEL) */
.pf-cssmenu-main-menu ul {
    _ position: absolute;
    clear: both;
    display: none;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin-left:-31px;
    overflow:visible;
    z-index: 1000;
}

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

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


/* MAIN MENU ITEMS */

.pf-cssmenu-main-menu a:link,
.pf-cssmenu-main-menu a:visited {
    _ float: left;
    padding: 0;
    display: block;
    height: 29px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    font-family: sans-serif;
    text-decoration: none;
    width: 118px;
	text-transform:uppercase;
	background:url(/templates/custom/pti/images/menu-item.png) top right no-repeat;
}


/* SUB CAPITON (if applicable) */

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


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

.pf-cssmenu-main-menu a.item-on {
    color:#FFF;
}


/* HOVER OVER MAIN MENU ITEMS */

.pf-cssmenu-main-menu a:hover,
.pf-cssmenu-main-menu a:active {
    color: #FFF;
}

/* SUB LEVEL MENU ITEMS */

.pf-cssmenu-main-menu .lev2 a:link,
.pf-cssmenu-main-menu .lev2 a:visited {
    padding: 6px 10px;
    height:auto;
    line-height: 14px;
	background:#3f6c8a !important;
	text-transform:none;
	font-size:12px;
	font-weight:normal;
    * 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-main-menu .lev2 a:hover,
.pf-cssmenu-main-menu .lev2 a:active {
	background:#5ea0cd !important;
    * 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-main-menu li:hover > ul {
    position: absolute;
    display: block;
}


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

.pf-cssmenu-main-menu li.lev1:hover {
    height: auto;
	background:url(/templates/custom/pti/images/menu-corner-hover.png) top left no-repeat;
    /* if you need to use two images for a rollover effect this may help */
}

.pf-cssmenu-main-menu li.lev1:hover a {
	background:url(/templates/custom/pti/images/menu-item-hover.png) top right no-repeat;
    /* if you need to use two images for a rollover effect this may help */
}

.pf-cssmenu-main-menu li.lev1.item-on {
	background:url(/templates/custom/pti/images/menu-corner-active.png) top left no-repeat;
    /* if you need to use two images for a rollover effect this may help */
}

.pf-cssmenu-main-menu li.lev1 a.item-on {
	background:url(/templates/custom/pti/images/menu-item-active.png) top right no-repeat;
    /* if you need to use two images for a rollover effect this may help */
}



/*  MENU ITEMS WITH SUBNAV */
.pf-cssmenu-main-menu li.sub-lev1 {

}

.pf-cssmenu-main-menu .lev2 a.sub {

}

.pf-cssmenu-main-menu li.lev1 {
    float: left;
    display: block;
    height: 29px;
	background:url(/templates/custom/pti/images/menu-corner.png) top left no-repeat;
	padding-left:34px;
	margin-left:-15px;
}

.pf-cssmenu-main-menu  li.lev1.first { margin-left:0 }


/* SUB NAVIGATION MENU ITEMS WITH SUBNAVIGATION */

.pf-cssmenu-main-menu .lev2 a.sub {

}


/* SUB NAVIGATION */

.pf-cssmenu-main-menu li.lev1 li {
    float: left;
    clear: left;
    width: 137px;
    background: #369;
    border-bottom: 1px solid #003863;
}

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

/* SUB NAVIGATION ITEM MARGINS */

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

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


