#menubar {
	height:			80px;
	width:			800px;
	text-align:		right;
	overflow: 		visible;
	font-family:		verdana, arial;
	padding-bottom: 10px;
}

#menu {
	height:			26px;
	background-color: 	#414B7B;
	color:			white;
	margin:			0px;
	padding-left:	170px;
}

#menu span {
	font-weight:		bold;
	font-size:		14px;
	height:			26px;
	line-height:	25px;
	display:		block;
	float:			left;
	padding-left:		5px;
	padding-right:		5px;
	margin-left:		25px;
	margin-right:		25px;
	cursor:			pointer;
}

#pixturelogo {
	float: 			left;
	width:			200px;
	padding-top:		15px;
}

#submenu {
	float:			left;	
	text-align:		left;
	color:			white;
	line-height:		20px;
	width:			600px;
	background-color:	transparent;	
}

#submenu a {
	text-decoration:	none;
}

#submenu a:hover {
	text-decoration:	underline;
}

#bottomtext {
	width:			800px;
	height:			10px;
}

.activeTopic {
	text-decoration:	underline;
}