
div.selectedItem {
    padding-left: 22px;
	padding-bottom: 6px;
    background-image: url("/images/menu_arrow.jpg");
    background-position: 9% 0%;
    background-repeat: no-repeat;
    display:block;
	font-size:10px;
	color: #4D4D4C;
}
div.selectedHeaderItem {
    padding-left: 10px;
    background-image: url("/images/menu_arrow_grey.jpg");
    background-position: 9% 0%;
    background-repeat: no-repeat;
    display:block;
	font-size:10px;
}

div.nonSelectedItem {
    padding-left: 22px;
	padding-bottom: 6px;
    background-image:none;
    display:block;
	font-size:10px;
	
	
}



div.selectedSubItem {
    padding-left: 32px;
	padding-bottom: 6px;
    background-repeat: no-repeat;
    display:block;
	font-size:10px;
	color: #4D4D4C;
}
div.selectedItem_over {
    padding-left: 22px;
	padding-bottom: 6px;
    background-image: url("/images/menu_arrow.jpg");
    background-position: 9% 0%;
    background-repeat: no-repeat;
    display:block;
}



div.nonSelectedItem_over {
    padding-left: 22px;
	padding-bottom: 6px;
    background-image: url("/images/menu_arrow.jpg");
    background-position: 9% 0%;
    background-repeat: no-repeat;
    display:block;


}
div.nonSelectedSubItemOn {
    padding-left: 32px;
	padding-bottom: 2px;
    background-image:none;
    display:block;
	font-size:10px;
	color:  #4D4D4C;
}



div.nonSelectedSubItem {
    padding-left: 32px;
	padding-bottom: 2px;
    background-image:none;
    display:block;
	font-size:10px;
}
div.nonSelectedSubItem_over {
    background-repeat: no-repeat;
    padding-left: 32px;
	padding-bottom: 6px;
    display:block;
	font-size:10px;

	

}
div.selectedItem A:active{

        font-family: arial, helvetica, sansserif;
        font-size:10px;
		color: #4D4D4C;
        text-decoration:none;


    }

div.selectedItem A:link{

        font-family: arial, helvetica, sansserif;
        font-size:10px;
		color: #4D4D4C;
        text-decoration:none;


    }

div.selectedItem A:hover{

        font-family: arial, helvetica, sansserif;
        font-size:10px;
		color: #4D4D4C;
        text-decoration:none;



    }
div.selectedItem A:visited{

        font-family: arial, helvetica, sansserif;
        font-size:10px;
		color: #4D4D4C;
        text-decoration:none;


    }



div.selectedItem_over A:active{

        font-family: arial, helvetica, sansserif;
        font-size:10px;
		color: #4D4D4C;
        text-decoration:none;


    }

div.selectedItem_over A:link{

        font-family: arial, helvetica, sansserif;
        font-size:10px;
		color: #4D4D4C;
        text-decoration:none;


    }

div.selectedItem_over A:hover{

        font-family: arial, helvetica, sansserif;
        font-size:10px;
		color: #4D4D4C;
        text-decoration:none;



    }
div.selectedItem_over A:visited{

        font-family: arial, helvetica, sansserif;
        font-size:10px;
		color: #4D4D4C;
        text-decoration:none;


    }

	
    A:active{

        font-family: arial, helvetica, sansserif;
        font-size:10px;
        color: #00BCE0;
        text-decoration:none;


    }

     A:link{

        font-family: arial, helvetica, sansserif;
        font-size:10px;
        color: #00BCE0;
        text-decoration:none;


    }

     A:hover{

        font-family: arial, helvetica, sansserif;
        font-size:10px;
        color: #00BCE0;
        text-decoration:none;



    }
     A:visited{

        font-family: arial, helvetica, sansserif;
        font-size:10px;
        color: #00BCE0;
        text-decoration:none;


    }

	.homelink{
		color: #FFF;
	}
	
	.showSub{
		display: block;
		padding-bottom: 13px;
	}

	
	.noSub{
		display: none;
		padding-bottom: 0;
	}