body {
	margin:0; padding:0;
	font-family:"trebuchet MS";
	background-image: url(images/layout_08.jpg);
	background-repeat: repeat-x;
	background-position: center 108px;
	font-size: 12px;
	color: #333333;
	}
.header {
	background-image: url(images/layout_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 108px;
	width: 999px;
}
.header2 {
	background-image: url(images/layout_02.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 108px;
	width: 100%;
}
#menu-position {
	clear: both;
	height: 50px;
	width: 700px;
	right: 1px;
	float: right;
	position: relative;
	top: 68px;
	visibility: visible;
	z-index: 1000;
}
#nav {
  padding:0; 
  margin:0; 
  list-style:none; 
  position:relative; 
  z-index:500; 
  width:565px;
	height:30px;
	font-size:0.85em;
	position:relative;
	left: 101px;
	top: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CFDEF3;
	border-left-color: #CFDEF3;
}
#nav ul {
    padding:0;
    margin:0;
    list-style-type:none;
    display:inline;
}
#nav ul ul {
	width:auto;
	display:inline;
}
#nav li.top {
	display:block;
    float:left;
    width : auto;
    position:relative;
	}
#nav li a.top_link {
	display:block; 
	float:left; 
	height:30px; 
	line-height:29px; 
	color:#fff; 
	text-decoration:none; 
	font-size:14px; 
	font-weight:bold; 
	padding:0 0 0 12px; 
	cursor:pointer;
}
#nav li a.top_link span {
	float:left; 
	display:block; 
	padding:0 15px 0 3px; 
	height:30px; 
	background:#none;
}
#nav li:hover a.top_link {
	color:#333333; 
  background:#CFDEF3; 
  cursor:pointer;
}

/* Default list styling */

#nav li:hover {position:relative; z-index:200; cursor:pointer;}

#nav li:hover ul.sub {
	left:0px; 
	top:30px; 
	background: #CFDEF3; 
	padding:0;
	white-space:nowrap; 
	width:15.7em; 
	height:auto; 
	z-index:300; 
	cursor:pointer;
}
#nav li:hover ul.sub li {
	display:block;  
	position:relative; 
	float:left; 
	width:15em;
	font-weight:normal; 
	cursor:pointer;
}
#nav li:hover ul.sub li a {
	display:block; 
	font-size:12px; 
	height:auto; 
	width:12em; 
	line-height:1em; 
	padding:8px 6px;
	text-indent:5px; 
	color:#000; 
	text-decoration:none;
	cursor:pointer;
}
#nav li:hover ul.sub li a:hover {
	background:#346AA8; 
	color:#fff;
	margin:0;
	cursor:pointer; 
	width:12.3em; 
	
}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul {
	left:90px; 
	top:-4px; 
	background: #bbd37e; 
	padding:3px; 
	border:none; 
	white-space:nowrap; 
	width:90px; 
	z-index:400; 
	height:auto;
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

