body { max-width:1000px; margin: auto; }

#head{
	margin: 5px 0 -17px 6px;
	padding: 7px 0 3px 8px;
	height: 42px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/header/head.png);
	z-index:10;
	position:relative;
}

#head a#home{
	display: block;
	position: absolute;
	height: 63px;
	width: 234px;
	right: 6px;
	top: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right 41px;
}


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

.menu_container {position:relative; width:750px; height:25px; z-index:100;}
.menu, .menu ul {padding:0; margin:0; list-style: none; position:absolute;}

.menu ul {left:-9999px; width:150px; padding:0 20px 20px 20px; opacity:0; -o-transition: opacity 0.6s ease-in-out; -moz-transition: opacity 0.6s ease-in-out; -webkit-transition: opacity 0.6s ease-in-out;}
.menu ul ul {padding:20px 20px 20px 0;}

.menu a {display:block; width:129px; padding-left:20px; text-indent:-10px; font:normal bold 12px/20px arial,sans-serif; color:#fff; text-decoration:none; border:1px solid #fff; margin:0 -1px -1px 0; background:#6e9e75;}

.menu li {float:left;}
.menu li.fly > a {background:#6e9e75 url(../images/menu/arrow.gif) no-repeat 130px center;}
.menu li:hover {position:relative; z-index:100;}
.menu li:hover > a {background-color:#425e46; color:#eee; border-color:gray;}
.menu li:hover > ul {top:21px; left:-20px; z-index:-1; opacity:1;}
.menu li:hover li:hover > ul {left:145px; top:-20px; z-index:100; opacity:1;}
.menu li.right:hover li:hover > ul {left:-165px; top:-20px; z-index:100; padding:20px 0 20px 20px; opacity:1;}

/* round the ends of the menu*/
.firstMenuItem{
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.lastMenuItem{
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

ul.menuOrgs>li>a{
	font-size: 12px;
	font-weight:normal;
	font-style: italic;
}


.titleBar{
	border: 1px solid #6e9e75;
	background-color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 225px 5px 0;
	padding: 5px 10px;
	z-index:-1;
}


.bottom_bar{
	background-image: url(../images/header/foot.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 12px;
	color: #eee;
	text-align:center;
	margin: 0 0 0 0.5em;
	width: 988px;
	height: 30px;
	position: relative;
}

.bottom_bar a{
	display:block;
	height: 35px;
	position: absolute;
	width: 280px;
	top: 0px;
	cursor: pointer;
}