@charset "utf-8";
/* 
    Document   : page_navigation_sub
    Created on : May 6, 2009, 6:00:00 PM
    Author     : Matthew Wells <mattheww@sixfootstudios.com>
    Description:
        Purpose of the stylesheet follows.
*/
.page_navigation_sub {
    width:160px;
}

.page_navigation_sub h2 {
	color:#cc0000;
	font-size:13px;
	width:160px;
    font-weight:bold;
}
.navigation_li{
    width:140px;
    padding-left:10px;
}

li.parent_li{
    background:url(../images/gray_arrow.gif) top left no-repeat;
    margin-bottom:10px;
}
li.parent_li_expanded{
    background:url(../images/red_arrow_down.gif) top left no-repeat;
    color:#cc0000;
    margin-bottom:10px;
}
li.child_li{
    background:url(../images/gray_bullet.gif) top left no-repeat;
    margin-bottom:10px;
}

li.parent_liactive{
    background:url(../images/red_arrow.gif) top left no-repeat;
    margin-bottom:10px;
}
li.parent_li_expandedactive{
    background:url(../images/red_arrow_down.gif) top left no-repeat;
    margin-bottom:10px;
}
li.child_liactive{
    background:url(../images/red_bullet.gif) top left no-repeat;
    margin-bottom:10px;
}

.navigation_li a {
	color:#666666;
    text-decoration:none;
}

.navigation_li a.active {
	color:#cc0000;
}
.navigation_ul{
    display:block;
    color:#666666;
	list-style:none;
    padding:10px 0 10px 0;
    margin: 0 0 0 10px;
}
