/* CSS Document */

/*Controlling the main Menu*/
#menu {
	width: 900px;
	background-image: url(../gfx/btnBackground.gif);
	background-repeat: repeat-x;
	margin-top: 85px;
	position: absolute;
	padding-left: 0px;
	top: 0px;
	left: 0px;
	}
/*Reset the default settings*/
#menu ul, #menu li {
	float: left;
	list-style: none;
	margin: 0;
	}
/*ensure the lisks work for the whole block not just the letters*/
#menu a {
	padding: 6px 20px;
	}
/*Control the link functions*/
 a.dark:link, a.dark:visited, a.dark:active {
	display: block;
	color: #3E3D3E;
	font-size: 10px;
	text-decoration: none;
	background-image: url(../gfx/notActive.gif);
	background-repeat: no-repeat;
	}
a.dark:hover {
	display: block;
	color: #3E3D3E;
 	text-decoration: underline;
	background-image: url(../gfx/active.gif);
	background-repeat: no-repeat;
	}
a.active:link, a.active:visited, a.active:active{
	display: block;
	color: #3E3D3E;
	text-decoration: underline;
	background-image: url(../gfx/active.gif);
	background-repeat:no-repeat;
	}
a.active:hover {
	display: block;
	color: #777873;
	text-decoration: underline;
	background-image: url(../gfx/active.gif);
	background-repeat: no-repeat;
	}
#menu .bk{
	padding-top: 2px;
	color:#3E3D3E;
	}