﻿/* Main Tab Menu */
/* Code at: http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners.shtml */


#menu {
	position: absolute;
	top: 119px;
	z-index: 2;
	RIGHT: 40px;
}
ul {
	list-style-type: none;
	font-size: .9em;
	line-height: 2.5em;
}
#navigation a {
	color: #000;
	/* background: #848e97 url(../images/left-tab.gif) left top no-repeat;*/

	text-decoration: none;
	padding-left: 10px;
}
#navigation a span {
	/* background: url(../images/right-tab.gif) right top no-repeat;*/
	padding-right: 10px;
}
#navigation a span {
	display: block;
	height: 30px;
	float: left;
}
#navigation a {
	display: block;
	height: 30px;
	float: left;
}
/* Hide from IE5-Mac \*/
li.active {
	float: none;
}
#navigation a span {
	float: none;
}
#navigation a {
	float: none;
}
/* End hide */
#navigation a:hover {
	color: #fff;
	background: #848e97 url(../images/left-tab.gif) left top no-repeat;
	padding-left: 10px;
}
#navigation a:hover span {
	background: url(../images/right-tab.gif) right top no-repeat;
	padding-right: 10px;
}
#navigation ul {
	list-style-type: none;
	list-style-image: none;
}
/* This sets the active tab - must be set as li class in HTML */
#navigation li.active {
	background: #848e97 url(../images/left-tab.gif) left top no-repeat;
/*	padding-left: 10px; */
}
#navigation li.active span {
	background: url(../images/right-tab.gif) right top no-repeat;
	padding-right: 10px;
}
/* //////////////////////////////////////////////////////////////// */
#navigation li {
	float: left;
	margin: 0;
}
/* Add a nested submenu */
ul#submenu {
	margin: 0;
	padding: 1px 0;
	background-color: #737b83; /* 83754c; */
	border-bottom: 1px white solid;
	list-style-type: none;
	top: 164px;
	left: 100px;
}
ul#submenu li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 10px;
}
ul#submenu li + li {
	border-left: 1px solid #ccc;
	padding: 1px 10px 1px 10px;
}
ul#submenu a {
	color: #fff;
	text-decoration: none;
}
ul#submenu a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Menu bottom div */
#menuBottomBorder {
	background-color: #858f97;
	width: 937px;
	height: 3px;
	background-position: center;
	position: absolute;
	top: 161px;
}
#menuSub {
	background-color: #b0a77e;
	width: 937px;
	height: 33px; /* this is the height of the sub menu */
	background-position: center;
	position: absolute;
	top: 164px;
}
#content {
	position: absolute;
	top:194px;
	left:10px;
	width:937px;
	height:100%;
	background-image:url('../images/bkg-content.gif'); 
	background-repeat:repeat-y;
	background-color: #ffffff;
}
