/* specific for line of business */

#sitemapWrap	{
	position:relative;
	top:0px;
	left:0px;
}

.sitemapChannel	{
	width:154px;
	margin:30px 0 0 0;
	margin-left:10px;
	font-size:100%;
	top:0px;
}

.ret {
	border-left:1px solid #ADC5D7;
	border-right:1px solid #ADC5D7;
	border-bottom:1px solid #ADC5D7;
	padding-bottom:40px;
	margin-bottom:0px;
}

.sitemapChannel .lvl2	{
	font-weight:bold;
	padding:0;
	height:45px;
}

#sitemap ul	{
	padding:0;
	margin:0;
}

#sitemap li {
	width:142px;
	padding:0;
	margin:0;
	list-style:none;
}

#sitemap .content {
	background-image: url(../img/css/bg_dot_blue_3x1.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	padding-bottom:4px;
	padding-top:2px;
	width:142px;
}

/* use this for the last item in the sitemap channel if you don't want dotted underline */
#sitemap .finalContent	{
	padding-bottom:4px;
	padding-top:2px;
	width:100%;
}

#sitemap .lvl3	{
	font-weight:bold;
	font-size:110%;
	padding-right:10px;
}

#sitemap .lvl4	{
	background-image: url(../img/css/li_sitemap.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	padding-left:10px;
	font-weight:bold;
	display:block;
}

.ruler100pc	{
	width:100%;
}

#sitemap .lvl5	{
	padding-left:10px;
	display:block;
}

.greyrule	{
	background: url(../img/css/bg_grey_vert_line.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.greyruleLeft	{
	background-image: url(../img/css/bg_grey_vert_line_40px.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.paddingLeft20	{
	padding:10px 10px 10px 20px;
}

.blueDotsTop  {
	background-image: url(../img/css/bg_dot_blue_3x1.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding-top:20px;
	height:1px;
	
}

.paddingRightOnly20	{
	padding-right:20px;
}

/* -- List elements ---------------------------------------------------------------  */
/* -- no bullet points, blue dotted lines,  */
.menuLevel1a {
	display: block;
	padding: 0;
	border: 0;
	list-style: none;
}
.menuLevel1a li {
	display: block;
	margin: 0;
	padding: 6px 0 6px 0;
	border: 0;
	background: url(../img/css/bg_dot_blue_3x1.gif) repeat-x 0 100%;
	list-style: none;
}
.menuLevel1a li.last {
	background: none;
}
.widthSmaller {
	width: 80%;
}
/* -- no bullet points, no lines */
.menuLevel1b {
	display: block;
	padding: 0;
	border: 0;
	list-style: none;
}
.menuLevel1b li {
	display: block;
	margin: 0;
	padding: 3px 0 3px 0;
	border: 0;
	list-style: none;
}
.menuLevel1b li.first {
	background: none;
}
/* -- no bullet points, grey lines */
.menuLevel1c {
	display: block;
	padding: 0;
	border: 0;
	list-style: none;
}
.menuLevel1c li {
	display: block;
	margin: 0;
	padding: 3px 0 3px 0;
	border: 0;
	border-top: 1px solid #ccc;
	list-style: none;
}
.menuLevel1c li.first {
	border-top: 0;
}
/* -- round bullets, blue dotted lines  */
.menuLevel2a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
.menuLevel2a li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(../img/css/bp_round_blue_19x19.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	width: 100%;
}
* html .menuLevel2a li {
	display: inline;
}
.menuLevel2a li span {
	display: block;
	padding: 6px 0 6px 0;
	margin: 0 0 0 25px;
	border: 0;
	background-image: url(../img/css/bg_dot_blue_3x1.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}
.menuLevel2a li.first span {
	background: none;
}
