/*
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;
}

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


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


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

#menu2 li {
	display:inline;
}


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

#menu2 li a .button2 {
	background:transparent   url(http://theranchhousegrill.com/top-nav-images/nav7-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;
}

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

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

}

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

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