#pad {height:140px;}
/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#container #menu {
	padding:0;
	margin:0;
	font-size:100%;
	height: 42px;
	width: 647px;
	float: left;
	list-style:none;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	text-align: left;

}
#container #menu li {float:left; margin-right:1px;}
#container #menu li a {
	display:block;
	float:left;
	line-height:22px;
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	height: 34px;
}


html #container #menu .home a {
	color: #999999;
	background-image: url(/media/images/generic/nav-home.gif);
	background-repeat: no-repeat;
	width: 60px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}

html #container #menu .homecurrent a {
	color: #999999;
	background-image: url(/media/images/generic/nav-home.gif);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	width: 60px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}

html #container #menu .about a {
	color: #999999;
	background-image: url(/media/images/generic/nav-about.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}
html #container #menu .aboutuscurrent a {
	color: #999999;
	background-image: url(/media/images/generic/nav-about.gif);
	background-position: 0px -42px;
	background-repeat: no-repeat;
	width: 80px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}
html #container #menu .aboutus a {
	color: #999999;
	background-image: url(/media/images/generic/nav-about.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}
html #container #menu .aboutuscurrent a {
	color: #999999;
	background-image: url(/media/images/generic/nav-about.gif);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	width: 80px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}

html #container #menu .services a {
	color: #999999;
	background-image: url(/media/images/generic/nav-services.gif);
	background-repeat: no-repeat;
	width: 77px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}
html #container #menu .servicescurrent a {
	color: #999999;
	background-image: url(/media/images/generic/nav-services.gif);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	width: 77px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}

html #container #menu .portfolio a {
	color: #999999;
	background-image: url(/media/images/generic/nav-portfolio.gif);
	background-repeat: no-repeat;
	width: 67px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}
html #container #menu .portfoliocurrent a {
	color: #999999;
	background-image: url(/media/images/generic/nav-portfolio.gif);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	width: 67px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}

html #container #menu .newsandinformation a {
	color: #999999;
	background-image: url(/media/images/generic/nav-news.gif);
	background-repeat: no-repeat;
	width: 168px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}
html #container #menu .newsandinformationcurrent a {
	color: #999999;
	background-image: url(/media/images/generic/nav-news.gif);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	width: 168px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}


html #container #menu .contact a {
	color: #999999;
	background-image: url(/media/images/generic/nav-contact.gif);
	background-repeat: no-repeat;
	width: 63px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}
html #container #menu .contactcurrent a {
	color: #999999;
	background-image: url(/media/images/generic/nav-contact.gif);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	width: 63px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}
html #container #menu .home a:hover, html #container #menu .about a:hover, html #container #menu .services a:hover, html #container #menu .portfolio a:hover, html #container #menu .news a:hover, html #container #menu .contact a:hover, html #container #menu li.currentsection {
	background-position: 0px -42px;
}

#container #menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#container #menu li a:hover {z-index:200; position:relative;color:#ffffff; }
#container #menu li:hover {position:relative; z-index:200;}

#container #menu li:hover > a {
	color:#ffffff;
}
#container #menu li:hover > a.sub {color:#fff; 
	/* background-color:#555555;*/
	}

#container #menu li.current a {color:#fff; background:#3d3d3d;}

#container #menu li a.sub {

}
#container #menu li.current a.sub {
	color:#fff;
	background:#840 url(down-arrow.gif) no-repeat right center;!important; 
}

#container #menu :hover ul {left:0; top:35px; width:120px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#container #menu ul, 
#container #menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;

}
#container #menu ul li a {
	text-transform: none;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#container #menu :hover ul :hover ul
{left:240px; top:-1px; background:#222; white-space:nowrap; width:280px; z-index:200; height:auto;}

#container #menu :hover ul li {margin:0; }
#container #menu :hover ul li a {width:280px; padding:0; text-indent:10px; background:#231f20; color:#ccc; height:30px; line-height:30px;}
#container #menu :hover ul li a.fly {background:#555555 url(/media/images/generic/right-arrow.gif) no-repeat right center;}

#container #menu :hover ul :hover {background-color:#3d3d3d; color:#fff;}
#container #menu :hover ul :hover a.fly {background:#3d3d3d url(/media/images/generic/right-arrow-hover.gif) no-repeat right center;}

#container #menu :hover ul li.currentsub a {background:#3d3d3d; color:#fff;}
#container #menu :hover ul li.currentsub a.fly {background:#3d3d3d url(/media/images/generic/right-arrow.gif) no-repeat right center; color:#fff;}

#container #menu :hover ul :hover ul li a {width:280px; padding:0; text-indent:10px; background:#555555; color:#ccc;}
#container #menu :hover ul :hover ul :hover {background-color:#3d3d3d; color:#fff;}

#container #menu :hover ul :hover ul li.currentfly a,
#container #menu :hover ul :hover ul li.currentfly a:hover {background:#555555; color:#fff;}
