.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu li {
padding:0;
margin:0;
float:left;
width:77px;
position:relative;
}
.menu ul ul {
	border: 1px solid #FFFFFF;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none; 
color:#fff; 
font-size:11px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:77px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#b33131 url(drop.gif) bottom right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#740303 url(drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#740303 url(drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#b33131;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#740303;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
padding:0;
margin:0;
visibility:hidden;
position:absolute;
height:0;
left:0; 
width:100px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:38px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:149px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;padding:0;margin:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#b33131; 
color:#FFF; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#740303;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#740303;
}

.menu ul li:hover ul, .menu ul a:hover ul{
visibility:visible; 
}
.menu ul :hover ul ul{
visibility:hidden;
}
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
body {
	
	background-image: url(background.png);
	
			// background: url('/bgbeurer.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;		
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.main {
	background-image: url(mainback.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	padding: 5px;
	margin:0;
}
h2 {
	font-size: 18px;
}
a{
	text-decoration: underline;
	color:#000;
}
a:visited{
	text-decoration: underline;
	color:#000;
}
a:hover{
	text-decoration: none;
	color:red;
}
