@charset "utf-8";

/* CSS Document */

#logo {
	position: absolute;
	width: 150px;
	height: 1197px;
	text-align: center;
	top: 43px;
	right: 10px;
	left: 840px;
}

#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu {
	position: absolute;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	top: 43px;
	left: 38px;
	right: 168px;
	height: 34px;
	width: 793px;
}

#links {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	display: inline;
	color: white;
}

li.menu {
	text-align: center;
	float: left;
	position: relative;
}

a:link.menu, a:visited.menu {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 99px;
	color: white;
	height: 34px;
	padding-top: 0px;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}

a:hover.menu, a:active.menu {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 99px;
	color: white;
	height: 34px;
	padding-top: 0px;
	background-image: url(../images/overbutton.png);
	background-repeat: no-repeat;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}

a:link.menul, a:visited.menul {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 99px;
	color: white;
	height: 34px;
	padding-top: 0px;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}

a:hover.menul, a:active.menul {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 99px;
	color: white;
	height: 34px;
	padding-top: 0px;
	background-image: url(../images/overbuttonL.png);
	background-repeat: no-repeat;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}

ul#navmenu a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: white;
	width: 99px;
	height: 34px;
	line-height: 34px;
}

/* hide submenu*/
ul#navmenu ul.sub1 {
	/*display: none;*/
	position: absolute;
	top: 34px;
	left: 0px;
	z-index: 9999;
}

ul#navmenu ul.sub1 li{
	overflow: hidden;
    height: 0;
    -webkit-transition: height 300ms ease-in;
    -moz-transition: height 300ms ease-in;
    -o-transition: height 300ms ease-in;
    transition: height 300ms ease-in;
}

/* show submenu when hover over menu by setting height of list item*/
ul#navmenu li:hover .sub1 li{
	/*display: block;
	position: absolute;*/
	height:34px;
	
}

/* set properties for submenu*/
ul#navmenu .sub1 li{
	padding-top: 0px;
	background-image: url(../images/submenu.png);
	background-repeat: no-repeat;
}

/* when hover over submenu, menu option is still highlighted*/
ul#navmenu li:hover > a.menul{
	background-image: url(../images/overbuttonL.png);
	background-repeat: no-repeat;
}

ul#navmenu li:hover > a.menu{
	background-image: url(../images/overbutton.png);
	background-repeat: no-repeat;
}

ul#navmenu li:hover > a.menur{
	background-image: url(../images/overbuttonR.png);
	background-repeat: no-repeat;
}

/* highlight selected option in submenu sub1 */
ul#navmenu .sub1 li:hover a:hover{
	background-image: url(../images/overbutton.png);
	background-repeat: no-repeat;
}

a:link.menur, a:visited.menur {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 99px;
	color: white;
	height: 34px;
	padding-top: 0px;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}

a:hover.menur, a:active.menur {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 99px;
	color: white;
	height: 34px;
	padding-top: 0px;
	background-image: url(../images/overbuttonR.png);
	background-repeat: no-repeat;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}



