/*********************************** Simple Accessible Horizontal Navigation bar ********************************/
.NavigationBarSimple				{margin:0; padding:0; text-align:center;}
.NavigationBarSimple li				{list-style-type:none; display:inline; zoom:1;}
.NavigationBarSimple li a			{font-size:90%; text-decoration:none;}
.NavigationBarSimple li a:hover,
.NavigationBarSimple li a:active,
.NavigationBarSimple li.active a	{text-decoration:underline;}

.NavigationBarSimple .seperator		{width:20px; height:10px; background:url("../sepSimple.gif") no-repeat center; position:relative; top:1px; zoom:1;}


/* Specific CSS for other bar // BY SECTION */
#header	.NavigationBarSimple		{float:left;}
#header	.NavigationBarSimple li a	{color:#6b81a2;}

/* Specific CSS for other bar // BY CATEGORY ID */
#NavHorizontalSimpleByID1			{}

