/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

* {
	border:none; 
	margin:0; 
	padding:0;
}


a:link, a:visited {
	color:#FFFFFF;
	font-weight: 600;
	text-decoration:none; 
}

h1 {
	font-size:12px;
	margin-bottom:0px; 
}

h2 {
	font-size:12px;
	margin-top:0px;
}

p {
	margin:0px 0;
}

#wrap {
	float:left;
	margin: 0px 0px 0px 54px;
	width:146px; 
}


/************************************************
      GENERAL PROPERTIES FOR EXAMPLE 1 & 2 
************************************************/


#menu1, #menu2 {
	width:146px;
	height:63px;
	border-bottom:0px solid #959595;
}

#menu1 li, #menu2 li {
	display:inline;
}


/************************************************
 CREATING CSS HALF ROUNDED BUTTON FOR BOTH EXAMPLE
************************************************/
#menu1 li a, #menu2 li a  {
	background:transparent url(http://theranchhousegrill.com/top-nav-images/nav1-button.jpg) no-repeat top left;
    display:block;
    float:left;
	width:146px;
    height:63px;
    margin:0px 0px 0px 120px;
}

#menu1 li a .button1, #menu2 li a .button {
	background:transparent   url(http://theranchhousegrill.com/top-nav-images/nav1-button.jpg) no-repeat top right;
    display:inline;
    float:left;
    height:63px;
	width:146px;
    padding:0px 0px 0px 0px;
    margin-left:0px;
    cursor:pointer;
	text-align:center;
}

#menu1 li a:hover, #menu2 li a:hover {
	background-position:0px bottom;
	background-image:url(http://theranchhousegrill.com/top-nav-images/nav1-button-over.jpg);
	color:#fff;
}

#menu1 li a:hover .button1, #menu2 li a:hover .button {
	background-position:right bottom;
	background-image:url(http://theranchhousegrill.com/top-nav-images/nav1-button-over.jpg);

}

/************************************************
         EXAMPLE 1 - SINGLE REMOTE AREA
************************************************/
#menu1 a .text {
	display:none;
} 

#menu1 a:hover .text {
	display:block;
	position:absolute;
	height:20px;
	top:30px;
	left:0px;
	color:#FFFFFF;
	font-size:12px;
}