@charset "UTF-8";

/*@media only screen and (min-width:769px) {*/


body#welcome a#welcomeNav,
body#sires a#siresNav,
body#saleBulls a#saleNav,
body#semen a#semenNav,
body#gallery a#galleryNav {
	color: #00ACEC;
}

nav ul a:link {
	text-align: left;
	display: block;
	white-space: nowrap;	/*---THIS STOPS THE LINKS FROM WRAPPING TO TWO LINES*/
	text-transform: uppercase;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 18px;
	color: #000;
	height: 38px;  /*---THIS SETS THE HEIGHT OF THE NAV IN PX*/
	line-height: 38px;
	font-weight: 400;
	-webkit-transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out;
	-o-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;	/*border-radius:6px;*/	/*box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;*/	/*text-shadow: rgba(0,0,0,0.8) 1px 1px 1px;*/
	
}

	/*-------------- THIS GIVE THE MENU MOVEMENT ----------------------*/
	
nav ul li {
	float: left;	
	/*transition-duration:.5s;
	transition-property:margin-top;
	transition-timing-function:ease-in-out;*/
}


	/*-------------------------------------------------------------------*/
	
/*THIS GIVE THE DROP DOWN LINKS THERE BACKGROUND COLOUR*/
nav ul a:visited {
	font-weight: 400;
	font-size: 18px;
	color: #000;
	line-height: 38px;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
}

/*THIS GIVE THE DROP DOWN LINKS THERE HOVER BACKGROUND COLOUR*/ /* HOVER LINK COLOUR */
nav ul a:hover, nav ul a:active, nav ul a:focus {
	color: #00ACEC;	
}

	
	
nav .email {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 26px;
	padding-right: 20px;
}
nav .email:hover {
	background-image: url(../images/email_hover.png);
}

nav .top_parent {
	background-image: url(../images/MenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
nav .top_parent:hover {
	background-image: url(../images/MenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
	
nav .side_parent {   
	background-image: url(../img/MenuBarDownSide.png);
	background-repeat: no-repeat;
	background-position: right center;
}
nav .side_parent:hover {
	background-image: url(../img/MenuBarDownHoverSide.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/* THIS WILL SEND THE NAV TO THE LEFT OR RIGHT BUT NAV IS BACKWARDS*/
nav ul {
	float: right;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
/* THIS GIVE THE FIRST SET OF LINKS THERE BACKGROUND COLOUR*/
nav li {
	min-height: 1px;
	vertical-align: bottom;
	position: relative;	/*background-color: #0CF;*/
	margin-top: 30px;
	}
	
/* THIS GIVE THE FIRST SET OF LINKS THERE BACKGROUND HOVER COLOUR*/
nav li:hover {      		 
	cursor:pointer;
	z-index:100;
	}


nav ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1em;
	}

nav ul ul ul {
	top:0;
	left:100%;
	}
	
/* THIS GIVE THE DROP DOWN LINKS THERE BACKGROUND COLOUR, USE THIS IF YOU ONLY WANT TO CHANGE THE COLOUR OF THE DROP DOWNS*/
nav ul li ul li {
	float: none;	
	/*background-color: rgba(101,240,255,0.2);*/
	}
	
/* THIS GIVE THE DROP DOWN LINKS THERE BACKGROUND HOVER COLOUR, USE THIS IF YOU ONLY WANT TO CHANGE THE COLOUR OF THE DROP DOWNS*/	
nav ul li ul li:hover {		
	/*background-color: rgba(255,255,21,0.8);*/
	}

nav li:hover ul ul, nav li li:hover ul ul, nav li li li:hover ul ul, nav li li li li:hover ul ul
{display:none;}

nav li:hover ul, nav li li:hover ul, nav li li li:hover ul, nav li li li li:hover ul
{display:block;}




/*TABLET MENU LAYOUT*/
@media only screen and (min-width:481px) and (max-width:768px) {
}

/*MOBILE MENU LAYOUT*/
@media only screen and (max-width:480px) {
	
/*nav ul a:link {
}
nav ul li {
	float: left;
	width: 50%;
	display: block;
}
nav ul a:visited {	 
	background: rgba(255,255,255,0.2);
}
nav ul a:hover, nav ul a:active, nav ul a:focus {	
	color: #CF0;	
	background: rgba(255,255,255,0.4);
}*/

}
