﻿/*----------------------------------------------------------
** Start w6 **
----------------------------------------------------------*/
	
#w6 UL
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 3px;
	list-style-image:none;
	list-style-type:none;
}

#w6 UL LI
{
	padding:0px 0px  0px 12px;
	line-height:16px;
	font-size:11px;
	margin:0px;
}

#w6 UL LI A
{
	padding:0px 0px 0px 9px;
	color:#606060;
	font-weight: bold;
	text-decoration: underline;
	background: url(/img/LeftContent/gfx_leftContent_sideNav_li_arrow.gif) no-repeat 0px  5px; 
}

#w6 UL LI A:hover
{
	padding:0px 0px 0px 9px;
	color:#00338D;
	text-decoration: none;
	background: url(/img/LeftContent/gfx_leftContent_sideNav_li_arrow.gif) no-repeat 0px  5px;
}

#w6 UL LI UL
{
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	list-style-image: none;
	list-style-type: none;
}

#w6 UL LI UL LI A
{
	padding:0px 0px 0px 9px;
	margin-left: 10px;
	color:#606060;
	line-height: 16px;
	font-weight: normal;
	text-decoration: underline;
	background: url(/img/LeftContent/gfx_leftContent_sideNav_li_arrow.gif) no-repeat 0px  5px;
}
#w6 UL LI UL LI A:hover
{
	padding:0px 0px 0px 9px;
	color:#00338D;
	text-decoration: none;
}

#w6 UL LI UL LI UL LI A
{
	padding:0px 0px 0px 9px;
	margin-left: 16px;
	color:#606060;
	font-weight: normal;
	text-decoration: underline;
	background: url(/img/LeftContent/gfx_leftContent_sideNav_li_arrow.gif) no-repeat 0px  5px;
}
#w6 UL LI UL LI UL LI A:hover
{
	padding:0px 0px 0px 9px;
	color:#00338D;
	text-decoration: none;
}

.liCurrent
{
background: url(/img/LeftContent/gfx_leftContent_sideNav_li_arrow.gif) no-repeat 0px  5px; 	
}

/*----------------------------------------------------------
** End w6 **
----------------------------------------------------------*/