/* Main menu */

#menu
{
	width: 1000px;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
background-image: linear-gradient(bottom, rgb(240,152,19) 19%, rgb(235,178,35) 50%, rgb(235,190,9) 94%);
background-image: -o-linear-gradient(bottom, rgb(240,152,19) 19%, rgb(235,178,35) 50%, rgb(235,190,9) 94%);
background-image: -moz-linear-gradient(bottom, rgb(240,152,19) 19%, rgb(235,178,35) 50%, rgb(235,190,9) 94%);
background-image: -webkit-linear-gradient(bottom, rgb(240,152,19) 19%, rgb(235,178,35) 50%, rgb(235,190,9) 94%);
background-image: -ms-linear-gradient(bottom, rgb(240,152,19) 19%, rgb(235,178,35) 50%, rgb(235,190,9) 94%);
	-moz-box-shadow:inset -2px -16px 75px #ba7c30;
-webkit-box-shadow:inset -2px -16px 75px #ba7c30;
box-shadow:inset -2px -16px 75px #ba7c30;
	
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}

#menu a
{
	float: left;
	height: 35px;
	padding: 0 35px;
	color: #ffffff;
	text-transform: uppercase;
	font: 14px/27px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #255;
}

#menu li:hover > a
{
	color: #255;
}

*html #menu li a:hover /* IE6 */
{
	color: #255;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 99999;
   background-image: linear-gradient(bottom, rgb(240,152,19) 19%, rgb(235,178,35) 50%, rgb(235,190,9) 94%);
background-image: -o-linear-gradient(bottom, rgb(240,152,19) 19%, rgb(235,178,35) 50%, rgb(235,190,9) 94%);
background-image: -moz-linear-gradient(bottom, rgb(240,152,19) 19%, rgb(235,178,35) 50%, rgb(235,190,9) 94%);
background-image: -webkit-linear-gradient(bottom, rgb(240,152,19) 19%, rgb(235,178,35) 50%, rgb(235,190,9) 94%);
background-image: -ms-linear-gradient(bottom, rgb(240,152,19) 19%, rgb(235,178,35) 50%, rgb(235,190,9) 94%);
	-moz-box-shadow:inset -2px -16px 75px #ba7c30;
-webkit-box-shadow:inset -2px -16px 75px #ba7c30;
box-shadow:inset -2px -16px 75px #ba7c30;
border-radius: 4px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow:inset -2px -16px 75px #ba7c30;
-webkit-box-shadow:inset -2px -16px 75px #ba7c30;
box-shadow:inset -2px -16px 75px #ba7c30;
border-radius: 4px;
}

#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a
{
    padding: 10px;
	height: 10px;
	width: 130px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{
	height: 10px;
}

#menu ul a:hover
{
    background-image: linear-gradient(bottom, #CCCACC 37%, #C7C3C7 53%, #E0E0E0 84%);
background-image: -o-linear-gradient(bottom, #CCCACC 37%, #C7C3C7 53%, #E0E0E0 84%);
background-image: -moz-linear-gradient(bottom, #CCCACC 37%, #C7C3C7 53%, #E0E0E0 84%);
background-image: -webkit-linear-gradient(bottom, #CCCACC 37%, #C7C3C7 53%, #E0E0E0 84%);
background-image: -ms-linear-gradient(bottom, #CCCACC 37%, #C7C3C7 53%, #E0E0E0 84%);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #CCCACC;
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #CCCACC;
    border-bottom-color: transparent;
}

#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}#apDiv1 #apDiv4 #form1 #apDiv8 h1 {
	font-size: 70px;
}
