/*------------------------------*/
/* NAVIGATION */
/*------------------------------*/

.navigation-wrapper							{ padding:0; width:114px; float:left; }
ul#photo-list,
ul#design-list,
ul#about-list								{ margin:0; padding:0; width:114px; }
ul#photo-list li,
ul#design-list li,
ul#about-list li							{ list-style:none; padding:0; margin:0 0 10px 0; height:66px; width:114px; display:block; }

.navigation-wrapper li.design-portfolio 	{ width:114px; background:url('/styling/images/layout/layout_10.png') no-repeat 0 0; }
.navigation-wrapper li.photo-portfolio		{ width:114px; background:url('/styling/images/layout/layout_07.png') no-repeat 0 0; }
.navigation-wrapper li.about-me				{ width:114px; background:url('/styling/images/layout/about_12.png') no-repeat 0 0; }

.navigation-wrapper li						{ text-decoration:none; text-indent:-999em; display:block; height:66px; }
/*.navigation-wrapper li a:hover				{ background-position:0 bottom;  }
.navigation-wrapper li.active a				{ background-position:0 0;  }
.navigation-wrapper li.active a:hover		{ background-position:0 bottom;  }*/

.navigation-wrapper:after					{ clear:both;  content:"."; display:block; height:0; visibility:hidden; }

#contact ul									{ margin:0; padding:0; list-style:none; }
#contact ul li								{ float:left; }
#contact ul li.about a						{ margin:0 0 0 124px; text-decoration:none; text-indent:-999em; display:block; width:212px; height:50px; background:url('/styling/images/layout/layout_12.jpg') no-repeat 0 bottom; }
#contact ul li.about a:hover				{ background-position:0 top;  }
#contact ul li.contact a					{ margin:0; text-decoration:none; text-indent:-999em; display:block; width:212px; height:50px; background:url('/styling/images/layout/layout_13.jpg') no-repeat 0 bottom; }
#contact ul li.contact a:hover				{ background-position:0 top;  }
#contact ul li.portfolio a					{ margin:0 0 0 124px; text-decoration:none; text-indent:-999em; display:block; width:212px; height:50px; background:url('/styling/images/layout/portfolio_14.jpg') no-repeat 0 bottom; }
#contact ul li.portfolio a:hover			{ background-position:0 top;  }