/*
    Purpose: Top navigation bar styles for eMachines
     Author: Robert Murray
    Created: November, 2005 - for eMachines redesign project
*/

#topNav {
    clear: both;
    height: 24px;
    border-top: 4px #5d98a9 solid;
    background: url(/img/nav/top_bg.gif) repeat-x top left;
}

#topNav ul {
    list-style: none;
    margin: 0px;
    padding: 0px 1px 0px 0px;
    float: right; 
}

#topNav li {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none !important;
    border-left: 1px solid #ccc;
}
#topNav a {
    display: block;
    padding: 4px 10px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

/*
 *  Hover style to change background for mouse over event, and the *Over
 *  items are used to make the hover color 'stick' when in that section.
 */
#topNav li a:hover {
    background: url(/img/nav/top_on.gif) repeat-x top left;
}
#tnavProdOver, #tnavSuppOver, #tnavKnowOver, #tnavCorpOver {
    background: url(/img/nav/top_on.gif) repeat-x top left;
}

#nonavbar {
    clear: both;
    width: 100%;
    height: 24px;
    border-top: 4px #5d98a9 solid;
    background: url(/img/nav/top_bg.gif) repeat-x top left;
}

#toptagline { padding-right: 1px; }

