﻿/* ================================================================ 
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.cssplay.co.uk/menus/ul-fOutout-two.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

body {
	overflow-y: hidden;
	background-color:#FFF;
}
.contain1 {
	width:779px;
	height:580px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-290px 0 0 -387px;
	background: url(images/back1.jpg) no-repeat top left;
	
}
.className{
	width:740px;
	height:538px;
	position:absolute;
	left:10px;
	top:9px;
	border:1px solid #C0C0C0;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	padding:5px;
}
.headLine {
	width:250px;
	height:86px;
	margin:3px;
	background:url(images/main_logo.png) no-repeat top left;
}
.menuLine {
	width:480px;
	height:86px;
	//border:1px solid #C0C0C0;
	position:absolute;
	top:0px;
	left:260px;
}
.menuLine img{
	margin-left: 50px;
}
.sideBar {
	width:150px;
	height:437px;
	//border:1px solid #C0C0C0;
	position:absolute;
	top:100px;
	left:10px;
	font-family: Century Gothic, Arial, Tahoma, Verdana;
	font-size: 15px;
	font-weight:500;
	color:#555;
	line-height:25px;
}
.mainContent{
	width:570px;
	height:437px;
	position:absolute;
	top:100px;
	left:170px;
	//border:1px solid #C0C0C0;
	font-family: Century Gothic, Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight:500;
	overflow:auto;
	background:url(images/back_scope.jpg) no-repeat center center;
	padding-left:10px;
	padding-top:5px;
}
.Menu {
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}


#backgroundHolder {width:750px; height:490px; padding-top:10px; margin:0 auto;}
.nav,.nav ul{list-style-type:none; margin:0; padding:0;}
.nav a {text-decoration:none;background:url(images/block1-85.png);}
.nav {font-family: arial, sans-serif; font-size:12px; margin-left:20px; z-index:10;color:#000;}
 
/* ----------------------------------------------------------------------------	*/
 
/* style the <b> element so that is does not affect the size of the link */
.nav a b {color:#333333; display:block; padding:5px 0 5px 10px;}
.nav .fOut .main b {background:url(images/arrow1.png) no-repeat 120px 9px;}
.nav .none .main b {background:none;}
 
/* the path trail styling */
.nav a i {display:block; width:129px; height:25px; background:#000; position:absolute; margin-top:-25px; left:-130px; z-index:10;}
.nav a i.i2 {height:40px;}
 
 
/*set the link width and fOutout positions here*/
.nav {width:130px;}
.nav li {max-width:130px;}
.nav a {width:130px; margin-right:-129px;}
 
.nav ul {left:130px; top:-25px;}
.nav ul.ul2 {top:-40px;}
 
 
/* ----------------------------------------------------------------------------	*/
/* DO NOT CHANGE ANYTHING BELOW */
.nav li {float:left; clear:left;}
.nav ul {float:left; position:relative; z-index:10;}
.nav a {display:block; position:relative; z-index:100;}
.nav a.main {float:left; margin-top:10000px;}
.nav .fOut {margin-top:-10000px;}
.nav ul {margin-bottom:-5000px;}
/* ----------------------------------------------------------------------------	*/
 
/* The bit that does ALL the work to bring the sub menus into view */
 
.nav a:hover,
.nav a:focus,
.nav a:active {margin-right:0; outline:0; z-index:100;}
 
.nav .fOut a:hover b {background-color:#E0E0E0; cursor:pointer;}
 
.nav a:focus b,
.nav a:active b {background-color:#E0E0E0;}
 
/* ----------------------------------------------------------------------------	*/
/* OPERA fix */
.nav ul:hover {clear:left;} /* to stop intermittent sub link :hover problems */
 

