.hmenudiv
{
//background-image:url(images/hmenuback.png); 
  //background-repeat:repeat;
  width:100%;
overflow:hidden;
 max-width: 1235px;
  text-align:center;
padding-left:2%;
padding-right:2%;
}

.headerdiv
{
background-image:url(images/beerback.jpg);
background-repeat:repeat-x;
width:100%;
height:162px;
 max-width: 1280px;
  text-align:center;
}

a.ahmneu:link
		{
			color:#FFFFFF;
			background-image:url(images/hmenubuttonnormal.png);
			font-weight:800;
			display:block;
			width:195px;
			height:33px;
			float:left;
					background-repeat:no-repeat;
					text-decoration:none;
				
		}
		
		a.ahmneu:visited
		{
			color:#FFFFFF;
			background-image:url(images/hmenubuttonnormal.png);
			font-weight:800;
			display:block;
			width:195px;
			height:33px;;
			float:left;
					background-repeat:no-repeat;
					text-decoration:none;
		}
		
		a.ahmneu:hover
		{
		color:#FFFFFF;
					background-image:url(images/hmenubuttonhover.png);
					background-position:left;
					background-repeat:no-repeat;
			font-weight:800;
			display:block;
			width:195px;
			height:33px;
			float:left;
			text-decoration:none;
		}
		
		a.ahmneusmall:link
		{
			color:#FFFFFF;
			background-image:url(images/hmenubuttonnormals.png);
			font-weight:800;
			display:block;
			width:140px;
			height:33px;
			float:left;
					background-repeat:no-repeat;
					text-decoration:none;
		}
		
		a.ahmneusmall:visited
		{
			color:#FFFFFF;
			background-image:url(images/hmenubuttonnormals.png);
			font-weight:800;
			display:block;
			width:140px;
			height:33px;;
			float:left;
					background-repeat:no-repeat;
					text-decoration:none;
		}
		
		a.ahmneusmall:hover
		{
		color:#FFFFFF;
					background-image:url(images/hmenubuttonhovers.png);
					background-repeat:no-repeat;
			font-weight:800;
			display:block;
			width:140px;
			height:33px;
			float:left;
			text-decoration:none;
		}
		
		.roundcont {
	width: 100%;
	background-color: #313131;
	color: #fff;
	overflow:hidden;
	max-width:1280px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 7px;
   height: 7px;
   border: none;
   display: block;
}