/*	style sheet for the top navigation menu*/
.topnavigation {
width: 800px;
height:25px;
}

#menu {
	float: left;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 120px;
	width: 680px;
	display:block;
	background-image:url(images/top_navBG2.gif);
	background-repeat: repeat-x;
	
    }

#menu li {
	display:block;
    float: left;
    font: 12px "Lucida Grande","Lucida Sans",sans-serif;
    margin: 0;
    padding: 0;   
}

#menu a {
    border-left:1px solid #cccccc;
	margin: 0;
	padding: 4px 15px;
	text-decoration: none;
	font-weight:normal;
	text-align:center;
	float: inherit;
	color:#FFFFFF;
}
#menu a#last {
    border-right:1px solid #cccccc;
	margin: 0;
	padding: 4px 15px;
	text-decoration: none;
	font-weight:normal;
	text-align:center;
	float: inherit;
	color:#FFFFFF;
}
    
#menu a:hover {
	background: #609 url(images/hover2.gif) no-repeat center bottom;
	padding-bottom: 4px;
	color: white;
	}
 
.current-top-menu {
	margin: 0;
	padding: 6px 15px;
	text-decoration: none;
	font-weight:normal;
	text-align:center;
	float: inherit;
	background-color: #999999;
	background-image: url(images/hover2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
    

.share
{
clear:both;
font-family: arial, helvetica, sans-serif;
background: url(http://www.westernmakesadifference.ca/images/ShareYourStoryGR.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 158px;
height: 93px;
margin: 0;
padding: 0;
}

.share a
{
display: block;
color: #000000;
font-size: 11px;
width: 158px;
height: 93px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.share img
{
width: 158px;
height: 93px;
border: 0;
}

* html a:hover
{
visibility:visible;
}

.share a:hover img
{
visibility:hidden;
}

