object { outline-style: none; }

#menu {

	background: url(../images/background_menu.png) no-repeat top left;

	height: 30px;	

}

/* Menu */

div.graphik {

	position: absolute;

	width: 990px;

	margin-left: -10px;

	margin-top: -54px;

}

#menu ul {

	position: relative;

	list-style-type: none;

	width: 798px;

	text-align: left;

	margin: 0px 0px 0px auto;

}	

	#menu ul li {

		display: inline;

	}

		#menu ul li > a {

			display: inline-block;

			background: url(../images/separate.png) no-repeat;

			text-transform: uppercase;

			font-size: 14px;

			color: #aaa;		

			padding: 4px 20px 4px 20px;	

			margin-right: -3px;

			margin-top: -2px;

			text-decoration: none;

		}

			#menu ul li > a:hover {

				background: url(../images/link.png) repeat-x left;		

			}

			

#footer {

	clear: both;

	background: transparent url(../images/background_footer_blog.png) no-repeat top left;

	min-height: 58px;	

	margin-bottom: 34px;

	padding-top: 3px;

	width: 965px!important;

}

/* Footer */

#footer ul {

	list-style-type: none;

	width: 965px;

	margin: 0px auto;

	text-align: center;

}

	#footer ul li {

		display: inline;

		color:#999;

	}

		#footer ul li > a, #footer ul li > span.even, #footer ul li > span.last {

			display: inline-block;

			color: #fff;

			font-weight: bold;

			font-family: Helvetica, Arial, Sans-Serif;

			font-size: 10px;

			text-align: center;

			padding: 4px 5px 3px 5px;

			text-decoration: none;

			border-right: 1px solid #999;

		}

			#footer ul li > span.last {

				border-right: 0px;

			}

			#footer ul li > a:hover {

				text-decoration: underline;

			}

			#footer ul li img {

				vertical-align: middle;

			}


