#PrimaryNav ul {
	margin:0px;
}
/** Primary Nav and Rollovers **/
#PN-Home, #PN-Home-On, #PN-Solutions,#PN-Solutions-On, #PN-Tech, #PN-Services, #PN-Contact, #PN-Contact-On, #PN-About{
    display: block;
    padding-top: 33px;
    overflow: hidden;
    height: 0;
    }

#PN-Home, #PN-Home-On{
    width:131px;
    background: url(../img/but-home.png) no-repeat;
    }
#PN-Solutions {
    width:131px;
    background: url(../img/but-solutions.png) no-repeat;
    
    }
#PN-Solutions-On {
    width:131px;
    background: url(../img/but-solutions.png) no-repeat;
    background-position: 0 -33px;
    }
#PN-Tech {
    width:131px;
    background: url(../img/but-tech-support.png) no-repeat;
    }
#PN-Services {
    width:131px;
    background: url(../img/but-services.png) no-repeat;
    }
#PN-Contact,#PN-Contact-On {
    width:131px;
    background: url(../img/but-contact.png) no-repeat;
    }
#PN-About {
    width:131px;
    background: url(../img/but-about.png) no-repeat;
    }

#PN-Home:hover, #PN-Solutions:hover, #PN-Tech:hover, #PN-Services:hover, #PN-Contact:hover, #PN-About:hover {
    background-position: 0 -33px;
    }

#PN-Home-On, #PN-Contact-On{
    background-position: 0 -33px;
    }
/**** For Sub Nav*******/

.last {
    border-right:0;
}


/*************************************************************************************/
/*** Styles related CSS based primary and secondary navigation. ***/
/*************************************************************************************/

#PrimaryNav {
	margin-left:auto;
	margin-right: auto;
    height: 33px;
    background: url(../img/nav-bg.png) no-repeat;
    width:853px;
 }

#PrimaryNav li {
    float: left;
    position: relative;
    list-style:none;
    }

#PrimaryNav li:hover .secondaryNav, #PrimaryNav li.over .secondaryNav, #PrimaryNav .currentSection .secondaryNav {
    display: block;
    }

#PrimaryNav li:hover a, #PrimaryNav li.over a {
    /* (crossover style with LIR.css) show the hover state of the graphic when in the secondary nav for the primary item */
    background-position: 0 -33px;
    }

#PrimaryNav li:hover .secondaryNav, #PrimaryNav li.over .secondaryNav {
    z-index: 100;
    width:400px;
    }

#PrimaryNav .currentSection .secondaryNav {
    z-index: 50;
    }

#PrimaryNav ol li {
    margin-top:-2px;
    line-height:11px;
}

#secondaryNav{
	background: url(../img/sNav-bg.png) no-repeat;
	height: 23px;
    width: 853px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:15px;
}

.secondaryNav {
    list-style: none;
    margin: 0;
	margin-left:-95px;
    padding: 0;
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    height: 23px;
 }

.secondaryNav li {
    padding-top: 8px;
    margin: 0px;
    }

.secondaryNav li a {
    padding: 0 11px;
    margin: 0px;
    border-right: 1px solid #ccc;
    font-size:12px;
    font-family: arial, san-serif;
    color: #157cb7;
	font-weight:bold;
    text-decoration:none;
    }

.secondaryNav li a:hover {
    text-decoration:underline;
}

.secondaryNav li a.last {
    padding: 0 8px;
    margin: 0px;
    border: 0px;
    }


