@import url("w3c.css");
/* menu.css */

#wrap {
	width: 100%;
	text-align: left;
	height: 30px;
	margin-top: 0px;
	clear: both;
}
@media screen {
#menu {
	clear:both;
	height:28px;
	border-top: 1px solid #006600;
	border-bottom:1px solid #006600;
	border-right:1px solid #006600;
	width:100%;
	margin: 0px;
	padding: 0px;
	background: #edddd0;
	/*background: #edddd0 url(../img/menu_swirl-1.gif) repeat-x center -12px;*/

}
}
@media print {
#menu {display: none;}
#crumbs {display: none;}
}

#menu ul, ul.nobullets, .jsMenu ul {
margin:0;
padding:0;
list-style:none;
}


#menu li {
	float:left;
	width: 12%;
}

#menu a {
	display:block;
	border-left:1px solid #7e7e7e;
	text-align:center;
	text-decoration: none;
	font-size: 10px;
}

#menu li a span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	display:block;
	border-left:1px solid #fff;
	height: 21px;
	margin: 0px;
	padding-top: 8px;
}

#menu a:hover, #menu a.selected {
	cursor:pointer;
	color: #000;
}

/* for drop down menus */

.jsMenu {
	display:none;
	background-color:#ffffff;
	border:1px solid #555;
	text-align: center;
	position: absolute;
	height: auto;
	width: 120px;
	padding: 0px;
	}

.jsMenu li {
	border-bottom:1px solid #fff;
	font-family:verdana, sans-serif;
	font-size:9px;
	margin:0px;
	font-weight: bold;
}

.jsMenu li.separator {
line-height:1px;
height:1px;
background-color:#006600;
padding:0px;
margin:0px;
}

.jsMenu li a {
display:block;
text-decoration:none;
color:#603913;
border:1px solid #ccc;
padding:1px 2px 2px 6px;
}

.jsMenu a:hover {
	background:#ffffcc;
	color: #ff0000;
}
.left {
	float: left;
	margin-left: 15px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* define site's section colours into classes */
.farm{color: #009966;}
.andalusians{color: #3399FF;}
.features{color: #ff6600;}
.breeding{color: #996666;}
.stallions{color: #CC0000;}
.mares{color: #CC0000;}
.forsale{color: #0066CC;}
.contact{color: #FF9933;}

/* Navigation crumbs for ie without javascript */
#crumbs {
  margin: 0 0 5px 30px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: xx-small;
  color: #999;
  voice-family:"\"}\"";
  voice-family: inherit;
  font-size: x-small;
}
html>body #crumbs {
  font-size: x-small;
}

#crumbs a {
/*  font-weight: normal;*/
  color: #69c;
  text-decoration: none;
}

#crumbs a:hover {
  text-decoration: underline;
}
/* Navigation bottom crumbs for ie without javascript */
#crumbs-b {
  margin: 0 0 5px 30px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: xx-small;
  color: #999;
  voice-family:"\"}\"";
  voice-family: inherit;
  font-size: x-small;
}
html>body #crumbs-b {
  font-size: x-small;
}
#crumbs-b a {
  font-weight: normal;
  color: #69c;
  text-decoration: none;
}
#crumbs-b a:hover {
  text-decoration: underline;
}
