/*********************************************/
/*                                           */
/*  Copyright: Cox IT Producties             */
/*  www.coxitproducties.nl                   */
/*  info@coxitproducties.nl                  */
/*                                           */
/*********************************************/

#bottommenuDiv {
	min-height:100px;
	font-size: 12px;
	padding: 4px 0 4px 0;
	margin: 0;
	text-align:center;
}

.bottom_container {
	padding: 0;
}

#bottommenuDiv a{
	text-decoration:none;
	color: #eee;
	padding: 4px;
}

#bottommenuDiv a:hover{
	background-color: #eee;
	color: #173D8C;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}





/*#bottommenuDiv a{
	padding: 0px 4px;
	text-decoration:none;
	color: #666666;
}

#bottommenuDiv a:hover{
	text-decoration:underline;
	color: #666666;
}

#bottommenuDiv .selected{
	font-weight:bold;
	color: #666666;
}*/

#bottommenuDiv .slogan{
	text-transform: uppercase;
	padding: 4px;
}

#bottommenuDiv .credits {
	margin: 0 0 0 200px;
	text-align:center;
}

