/* Left navigation area styles for eMachines */

#leftNav {
    font-size: 10pt; 
	color: #000;
}

#lnavTitle {
    width: 174px;
    background-color: #7494a1;
    color: #fff;
    font-weight: bold;
    font-size: 10pt;
    margin: 0 0 15px 0;
    margin-top: 10px !important;
    padding: 4px 0px 4px 0px;
    text-indent: 20px;
    text-transform: uppercase;
}

#leftNav .dashsep { margin-top: 10px; }

ul.lnavGroup, .lnavGroup ul, ul.lnavList * {
    list-style: none;
    margin: 0; padding: 0;
}
ul.lnavList {
    margin: 0;
    padding: 0;
}
ul.lnavList li {
    width: 174px;
    margin: 0px;
    padding: 1px 0px;
}
ul.lnavGroup li a, .lnavGroup b {
    display: block;
    width: 164px;
    text-decoration: none;
    padding-left: 10px;
    margin-top: 10px;
    height: 16px;
}
ul.lnavList li a {
    display: block;
    width: 154px;
    font-weight: normal;
    text-decoration: none;
    padding-left: 20px;
    margin-top: 0px;
    height: 16px;
}
ul.lnavList a:hover {
    background: #fff;
    text-decoration: underline;
}
.hereNav {
    background: #fff;
}

.lnavGroup a {
    width: 174px;
    font-weight: bold;
    color: #000;
}
.lnavGroup a:hover {
    background: #fff;
    text-decoration: underline;
    color: #0055aa;
}

/* Special styles for text w/ image line */
div.lnavImg p { margin-top: 0; }
.lnavImg p a { 
    font-weight: bold;
    color: #000;
    padding-left: 10px;
    padding-right: 25px;
}
.lnavImg p a:hover { 
    background: #fff;
    text-decoration: underline !important;
    color: #0055aa;
}
.lnavImg a img { 
    float: right; 
    margin: 9px 0 9px 0px;
}

