@charset "UTF-8";
/* CSS Document */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0;
	text-align:center;
	line-height: 1.4em;
}
div#container {
	height:auto;
	text-align:center;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
div#header {
	height:70px;
	text-align:center;
	width:950px;
	margin: 10px 0 0 0;
	background-image: url(../rob/headers/mother950.jpg);
	background-repeat: no-repeat;
}
div#logo {
	float: left;
	width:147px;
	text-align: center;
}
div#topmenu {
	float: right;
}
div#content {
	border-width: 0px;
	border-style: solid;
}
div#footer {
	color:#666666;
	font-size:80%;
	margin:10px 0 10px 0;
	text-align:center;
	width:950px;
	float: none;
	clear: both;
}
a:link, a:visited {
	color:#18696A;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:underline;
}


/* ================================================================ 
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/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */


.menu5 {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:static;
	font-size:11px;
	letter-spacing: 0.05em;
	margin:0;
	padding:0;
	list-style-type:none;
}
.menu5 ul {
	padding:0;
	margin:5px;
	list-style-type:none; /* for Firefox */
}
.menu5 li {
	float:left;
	position:relative;
}
.menu5 li a, .menu5 li a:visited {
	display:block;
	text-decoration:none;
	width:12em;
	float:left;
	padding:5px;
	height:2em;
}
* html .menu5 li a, .menu5 li a:visited {
	width:14em;
	w\idth:13em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li  {
	color:#FFFFFF;
	font-weight:bold;
}
.menu5 li ul {
	visibility:hidden;
	position:absolute;
	top:0.5em;
	left:0;
	height:0;
	overflow:hidden;
}
.menu5 table {
	margin:-1px;
	border-collapse:collapse;
	font-size:1em; /* font size for IE5.5 */
}
/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a, .menu5 li a:hover {
	color:#333333;
	font-weight:bold;
	border:0;
	padding: 5px;
}
.menu5 li:hover ul, .menu5 li a:hover ul {
	color:#000;
	visibility:visible;
	height:auto;
	width:14em;
	left:-2.5em;
	top:2em;
	overflow:visible;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFF;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #FFF;
}
.menu5 li:hover ul li a, .menu5 li a:hover ul li a {
	display:block;
	font-weight:normal;
	background-color: #D6D6D6;
	color:#000;
	text-decoration:none;
	height:auto;
	padding:0.3em 0.3em 0.3em 0.7em;
	width:13em;
}
* html .menu5 li a:hover ul li a {
	width:14em;
	w\idth:13em; /* hack for IE5.5 */
}

.menu5 li:hover ul li a.drop, .menu5 li a:hover ul li a.drop {
}
.menu5 li:hover ul li ul, .menu5 li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:13em;
	height:0;
	overflow:hidden;
}
.menu5 li:hover ul li a:hover, .menu5 li a:hover ul li a:hover {
	background-color: #FFF;
	color:#000;
}
.menu5 li:hover ul li:hover ul, .menu5 li a:hover ul li a:hover ul {
	visibility:visible;
	color:#000;
	height:auto;
	width:14em;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFF;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #FFF;

}
.menu5 li:hover ul li:hover ul.left, .menu5 li a:hover ul li a:hover ul.left {
	left:-11.3em;
}
.menu5 li:hover ul li:hover ul li a, .menu5 li a:hover ul li a:hover ul li a {
	display:block;
	height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a, .menu5 li a:hover ul li a:hover ul li a:hover {
}

