#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.
===================================================================*/
#menu
{
	padding: 0;
	margin: -27px 0 0 0px;
	list-style: none;
	height: 40px;
	position: relative;
	z-index: 500;
	font-family: arial, verdana, sans-serif;
}
#menu LI
{
	float: left;
	margin-right: 2px;
}
#menu LI A
{
	display: block;
	float: left;
	height: 30px;
	line-height: 29px;
	background: #16E;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 26px;
	width: 130px;
	text-align: center;
}
#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*/
#menu LI A:hover
{
	z-index: 200;
	position: relative;
	color: #FFF;
	background-color: #09C;
}
#menu LI:hover
{
	position: relative;
	z-index: 200;
}
#menu LI:hover>A
{
	color: #FFF;
	background: #09C;
}
#menu LI:hover>A.sub
{
	color: #FFF;
	background-color: #09C;
}
#menu LI.current A
{
	color: #FFF;
	background: #09C;
}
#menu LI A.sub
{
	background: #16E url(down-arrow.gif) no-repeat right center;
}
#menu LI.current A.sub
{
	color: #FFF;
	background: #16E url(down-arrow.gif) no-repeat right center;
}
#menu :hover UL
{
	left: 0;
	top: 30px;
	width: 120px;
	background: #444;
}
#menu UL, #menu :hover UL UL
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu :hover UL :hover UL
{
	left: 120px;
	top: -1px;
	background: #222;
	white-space: nowrap;
	width: 100px;
	z-index: 200;
	height: auto;
}
#menu :hover UL LI
{
	margin: 0;
	border-top: 1px solid #FFF;
}
#menu :hover UL LI A
{
	width: 182px;
	padding: 0;
	text-indent: 10px;
	background: #16E;
	color: #FFF;
	height: 30px;
	line-height: 30px;
}
#menu :hover UL LI A.fly
{
	background: #333 url(right-arrow.gif) no-repeat right center;
}
#menu :hover UL :hover
{
	background-color: #09C;
	color: #FFF;
}
#menu :hover UL :hover A.fly
{
	background-color: #09C;
	color: #FFF;
}
#menu :hover UL LI.currentsub A
{
	background: #09C;
	color: #FFF;
}
#menu :hover UL LI.currentsub A.fly
{
	background: #09C url(right-arrow.gif) no-repeat right center;
	color: #FFF;
}
#menu :hover UL :hover UL LI A
{
	width: 100px;
	padding: 0 0px 0 0;
	text-indent: 10px;
	background: #3E3E3E;
	color: #CCC;
}
#menu :hover UL :hover UL :hover
{
	background-color: #09C;
	color: #FFF;
}
#menu :hover UL :hover UL LI.currentfly A, #menu :hover UL :hover UL LI.currentfly A:hover
{
	background: #09C;
	color: #FFF;
}
.container
{
	width: 920px;
	/*[disabled]background-color:#FFF;*/
	margin: 0px auto 0px 1px;
}
