/* CSS Document */

#menu {
	position: absolute;
	top: 130px;
	left: 250px;
	
	white-space: nowrap;
}

.menuopt {
	position: relative;
	float: left;

	margin:0 2px;
	
	padding:3px 5px 5px;
	
	font:10px georgia,"times new roman",times,serif;
	
	white-space: normal;
	
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
	border-left-color:#ccc;
}

.menuopt a, .submenuopt a {
	position: relative;
	
	color: #999;
	text-decoration: none;
	font-weight: bold;
	
	z-index: 5;
}

.menuopt a:hover, .submenuopt a:hover {
	color: #000;
}

.submenuopt {
	position: relative;
	float: left;
	margin:0 2px;
	padding:3px 5px 5px;
	font:10px georgia,"times new roman",times,serif;
	white-space: normal;
	border-bottom-style:none;
	border-right-style:solid;
	border-top-style:solid;
	border-left-style:solid;
	border-right-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-color:#ccc;
	border-top-color:#ccc;
	border-left-color:#ccc;
}
#hudzeelink a {
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
}
#hudzeelink a:hover {
	color:#A92755;
}
