a.nav, a.nav:link, a.nav:visited {
	display:block; 
	padding: 2px 20px 4px 20px;
	border-right: 1px dotted silver;
	color: #000;
	background:#fff;
	text-decoration: none; 
	overflow:hidden; 
	float:left;
	height:20px
	}
a.nav:hover {color:#fff; background:#800377;}
a.nav:active {color:#fff; background:#800377;}

img
{  border-style: none;
}
#topnav {
	margin-top:0px;
	height:29px;
	width:100%;
	margin-bottom:-20px;
	z-index:100;
	background:#800377;
}

#topnav2 {
	margin-top:0px;
	height:29px;
	width:100%;
	margin-bottom:5px;
	background: #fff;
}
#spacer {
	background: #fff url(http://www.bvcl.org.uk/wp-content/themes/scope/images/dots.gif) 0 100% repeat-x;
	margin-bottom:0px;
	margin-top:-10px;
}


#topnav ul {
	font-size:13px;
	text-transform:normal;
}

.ddsmoothmenu{
/*font: bold 11px Verdana;*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
font: normal 14px Arial;
position: relative;
top: 2px;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
height:18px;
padding: 4px 20px;
border-right: 1px dotted silver;
color: #ffffff;
background:#800377;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #ffffff;
}

.ddsmoothmenu ul li a.selected{ 
color: #ffffff; background:#555;
}

.ddsmoothmenu ul li a:hover{
color: #ffffff; background:#555;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
font: normal 13px Arial;
float: none;
background:white;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 160px; /*width of sub menus*/
padding: 8px 0px 4px 8px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #FFF;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.1;
}

ul.slideshow {
	list-style:none;
	width:650px;
	height:200px;
	overflow:hidden;
	position:relative;
	left:290px;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:650px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:4px 8px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	font: normal 13px Arial; 
color:#FFF;
}
#slideshowtext {
	position:relative;
	top:-10px;
}

#sstext {
	width:270px;
	height:200px;
	position:absolute;
	top:4px;
	left:0px;	
	z-index:500;
}
ul.cssmenu {
	list-style: none;
	padding: 0px;
	position:relative;
	top:0px;
	left:-30px;	
	width:980px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 245px;
	height: 42px;
	background: url('http://www.bvcl.org.uk/wp-content/themes/scope/images/topnav.png');
	}

/*
*	Normal Links
*/
ul.cssmenu li.phone a {
	background-position: 0 0;
	}

ul.cssmenu li.email a {
	background-position: 0 -42px;
	}

ul.cssmenu li.renew a {
	background-position: 0 -84px;
	}

ul.cssmenu li.volunteer a {
	background-position: 0 -126px;
	}

/*
*	Hover Links
*/
ul.cssmenu li.phone a:hover {
	background-position: -245px 0px;
	}

ul.cssmenu li.email a:hover {
	background-position: -245px -42px;
	}

ul.cssmenu li.renew a:hover {
	background-position: -245px -84px;
	}
	
ul.cssmenu li.volunteer a:hover {
	background-position: -245px -126px;
	}
.bcaption {
font: normal 13px Arial; 
color:#FFF;
}
.bcaption a{
color:#FFF;
}
.bcaption a:hover {
	color:#ccc;
}