/*
	This fill will control the side nav look and feel
*/

#bodyContent #leftHolder #sideNav{
	display : block;
	float : left;
	width : 160px;
	padding : 10px 0px 0px 0px;
}

#bodyContent #leftHolder #sideNav a.sidenav_link,
#bodyContent #leftHolder #sideNav a.sidenav_link_selected,
#bodyContent #leftHolder #sideNav .slavecontainer .subnav_items a.sidenav_link,
#bodyContent #leftHolder #sideNav .slavecontainer .subnav_items a.sidenav_link_selected{
	display : block;
	/* float : left; */
	width : 140px;
	text-decoration : none;
	padding : 5px 5px 5px 15px;
	border-bottom : 1px solid #E6E6FA;
	border-right : 1px solid #E6E6FA;
	background-image : url(/images/global/sideNav_arrow_off.gif);
	background-position : left top;
	background-repeat : no-repeat;
}

#bodyContent #leftHolder #sideNav a.sidenav_link:hover,
#bodyContent #leftHolder #sideNav a.sidenav_link_selected,
#bodyContent #leftHolder #sideNav .slavecontainer .subnav_items a.sidenav_link:hover,
#bodyContent #leftHolder #sideNav .slavecontainer .subnav_items a.sidenav_link_selected{
	background-color : #DBE3F0;
	background-image : url(/images/global/sideNav_arrow_on.gif);
	background-position : left top;
	background-repeat : no-repeat;
}

#bodyContent #leftHolder #sideNav .subnav_items a.sidenav_link,
#bodyContent #leftHolder #sideNav .subnav_items a.sidenav_link_selected,
#bodyContent #leftHolder #sideNav .slavecontainer .subnav_items .subnav_items a.sidenav_link,
#bodyContent #leftHolder #sideNav .slavecontainer .subnav_items .subnav_items a.sidenav_link_selected{
	display : block;
	/* float : left; */
	width : 140px;
	text-decoration : none;
	padding : 5px 5px 5px 15px;
	border-bottom : 1px solid #E6E6FA;
	border-right : 1px solid #E6E6FA;
	background-image: none;
	/* background-image : url(/images/global/sideNav_arrow_off.gif);
	background-position : left;
	background-repeat : no-repeat; */
}

#bodyContent #leftHolder #sideNav .subnav_items a.sidenav_link:hover,
#bodyContent #leftHolder #sideNav .subnav_items a.sidenav_link_selected,
#bodyContent #leftHolder #sideNav .slavecontainer .subnav_items .subnav_items a.sidenav_link:hover,
#bodyContent #leftHolder #sideNav .slavecontainer .subnav_items .subnav_items a.sidenav_link_selected{
	background-color : #FFF7D9;
	background-image: none;
	/*background-image : url(/images/global/sideNav_arrow_on.gif);
	background-position : left;
	background-repeat : no-repeat;*/	
}

#bodyContent #leftHolder #sideNav #navFooter{
	display : block;
	/* float : left; */
	width : 160px;	
	height : 25px;	
	border-right : 1px solid #E6E6FA;
}

#bodyContent #leftHolder #sideNav div.subnav_items_hidden 
{
    display : none;
}