﻿/*
 * This file is for use with the LeftNavs.ascx control.
 * It supplies all of the necessary stylings for the  
 * left-hand side navigation mapping on all
 * inner site pages (that is: NOT the home page.)
 *
 * CREATED:	02 FEB 2009
 * AUTHOR:	Michael Philippone (michael@corporatezen.com)
*/


/* <%-- ------------------------------------ --%> */

#leftNavTbl tr td.linkText { border-bottom: 1px solid #CEE7EF; padding-top:3px; padding-bottom:2px;}

/* <%-- ------------------------------------ --%> */      

tr.level1  {  }
tr.level1 td { background-color:#105294; }
tr.level1 .spacer  { background-color:#97BADB; width:1px }
tr.level1 .linkText { width:209; }
tr.level1 .linkText div { width:100%; font-weight: bold; color: white; }
tr.level1 .linkText div a { color:#FFFFFF; font-weight:bold; text-decoration:none; }
tr.level1 .linkText div a:hover { text-decoration:underline; }

/* <%-- ------------------------------------ --%> */

tr.level2  { background-color:#EFEFF7; }
tr.level2 .spacer  { background-color:#97BADB; width:1px }
tr.level2 .linkText { width:209; font-size:11px; }
tr.level2 .linkText div { margin-left:20px; }
tr.level2 .linkText div a { text-decoration: none; color: #10529C; }
tr.level2 .linkText div a:hover { text-decoration:underline; }

/* <%-- ------------------------------------ --%> */

tr.level3  {  }
tr.level3 .spacer  { background-color:#97BADB; width:1px }
tr.level3 .linkText { width:209; font-size:11px; }
tr.level3 .linkText div { margin-left:30px; }
tr.level3 .linkText div a { text-decoration: none; color: #636363; }
tr.level3 .linkText div a:hover { text-decoration:underline; }

/* <%-- ------------------------------------ --%> */

tr.level4  {  }
tr.level4 .spacer  { background-color:#97BADB; width:1px }
tr.level4 .linkText { width:209; font-size:11px; }
tr.level4 .linkText div { margin-left:40px; }
tr.level4 .linkText div a { text-decoration: none; color: #363636; }
tr.level4 .linkText div a:hover { text-decoration:underline; }

/* <%-- ------------------------------------ --%> */

tr.navFoot {  }
tr.navFoot td { background-color:#105294; }
tr.navFoot .spacer {  width:1px; background-color:#97BADB; }
tr.navFoot .linkText { width:209; margin:0; }
tr.navFoot td.linkText { border:none; }
tr.navFoot .linkText div a { text-decoration: none; font-weight:bold; color: #FFFFFF; }
tr.navFoot .linkText div a:hover { text-decoration:underline; }

/* <%-- ------------------------------------ --%> */