/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* Reset */
*{
padding:0;
margin:0;
}
img{
border:none;
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
}
a:focus{
outline:0;
}

/* Blocks */
body{
background:#fff url(images/front-bars.jpg) left 110px no-repeat;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
line-height:1.8;
margin:0;
padding:0;
font-size:1.1em;
overflow: hidden;
}
#container {
width: 100%;
margin: auto;
text-align: center;}

.front-image {
position: absolute;
top: 110px;
width: 100%;
margin: auto;
}
.front-date {
position: absolute;
top: 520px;
width: 100%;
margin-left: -195px;
color: #ffffff;
}
.front-contact {
position: absolute;
top: 520px;
width: 100%;
margin-left: 245px;

}
.front-contact a {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
.front-contact a:hover {
color: #ffffff;
font-weight: bold;
border-bottom: 5px solid #ec2828;
text-decoration: none;

}






/****************** MENU *************************/

.menu {top:163px; width:630px; height:32px; 
position:relative; z-index:100; 
font-family:arial, sans-serif; 
margin-left: 49px; text-align: left;}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:auto;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto;margin-right:35px;position:relative;}
.menu li li {margin-left: 0;}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:18px;
	text-decoration:none; 
	color:#fff; 
	width: auto; 
	height:28px; 
	background:transparent; 
	margin-right: 10px;
	font-weight:bold;
	border-bottom: 0;
	text-transform:lowercase; 
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #444444;
       border: 0px #555555 solid;
	}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background: #555555;
       border: 0px #777777 solid;
	}
.menu ul ul :hover > a.drop {
	background: #555555;
       border: 0px #777777 solid;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;}

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

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#333333; 
	color:#ffffff; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:150px;
	border:0px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; border-bottom: 5px solid #ec2828;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; border-bottom: 5px solid #ec2828;}

.menu ul ul a:hover{color:#fff; border-bottom: 0px solid #ec2828;background-color: #555555;}
.menu ul ul :hover > a {color:#fff; border-bottom: 0px solid #ec2828;background-color: #555555;}



/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }


/* top level links */
.menu ul .current_parent a {
  color: #fff;
  background: transparent;
  border-bottom: 5px solid #ec2828;
}
.menu ul .current_parent ul a {
  color: #fff;
  background: #444444;
  border: 0;
  z-index: 1000;
}
.menu ul .current_parent ul a:hover {
  color: #fff;
  background: #555555;
  border: 0;
}

/* second level links */
.menu ul ul .current_page a {
  color: #fff;
  background: #444444;
  border: 0;
}


.menu ul .current_page a {
  color: #ffffff;
  background: #transparent;
  border-bottom: 5px solid #ec2828;
}

.menu ul .current_page ul a {
  color: #ffffff;
  background: #transparent;
  border-bottom: 0px solid #ec2828;
}


html>/**/body .menu, x:-moz-any-link {top:163px; width:630px; height:32px; position:relative; z-index:100; font-family:arial, sans-serif; margin-left: 99px; text-align: left;}

html>/**/body .menu, x:-moz-any-link, x:default {top:163px; width:630px; height:32px; position:relative; z-index:100; font-family:arial, sans-serif; margin-left: -49px; text-align: left;}
/*** margin-left: 49px; originally ***/

BODY:nth-of-type(1) .menu, x:-moz-any-link, x:default { margin-left: 49px; }


/*** SAFARI WEBKIT hack ***/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .menu { left: 25px; }
}