body {
	text-align: center;
	min-width: 1024px;
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size:0.65em;
	line-height:17px;
	background:#ccc;
}
#wrapper
{
	 width:1024px;
	 height:632px;
	 margin:0 auto;
	text-align: left;
	overflow:hidden;
	
}
#image
{
	/*text-align:right;*/
	z-index:-2;
	position:relative;
	background:white;
}
#info,
#aboutinfo
{
	position:absolute;
	z-index:-1;
	top:242px;
	border-top:dotted 1px #666;
	color: white;
	background:url(../images/transparent-background70.png);
}
#info
{
	margin-left:641px;
	width:296px;
}
#aboutinfo
{	
	margin-left:0px; /*391px;*/
	width: 391px /*562px;*/;
	font-size:12px;
}
.homepage #aboutinfo
{
	margin-left:0px; /*391px;*/
	width: 391px /*562px;*/;
	text-align:right;
}
.homepage #aboutinfo div
{
	padding:0 10px 10px;
}
.homepage  #aboutinfo h2,
.homepage  #aboutinfo p
{
	padding-left: 5px;
}
.homepage #aboutinfo p
{
	margin-left:50px;
}
#aboutinfo b
{
	background:url(../images/transparent-background50.png);
	font-weight:bold;
	color: #F60;
}
#info div,
#aboutinfo div
{	
	padding:2px 10px;
}
#info div div,
#aboutinfo div div,
.homepage  #aboutinfo div div
{
	padding:0;
}

#imgNum
{
	float:right;
	padding-left:10px;

}
h1
{
	font-size:11px;
	font-weight: bold;
	line-height:13px;
	background:url(../images/transparent-background50.png);
	padding: 1px;
	*margin-top:10px;
}
h1 span
{

	font-size:10px;
}
h2
{
	font-size:10px;
	line-height:16px;
	font-weight: bold;
	padding: 1px;
	color: #F60;
	margin:0 0 -7px;
}

p
{
	margin:5px 0;
}

/* ================================================================ 
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.
=================================================================== */

#menudiv
{
	position:absolute;
	top:221px;
	height:100px;
}
#menu 
{
	padding:0;
	margin:0;
	list-style:none;
	height:20px;
	position:relative;
	z-index:500;
	width:1024px;
}
#menu li
{
	float:left;
	height:20px;
	line-height:20px;
	color:black;
}
/*#menu li.nolink
{
	padding:0 8px;
	background-color: #FF6600;
	font-weight:bold;
}
#menu li li.nolink
{
	width:194px;
	background: white;
	color: black;
}*/
#menu li.fltrt {
	float:right;
}

#menu li a {
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FF6600;
}
#menu li.rma
{
	text-align:right;
}
#menu li.rma a,
#menu #next a,
#menu #back a
{
	background:url(../images/transparent-background70.png);
	color:white;
}

#menu li.rma a
{
	width:371px;
}
#back,
#next
{
	width:26px;
	
}

#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:white; background-color:#c60;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:black; background:white;}
#menu li:hover > a.sub {color:black; background-color:white;}

#menu li.current a,
#menu li.current a.sub,
#menu :hover ul li.currentsub a,
#menu :hover ul :hover,
#menu #next a:hover,
#menu #back a:hover
 {color:black; background:white;}

#menu li a.sub {background:#F60;}

#menu :hover ul {left:0; top:20px; width:210px; background:white;color:black;}

/* keep the 'next' level invisible by placing it off screen. */
#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:white; white-space:nowrap; width:210px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px dotted #666;}
#menu :hover ul li a {width:210px; padding:0; text-indent:10px; background:#ff6600; color:white; height:20px; line-height:20px;}


#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:white; color:black;}
#menu :hover ul :hover ul :hover {background-color:white; color:black;}