/* --------------------------------------------------------------------- *\
|  This file was generated by ViziGenHC.
|  Changes to code inside "Protected Areas" will be preserved.
|  All other changes will be lost if you re-generate.
\* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- *\
|  NavBar - VGSlidingDoors - Sliding Doors Horizontal
\* --------------------------------------------------------------------- */
ul.VGSlidingDoors
{
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left;
	/* Protected Area Start Marker [+248+296+295+5] It is safe to modify code within this section */
	margin-top: 6px;   /* move the NavBar vertically */
	margin-left: 10px; /* move the NavBar horizontally */
	/* Protected Area End Marker [+248+296+295+5] */
}
/* --------------------------------------------------------------------- *\
|  NavBar Link (RHS) - Ordinary state
\* --------------------------------------------------------------------- */
.VGSlidingDoors li
{
	background-image: url(../../Images/NavBars/SlidingDoorsRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;   /* Required to allow width to be variable */
	/* Protected Area Start Marker [+248+0+185+5] It is safe to modify code within this section */
	margin-left: 10px;      /* The horizontal spacing between links */
	margin-right: 10px;     /* The horizontal spacing between links */
	/* Protected Area End Marker [+248+0+185+5] */
}
/* --------------------------------------------------------------------- *\
|  NavBar Link (LHS) - Ordinary state
\* --------------------------------------------------------------------- */
.VGSlidingDoors a
{
	float: left;                               /* Required to allow width to be variable */
	background-image: url(../../Images/NavBars/SlidingDoorsLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #a2b7c7;
	/* Protected Area Start Marker [+248+536+535+5] It is safe to modify code within this section */
	padding: 7px 15px 4px 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	/* Protected Area End Marker [+248+536+535+5] */
	display: block;
}
/* --------------------------------------------------------------------- *\
|  NavBar Link (RHS & LHS) - Hover state - we simply change text colour
\* --------------------------------------------------------------------- */
.VGSlidingDoors a:hover
{
	color: White;
	/* Protected Area Start Marker [+248+538+537+5] It is safe to modify code within this section */
	/* Protected Area End Marker [+248+538+537+5] */
}
/* --------------------------------------------------------------------- *\
|  NavBar Link (RHS) - "You Are Here" - Ordinary state
\* --------------------------------------------------------------------- */
body#_Home17 li.VGSlidingDoors_Home17,
body#_ViziGenHC74 li.VGSlidingDoors_ViziGenHC74,
body#index li.VGSlidingDoors_index
{
	background-image: url(../../Images/NavBars/SlidingDoorsRight.jpg);
}
/* --------------------------------------------------------------------- *\
|  NavBar Link (LHS) - "You Are Here" - Ordinary state
\* --------------------------------------------------------------------- */
body#_Home17 li.VGSlidingDoors_Home17 a,
body#_ViziGenHC74 li.VGSlidingDoors_ViziGenHC74 a,
body#index li.VGSlidingDoors_index a
{
	color: #00076c;
	background-image: url(../../Images/NavBars/SlidingDoorsLeft.jpg);
	/* Protected Area Start Marker [+248+540+539+5] It is safe to modify code within this section */
	/* Protected Area End Marker [+248+540+539+5] */
}
/* --------------------------------------------------------------------- *\
|  NavBar Link - "You Are Here" - Hover state
\* --------------------------------------------------------------------- */
body#_Home17 li.VGSlidingDoors_Home17 a:hover,
body#_ViziGenHC74 li.VGSlidingDoors_ViziGenHC74 a:hover,
body#index li.VGSlidingDoors_index a:hover
{
	color: #00076c;
	/* Protected Area Start Marker [+248+542+541+5] It is safe to modify code within this section */
	/* Protected Area End Marker [+248+542+541+5] */
}
/* --------------------------------------------------------------------- *\
|  Internet Explorer Fixes - Don't change anything below here
|  Internet Explorer Fix - Force hover on entire width of  link
\* --------------------------------------------------------------------- */
* html .VGSlidingDoors a
{
	height: 1px; /* DO NOT CHANGE */
}

