body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4e4e4e;
	background-image: url(newimages/bgAll.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	padding:0;
	margin:0;
}
.header{
	background:url(newimages/bgHeader.jpg) no-repeat right;
}
.grey{
	background:url(newimages/greyBG.gif) repeat-x;
}
.footer{
	background:url(newimages/footBG.gif) repeat-x;
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}
.content{
	background:#000000;
	padding:0px;
	color:#c0c0c0;
	height:400px;
	vertical-align:top;
}
/* MENU STYLE */
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 152px;
	float: left;
	height: 27px;
}

#menu h2 {
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	background: #393939;
	margin: 0;	
	height: 27px;
	color: #fff;
	width: auto;
	text-transform: uppercase;
	text-align: center;
}

#menu a {
	font: bold 12px arial, helvetica, sans-serif;
	display: block;	
	margin: 0;
	padding: 5px 3px 4px;
	height: 27px;
	color: #FFFFFF;
	width: auto;
	text-decoration: none;
	text-align: center;
}

#menu a:hover {
	color: #383838;
	height: 20px;
	background: #cccccc;
}

#menu li {position: relative; width: 100%;}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

html ul li { float: left; height: 1%;}
html ul li a { height: 1%; }

#menu li:hover ul, li.over ul { display: block; float:left;}


/* END OF MENU STYLE */


