/* level 1 */

#leftNav ul
{
}

#leftNav ul li ul
{
    border-bottom: none;
}

/* all menu entries have a border */
#leftNav ul li
{
    position: relative; /* positioning to defeat the Peekaboo bug (IE6) */
    list-style-type: none;
    list-style-image: none;
    border-top:1px solid #afafaf;
    padding: 0 0 0 0;
    margin:  0 0 0 0;
}

/* no top border for 2nd level menu entries */
#leftNav ul li ul li  
{
    position: relative; /* positioning to defeat the Peekaboo bug (IE6) */
    border-top:none;
}

/* no top border for 3rd level menu entries */
#leftNav ul li ul li ul li
{
    position: relative; /* positioning to defeat the Peekaboo bug (IE6) */
    border-top:none;
}

/* L1 */
#leftNav ul li a
{
    position: relative; /* positioning to defeat the Peekaboo bug (IE6) */
    background: url(../img/smallgreyarrow.gif) 5px 50% no-repeat;    
    display: block;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 2px;
    text-decoration:none;
    color: #000000;
    margin: 0 0 0 0;
}
#leftNav ul li a:hover
{
    background: url(../img/smallgreyarrow.gif) 5px 50% no-repeat;
    color:#187aa5;
}

/* L2 */
#leftNav ul li ul li a
{
    background: none;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 1px;
    color:       #000000;
    font-weight:normal;
}
#leftNav ul li ul li a:hover
{
    background: url(../img/smlbluearrow.gif) 5px 50% no-repeat;
    color:#187aa5;
    font-weight: normal;
}

/* L3 */
#leftNav ul li ul li ul li a
{
    padding-left: 45px;
    color:       #000000;
}
#leftNav ul li ul li ul li a:hover
{
    background: url(../img/smlbluearrow.gif) 35px 50% no-repeat;
    color:#187aa5;
}

/* left navigation */

#leftNavHolder{
position:absolute;
top:61px;
left:0;
width:215px;
float: left;
}
#leftNavUp{
position:absolute;
top:0;
left:0;
}
#leftNavDown{
position:absolute;
top:0;
left:0;
display:block;
}
#leftNav{
background-color:#fff;
color:#000;
border-right:1px solid #afafaf;
}

/* sub sub navigation */
#subSubNavHolder{
float:left;
width:180px;
height:270px;
background:url(../img/modules/bannersBg.jpg) repeat-x;
}
ul#subSubNav{
list-style: none;
width:160px;
padding:15px 10px 10px 10px;
}
ul#subSubNav li{
width:160px;
}
ul#subSubNav li a{
display:block;
padding:0 0 10px 10px;
color:#000;
background-color:transparent;
font-weight:normal;
text-decoration:none;
background-image:none;
}
ul#subSubNav li a:hover{
color:#187aa5;
background-color:transparent;
}
ul#subSubNav li.subSubNavDown a{
display:block;
color:#187aa5;
background-color:transparent;
background:url(../img/smlbluearrow.gif) 0% 4px no-repeat;
}

