/* Menu Background */
	.menu_background
	{
		width: 764px; /* Width of the menu */
		height: 50px; /* Height of the menu */
	}
	
	.menu_text_position /* Position of the text on the menu */
	{
		position: relative; 
		top: 118px;
		left: 150px;
		width: 100%;
	}

#dd
{	margin: 0;
	padding: 0;
}

#dd li
{	margin: 0;
	padding: 0;
	list-style: none;
	/* position of text (center, left etc) */
	float: left;
	text-align: center;
	/*font: bold 12px arial;*/
	
	
}

#dd li a.menu
{	display: block;
	text-align: center;
	/*background: #5970B2;*/
	/* height of the menu box */
	padding: 12px 0px;
	margin: 0 1px 0 0;
	color: #ffffff;
	/* width of the text box */
	width: 68px;
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none}


#dd li a.menu:hover
{	
	background: #000000
	/*text-decoration: underline;*/
	color: #ffffff;
}

.submenu
{	background: #313131;
	border: 1px solid #575757;
	visibility: hidden;
	position: absolute;
	z-index: 3
}

	.submenu a
	{	display: block;
		font:Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: left;
		text-decoration: none;
		padding: 15px;
		color: #ffffff;
	}

	.submenu a:hover
	{	
		background: #000000;
		font:Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
		color: #ffffff;
	}
	
	.submenu a:visited
	{	

		font:Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
		color: #ffffff;
	}