/* Container for the Menu */

/*		Rev: 080520	-	Changed colours on swapmenu options

#current	{
			color: #4a7fa2;
			font-family: helvetica;
			}

#swapmenu	{
			font-family: helvetica, arial, sans-serif;
			background-color: white;
			background-image: url(img/vertbar.gif);
			background-repeat: repeat-y;
			background-position: left 0;
			padding: 0;
			width: 200px;
			margin-top: 45px;
			margin-left: 25px;
			}

/* Turns off Margin, Padding, and Bullets for the Menu List */

#swapmenu ul {
			margin: 0px;
			padding: 0px
			}

#swapmenu li {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			}

.closed a	{
/*			color: #868687;		*/
			color: darkblue;
			font-size: 12px;
			font-family: helvetica, arial, sans-serif;
			line-height: 16px;
			text-decoration: none;
			display: block;
			padding: 2px 0 4px 10px;
			}

.open a		{						  /* orig color #868687 */
/*			color: #868687;		*/
			color: blue;
			display: block;
			font-size: 12px;
			font-family: helvetica, arial, sans-serif;
			line-height: 16px;
			padding: 2px 0 4px 10px;
			text-decoration: none;
			}

/* Hover and Active styles for the menu */

.closed a:hover, .open a:hover					  /* orig 4b4b4b */
			{
/*			color: #1b4279;		*/
			color: red;
			}
			
/* Link Styles for the Submenus */

.closed ul a, .open ul a, .open ul a:hover
			{
			border: 0;
			color:darkblue;
/*			color:#4b4b4b;   */
			font-size: 12px;
			line-height: 14px;
			padding: 0 0 4px 12px;
			margin: 0 0 0 10px;
			}
			
.open ul a:hover
			{
			color:	red;
/*			color: #1b4279;	*/
			}
			
			
/* ul, li{border:0; padding:0; margin:0; list-style:none;} */

/* ----------- Navigation ----------- */
#top-navigation{
background:url(img/topnav-bg.gif) repeat-x;
width:auto;
height:48px;
margin:0 auto;
}
#navigation{
background:url(img/nav-bg.gif) repeat-x;
height:32px;
margin:0 auto;
width:auto; 
}
#navigation ul{
height:32px;
line-height:32px; 
}
#navigation ul li{
display:inline;
}
#navigation ul li a,
#navigation ul li a:visited {
background:url(img/line-a.gif) right no-repeat;
padding:0 20px;
display:block;
text-decoration:none;
float:left;
color:#4261df;
font-weight:bold;
text-shadow:#ffffff 2px 2px 2px;
}
#navigation ul li a:hover{
color:#1532a5;
}

/* ----------- Sub Menu ----------- */
#sublinks{
width:auto;
margin:0 auto;
/* background:#888888; */
/* background:#888888 url(img/sublink.gif); */
/* height:30px; */
height:50px;
/* font-size:11px;  */
font-size:13px;
} 
#sublinks ul{
/* height:32px; */
height:62px;
/* line-height:31px; */
line-height:51px; 
}
#sublinks ul li{
display:inline;
}
#sublinks ul li a,
#sublinks ul li a:visited {
/* padding:0 20px;  */
padding:0 10px;
display:block;
text-decoration:none;
/* float:left; */
float:right;
/* color:#FFFFFF;  */
color:#000000;
}
#sublinks ul li a:hover{
text-decoration:underline;
}

/* ----------- Hide Sub menu ----------- */
#s2, #s3{display:none;}
			
/* Optional ID to assign the <a> to highlight a "Current Page" link */
