		/* outline css */

.OutlineSectionHighlight1,
.OutlineSectionHighlight2,
.OutlineSectionHighlight3,
.OutlineSectionHighlight4,
.OutlineSectionHighlight
{
	background-image:url(images/menu-roll-tile.jpg);
	background-position: center right;
	background-repeat:repeat-y;
}

.OutlineLevel1 a:hover,
.OutlineLevel2 a:hover,
.OutlineLevel3 a:hover,
.OutlineLevel4 a:hover
{
	background-image: url(images/menu-sun.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	color:white!important;
}

.OutlineSectionTitle
{
	background-image:url(images/menu-tile.jpg);
	background-repeat:repeat-y;
}

.OutlineLink:visited	{color:#000000}
.OutlineLink:link		{color:#000000}
.OutlineLink:active	{color:#000000}
.OutlineLink:hover
{
	text-decoration:underline;
	color:white!important;
}

.OutlineLinkSelected1,
.OutlineLinkSelected2,
.OutlineLinkSelected3,
.OutlineLinkSelected4,
.OutlineLinkSelected
{
	background-image: url(images/menu-sun.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	color:white!important;
}


/* from MenuSystem */

.OutlineLevel1 a:hover {width:120px; padding-right:0px;}
.OutlineLevel2 a:hover {width:120px; padding-right:0px;}
.OutlineLevel3 a:hover {width:114px; padding-right:0px;}
.OutlineLevel4 a:hover {width:104px; padding-right:0px;}

.OutlineLevel1 a {width:120px; padding-right:0px;}
.OutlineLevel2 a {width:120px; padding-right:0px;}
.OutlineLevel3 a {width:114px; padding-right:0px;}
.OutlineLevel4 a {width:104px; padding-right:0px;}

.OutlineLinkSelected1 {	width:120px; padding-right:0px;}
.OutlineLinkSelected2 {	width:120px; padding-right:0px;}
.OutlineLinkSelected3 {	width:114px; padding-right:0px;}
.OutlineLinkSelected4 {	width:104px; padding-right:0px;}


