@charset "utf-8";
/*----------------------------------------------*/
ul#navigation						{ clear:both; overflow:auto;}
	ul#navigation li				{ float:left; }								
	ul#navigation li#headerlogo{}
	ul#navigation li#headerlogo a:hover
										{ border:none; background:none; }
	ul#navigation li a			{ display:block;}
	ul#navigation li a:hover	{ background:url(../images/button.png) top left no-repeat; border-bottom:1px #CCC dashed;}

	ul#navigation li#newsletter{ height:100px; margin-left:300px; background:url(../images/novashop_newsletter_background.gif) top center no-repeat;
										color:#fff; text-align:center; text-indent:0px;}
	ul#navigation li#newsletter form
										{ position:relative; width:320px; padding:0; margin:0; text-align:center; padding-top:5px; font-size:10pt; color:#fff; }
	ul#navigation li#newsletter form fieldset legend 
										{color:#fff; display:inline;}
	ul#navigation li#newsletter form fieldset	
										{ display:inline; width:250px; border:none; padding:0; text-align:center;}
	ul#navigation li#newsletter form input
										{ border:none; color:#fff; background:none; display:inline-block; border-bottom:1px #fff dashed;
										text-align:center; font-weight:600; width:100%; }
	ul#navigation li#newsletter form button
										{ border:none; background:none; display:inline-block; cursor:pointer; text-align:center; 
										padding:4px; font-size:10px; color:#fff;}
	
	ul#navigation li.naventry	{ text-indent:20px; width:200px;}
	ul#navigation li.naventry span
										{ display:block; font-size:8pt; text-indent:30px; padding:5px 0px; color:#999; text-transform:uppercase;}


	ul.subnavigation				{ display:block; position:relative; clear:both; border-top:dashed #CCC 1px; border-bottom:dashed #CCC 1px; letter-spacing:1px; text-align:center; padding:10px;}
	ul.subnavigation li 			{ display:inline; padding:10px;}
	ul.subnavigation a 			{ font-size:10pt; color:#666;}
	ul.subnavigation a:hover 	{ font-weight:600; }
/** IE6 Fixes **/
	* html ul.subnavigation				{ padding-top:5px;}
