 #start
{
	float: left;
	left: 0px;
	top: 1px;
	border: none;
	padding: 0;
	background-color: #00D9AD;
	width: 100%;
	height: 100px;
/**	background-image: linear-gradient(left , #00D9AD 0%, #C2862D 74%);
	background-image: -o-linear-gradient(left , #00D9AD 0%, #C2862D 74%);
	background-image: -moz-linear-gradient(left , #00D9AD 0%, #C2862D 74%);
	background-image: -webkit-linear-gradient(left , #00D9AD 0%, #C2862D 74%);
	background-image: -ms-linear-gradient(left , #00D9AD 0%, #C2862D 74%);**/
}
#start div
{
	float: left;
	height: 98%;
	width: 80%;
}
#start div p
{
  vertical-align: middle; 
  text-align: center; 
}
#logo
{
	left: 0px;
	top: 1px;
	border: none;
	padding: 0;
	width: 100px;
	height: 150px;
}
	
img.logo
{
	float: left;
	margin-top: 0px;
	padding-left:5px;
	height: 80px;
}
div.content 
{
	outline: 1px #FFCC00 groove;
	outline-style: inset;
	width: 100%;
	height: 100%;
	margin: 3px auto;
	padding: 4px;
	text-align: center;
}
/* ================================================================ 
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_neu {padding:0; margin:0; list-style:none; height:25px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#menu_neu li {float:left; margin-right:1px;}
#menu_neu li a {display:block; float:left; height:25px; line-height:25px; background:#333; color:#fff; text-decoration:none; font-size:11px; font-weight:normal; padding:0 30px 0 20px;}


#menu_neu 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_neu li a:hover {z-index:200; position:relative;color:#fff; background-color:#336699;}
#menu_neu li:hover {position:relative; z-index:200;}

#menu_neu li:hover > a {color:#fff; background:#336699;}
#menu_neu li:hover > a.sub {color:#fff; background-color:#336699;}

#menu_neu li.current a {color:#fff; background:#336699;}

#menu_neu li a.sub {background: #333 url(../images/down-arrow.gif) no-repeat right center;}
#menu_neu li.current a.sub {color:#fff; background:#333 url(../images/down-arrow.gif) no-repeat right ;}

#menu_neu :hover ul {left:0; top:25px; width:100px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu_neu ul, 
#menu_neu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu_neu :hover ul :hover ul
{left:120px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu_neu :hover ul li {margin:0; border-top:1px solid #666;}
#menu_neu :hover ul li a {width:160px; padding:0; text-indent:10px; background:#333; color:#fff; height:30px; line-height:30px; text-align: left;}
#menu_neu :hover ul li a.fly {background:#333 url(../images/right-arrow.gif) no-repeat left;}

#menu_neu :hover ul :hover {background-color:#336699; color:#fff;}
#menu_neu :hover ul :hover a.fly {background-color:#336699; color:#fff;}

#menu_neu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu_neu :hover ul li.currentsub a.fly {background:#840 url(../images/right-arrow.gif) no-repeat right center; color:#fff;}

#menu_neu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3e3e3e; color:#fff;}
#menu_neu :hover ul :hover ul :hover {background-color:#d70; color:#fff;}

#menu_neu :hover ul :hover ul li.currentfly a,
#menu_neu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}
