/* Start of CMSMS style sheet 'menu' */
/* ========================================================================== */
/*                                                                            */
/*   menu.css                                                                 */
/*   (c) 2009 Michel van der Wereld (Mytrax.nl)                               */
/*                                                                            */
/*   Made for Solution Sound & Light                                          */
/*                                                                            */
/* ========================================================================== */

#nav {
	margin:50px 0 20px 0;
	padding:0;
        width:599px;
        height:150px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float:left;}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;}

#nav a {
	float:left;

	overflow: hidden;
	height:50px !important;
  text-indent:-999em;}
	
#nav a:hover {
	background-position: 0 -51px;}
#nav a:active, #nav a.selected {
	background-position: 0 -102px;}
	
#tHome a  {
	width: 100px;
	background:url(g/menu_01.gif) top left no-repeat;}
#tDiensten a  {
	width: 100px;
	background:url(g/menu_02.gif) top left no-repeat;}
#tVerhuur a  {
        width: 100px;
	background:url(g/menu_03.gif) top left no-repeat;}
#tMedia a  {
        width: 100px;
	background:url(g/menu_04.gif) top left no-repeat;}
#tPortfolio a  {
        width: 100px;
	background:url(g/menu_05.gif) top left no-repeat;}
#tContact a  {
        width: 99px;
	background:url(g/menu_06.gif) top left no-repeat;}


/* End of 'menu' */

