/*png fix*/
/* img, div { behavior: url(../iepngfix/iepngfix.htc) }*/
 
 
/* colours used in navigation
color1 - #90b38c
color2 - #8ab3a1
color3 - #8aadb3
color4 - #9ab3ae
color5 - #9eafb3
*/

/* colours used how to book
lblue - #b1cae8
llblue - #e7f4fd

*/

.basictab ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.basictab li{
	display: inline;
	margin: 0;
	font-size: 80%;

}



/*set colours for each link*/


.color1 a{
	text-decoration: none;
	color: #000000;
	line-height: 1.5em;
	display: block;
	float: left;
	margin-bottom: 0px;
	/*width: 166px;*/
	text-align: center;
	padding: 10px;
	padding-left: 10px;
	padding-right: 20px;
	margin-right: 1px;
	
	background-attachment: scroll;
	background-image: url(../images/bg-navseperator.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
.color1 a:visited{
	color: #000000;
}


.color1 a:hover , .color1 a.current{
	color: #666666;
	

}


.color1 a:active{
	color: #000000;
}

/***************************************************************************************************/
/* Second Level Navigation */
/***************************************************************************************************/

.tabcontainer{
	clear: left;

}

.tabcontent{
	display:none;
	padding-top: 0.5em;
	padding-bottom: 1em;
	text-align:left;
}

.tabcontent ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.tabcontent li{
	font-size:70%;
	list-style-image: url(../images/arrow-white.gif);
	list-style-position: inside;
	margin-right:0px;
	display: inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 0.25em;	
	padding-left: 0.5em;
}
.tabcontent a{
	color: #000000;
	line-height: 2.5em;
	text-decoration: none;
	padding-right: 0.25em;
	padding-left: 0.25em;

}
.tabcontent a:hover{
	text-decoration: underline;
}


/*style colors for secon level nav*/
#sc1{
	padding:0.25em;
}
#sc2{
	padding:0.25em;
	padding-left:0px;
	background-image: url(../images/top-nav-indicator.gif);
	background-repeat: no-repeat;
	background-position: 4.25em top;
	color: #003794;
}
#sc2 a{color: #003794;}
#sc2 a:visited{
	color: #003794;
}
#sc2 a:hover , #sc2 a.current{color: #666666;}
#sc2 a:active{
	color: #003794;
}

#sc3{
	padding:0.25em;
	padding-left:5.75em;
	background-image: url(../images/top-nav-indicator2.gif);
	background-repeat: no-repeat;
	background-position: 10em top;
	color: #4D89C5;
}
#sc3 a{color: #4D89C5;}
#sc3 a:visited{
	color: #4D89C5;
}
#sc3 a:hover , #sc3 a.current{color: #666666;}
#sc3 a:active{
	color: #4D89C5;
}


#sc4{
	padding:0.25em;
	text-align:right;
}
#sc5{
	padding:0.25em;
	text-align:right;
	padding-right:10px;
}
