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

#bottommenuDiv {
	color:#CBCBCB;
	text-align:right;
	font-size:10px;
	padding:4px 25px 0px 0px;
	/*clear: both;*/
}

#bottommenuDiv H1 {
	/*font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:12px;*/
	font-weight:bold;
	color:#CBCBCB;
}

#bottommenuDiv a{
	color:#CBCBCB;
	text-decoration:none;
}

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

#bottommenuDiv ul{
	list-style-position:inside;
}

