html
{
	height: 100%;
}
html, body
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #87AEC5;
	min-width: 500px;
}
#flashvertical
{
	position: absolute;
	top: 50%;
	margin-top: -120px; /* half flash height*/
	left: 0;
	width: 100%;
}
#flashhoz
{
	width: 500px; /* flash width*/
	margin-left: auto;
	margin-right: auto;
	height: 240px; /* flash height*/
	background: url(images/splash2.png) no-repeat;
}

#menu
{
	margin: 0;
	padding: 0;
	width: 249px;
	list-style: none;
	background: rgb(255,255,255);
}


#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a
{
	background: #efefef;
	text-decoration: none;
	height: 40px;
	text-align: center;
	padding: 0px 15px;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	display: block;
	background: url(images/verMenuImagesSplash.png) 0px 0px no-repeat;
}

#menu a:hover
{
	height: 40px;
	background: url(images/verMenuImagesSplash.png) no-repeat 0px -40px;
	color: rgb(255,255,255);
}

#menu a.active, .menu a.active:hover
{
	background: url(images/verMenuImagesSplash.png) 0px -80px no-repeat;
	color: rgb(255,255,255);
}

#menu li a span
{
	line-height: 40px;
}

#menu li
{
	padding: 0;
	margin: 0 0 0 0;
	height: 40px;
	display: block;
}

#menu li
{
	position: relative;
	height: 40px;
}

#menu ul ul ul
{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 40px;
}

div#menu ul ul ul, div#menu ul ul li:hover ul ul
{
	display: none;
	height: 40px;
}

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul
{
	display: block;
	height: 40px;
}
