    ul.sectionNavigation 
    {
        height: 15px;
        margin-bottom:0;
    }
    ul.sectionNavigation li
    {
		float: left;
    }
		ul.sectionNavigation li a 
		{
			color:#5B595A;
			font-weight:bold;
		}
		ul.sectionNavigation li a:hover
		{
			color:#000 !important;
			text-decoration:none;
		}
		ul.sectionNavigation li a:visited
		{
			color:#5B595A;
		}
		ul.sectionNavigation li a.selected
		{
			color:#000;
			text-decoration:none;
			cursor:default;
			font-weight:bold;
		}
		
		ul.sectionNavigation li.first a, ul.sectionNavigation li.first a.selected 
		{
		    border-left:0;
		    padding-left:0;
		}


		
		/* Left Secondary navigation styles*/
		.leftContent .sectionLeftNavigation 
		{
			font-size:1.1em;
			padding:20px 0 0 0;	
			color:#5B595A;
		}
		
		
		sectionLeftNavigation
		{
			color:#5B595A;
		}
		ul.sectionLeftNavigation  li a:active
		{
			color:#5B595A;
		}

		ul.sectionLeftNavigation  li a:hover
		{
			color:#5B595A;
			text-decoration:underline;
		}
		ul.sectionLeftNavigation  li a:visited
		{
			color:#5B595A;
		}
		ul.sectionLeftNavigation  li a.selected, ul.sectionLeftNavigation  li span
		{
			color:#000;
			text-decoration:none;
			cursor:default;
			font-weight:bold;
		}
		ul.sectionLeftNavigation  li a.last, ul.sectionLeftNavigation  li.last a.selected
		{
			border-width: 0px;
			color:#000;
			border-left-color:transparent;
			cursor: pointer !important; /*for some reason the hover over links does not always show the link cursor. This forces it.*/
		}
/* this is the item from the main navigation */
ul.sectionNavigation li span
{
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	cursor:default;
	font-weight:bold;
}
.liSecondaryNavPipe
{
    background: url("/DesktopModules/MagnoliaAV/images/misc/nav-pipe-dark.png") no-repeat;
    width: 18px;	
    height:8px;
    vertical-align:middle;
    margin-top:3px;
}
#ie6 .liSecondaryNavPipe
{
		behavior:url("/Portals/_default/Skins/MagnoliaAV/iepngfix.htc"); 
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/DesktopModules/MagnoliaAV/images/misc/nav-pipe-dark.png', sizingMethod='crop');
}
/*Special styles for when it is displayed on showcases page */
.showcaseLandingLeftContent ul.sectionNavigation
{
    background-color:#3E3E3E;
    height:15px;
    margin:0pt;
    padding:5px 10px;
    width:100%;
}
.showcaseLandingLeftContent ul.sectionNavigation a.unselected 
{
    color:#999999;
}
.showcaseLandingLeftContent ul.sectionNavigation a.selected
{
    color:#5B595A;
}