
/* Navigation Stylesheet (CSS Image rollovers) for SRBA

  (c) Colin Sewell, 2006
------------------------- */

.skiplinks {display:none;}


a img { border: none; text-decoration: none; }


.ImageLink, .ImageLink:hover
{
    text-decoration: none;
	border-bottom: none;
}


/* Generic Page Links
   ------------------ */

a
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 100%;
    color: #558800;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #888888;
}

/* colour crib :
   cc6600=orange  558800=green  A5376D=purple  B57613=browny-yellow  be0105=red */
a:link
{
    color: #cc6600;
}
a:visited
{
    color: #993366;	/* dark purple */
}
a:hover
{
    color: #558800;
	border-bottom: 1px solid #558800;
}
a:active
{
    color: #A5376D;	/* purple */
}




/* The Top Navigation Menu
   ----------------------- */

/* Second Version of Menu */

#NavMenu {
	position: absolute;
	width: 600px;
	left: 120px;
	top: 20px;
	padding-left: 20px;
	border: 0px solid #ccc;
}

#NavList
{
	border: 0px solid #ccc;
}

#NavMenu ul
{
	margin: 0px;
	margin-left: auto;
	margin-right: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
/*	display: inline; */
	overflow: hidden;
}

#NavMenu li
{
	float: left;
	overflow: hidden;

	list-style-type: none;
	list-style-image: none;

	font-size: 80%;
	color: #fff;

/*	line-height: 30px; */

	margin: 0px;
	padding: 0px;
	margin-right: 4px;
/*	border-right: #ccc 1px solid; */
/*	text-align: center; */
	letter-spacing: 1px;
}


#NavMenu a {
	float: left;

	padding: 60px 0px 0 0;
	overflow: hidden;
	height: 0px !important;	/* hide inline link text */
	height /**/:20px; /* for IE5/Win only */

	font-size: 80%;
	color: #444;

	text-decoration: none;
	border-bottom: 0px;
}

#NavMenu #nav-home2 {
	width: 60px;
	background: url("../images/nav/nav-home.gif") 0 0 no-repeat;
}
#NavMenu #nav-home2:hover {
	background: url("../images/nav/nav-home.gif") -60px 0 no-repeat;
}


#NavMenu #nav-about2 {
	width: 60px;
	background: url("../images/nav/nav-about.gif") 0 0 no-repeat;
}
#NavMenu #nav-about2:hover {
	background: url("../images/nav/nav-about.gif") -60px 0 no-repeat;
}


#NavMenu #nav-news2 {
	width: 60px;
	background: url("../images/nav/nav-news.gif") 0 0 no-repeat;
}
#NavMenu #nav-news2:hover {
	background: url("../images/nav/nav-news.gif") -60px 0 no-repeat;
}


#NavMenu #nav-contact2 {
	width: 60px;
	background: url("../images/nav/nav-contact.gif") 0 0 no-repeat;
}
#NavMenu #nav-contact2:hover {
	background: url("../images/nav/nav-contact.gif") -60px 0 no-repeat;
}


#NavMenu #nav-honey2 {
	width: 60px;
	background: url("../images/nav/nav-honey.gif") 0 0 no-repeat;
}
#NavMenu #nav-honey2:hover {
	background: url("../images/nav/nav-honey.gif") -60px 0 no-repeat;
}


#NavMenu #nav-about-bees2 {
	width: 60px;
	background: url("../images/nav/nav-about-bees.gif") 0 0 no-repeat;
}
#NavMenu #nav-about-bees2:hover {
	background: url("../images/nav/nav-about-bees.gif") -60px 0 no-repeat;
}


#NavMenu #nav-meetings2 {
	width: 60px;
	background: url("../images/nav/nav-meetings.gif") 0 0 no-repeat;
}
#NavMenu #nav-meetings2:hover {
	background: url("../images/nav/nav-meetings.gif") -60px 0 no-repeat;
}


#NavMenu #nav-apiary2 {
	width: 60px;
	background: url("../images/nav/nav-apiary.gif") 0 0 no-repeat;
}
#NavMenu #nav-apiary2:hover {
	background: url("../images/nav/nav-apiary.gif") -60px 0 no-repeat;
}


#NavMenu #nav-more-info2 {
	width: 60px;
	background: url("../images/nav/nav-more-info.gif") 0 0 no-repeat;
}
#NavMenu #nav-more-info2:hover {
	background: url("../images/nav/nav-more-info.gif") -60px 0 no-repeat;
}




/* Left Navigation Menu
   -------------------- */

#NavLeftMenu
{
	width: 180px;
	border: #e2e2e2 1px solid;	/* f9d43c */
}

#NavLeftMenu img
{
	margin-bottom: 4px;
}

#NavLeftMenu ul
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	background-color: #fff;
}

#NavLeftMenu li
{
	overflow: hidden;
	list-style: none;
	list-style-type: none;
	text-indent: 10px;

	width: 100%;
	line-height: 20px;

	font-family: arial, verdana, helvetica, sans-serif, serif;
	font-size: 80%;
	font-weight: bold;

	border-bottom: #ccc 1px dashed;
	margin-bottom: 8px;
	padding: 1px;
}

#NavLeftMenu li:hover
{
	border-bottom: #ccc 1px solid;
}

#NavLeftMenu li.Selected
{
	background-image: url(../images/decorations/bullet-arrow-green.gif);
	border: #339933 1px solid;
}


#NavLeftMenu a {
	display: block;
	width: 100%;
	line-height: 20px; 

	font-family: arial, verdana, helvetica, sans-serif, serif;
	font-size: 100%;
	font-weight: bold;
	color: #686868;

	text-align: left;
	text-decoration: none;

	margin: 0px;
	padding-left: 25px;

	border-bottom: 0px solid #000;		/* remove default a tag line */
}

#NavLeftMenu a:hover
{
	background-image: url(../images/decorations/bee-icon-med.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color:#FFFFCC;
	color: #222;
}


/* Footer and other Links
   ------------------ */

#Footer a {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 90%;
    color: #9e4000;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #888888;
}
#Footer a:link {
    color: #9e4000;
}
#Footer a:visited {
    color: #993366;
}
#Footer a:hover {
    color: #be0105;
	border-bottom: 1px solid #be0105;
}
#Footer:active
{
    color: #9e4000;
}

.NewsItemLink {
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 100%;
	color: #1d7c28;
}
.NewsItemLink:link {
    color: #1d7c28;
}


.DesignCreditsLink
{
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 100%;
    font-weight: normal;
    color: black;
    text-decoration: none;
	border-bottom: 1px dotted #888888;
}
.DesignCreditsLink:link, .DesignCreditsLink:visited
{
    color: black;
}
.DesignCreditsLink:hover
{
    color: #B57613;
	border-bottom: 2px solid #B57613;
}
