<?php include("site/template/".Tpl::getDir()."/design/css/cfg.php"); ?>

/*# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	#
																																				#
			1.	BODY - [ body ]																								#
																																				#
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	#
	# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #*/


/* --------------------------------------- */
/* 1. Main MENU														 */
/* --------------------------------------- */

/* Main Menu */
.Menu_0 { height: 36px; background: url(<?= $design ?>/menu/menuRepeat.png) repeat-x bottom; }
	 .Menu_0 .sep { float: left; width: 1px; height: 34px; margin: 1px 0; background: <?= $css->svetlost($color['prva'], 0, 100) ?>; }
	 .Menu_0 a { 
		 float: left; margin: 0; padding: 10px 20px;
		 font-size: 12px; line-height: 16px; color: <?= $css->svetlost($color['druga'], 190, 100) ?>;
		 text-align: center; font-weight: normal; text-decoration: none; text-transform: uppercase;
	 }
	 .Menu_0 a:hover { color: <?= $css->svetlost($color['druga'], 100, 100) ?>; background: url(<?= $design ?>/menu/menuBtnSel.png) repeat; }
	 .Menu_0 a.sel { font-weight: bold; color: <?= $css->svetlost($color['druga'], 100, 100) ?>; background: url(<?= $design ?>/menu/menuBtnSel.png) repeat; }
	 



