
#navigation,
#navigation *
{
  z-index:1;
}

#navigation
{
  clear: both;
  padding:0;
  margin:0;
  width:776px;
  height:45px;
  /*background:transparent url(../images/navBg.gif) no-repeat right top;*/
  /*background-color: aqua; backgrounda na osnovnata lenta*/
  color:#b2b2b2;
}
* html #navigation { margin: 0; }

#navigation ul
{
  float:left;
  clear:both;
  padding:0 0 0 5px;
  margin: 0;
  width:763px;
  height:45px;
  /*background:transparent url(../images/navBg_left.gif) no-repeat left top;*/
  /*background-color: aqua; backgrounda na osnovnata lenta*/
  color:inherit;
  list-style: none;
  list-style-image:none;
}
#navigation li
{
  float: left;
  position: relative;
  margin:11px 0 0;
  padding:2px 0 0;
  font-size:11px;
}
#navigation ul#nav li
{
  /*background:transparent url(../images/nav1.gif) no-repeat right top;*/
   color:#b2b2b2;
}
#navigation ul#nav li#active
{
  /*background:transparent url(../images/nav2.gif) no-repeat right top;*/
  color:#000;
  font-family: verdana, "bitstream vera sans", Arial, 'Lucida Grande', Helvetica, Geneva, sans-serif;
  font-size: 10px;
}
#navigation ul#nav li.secondary,
#navigation ul#nav li.secondaryOver
{
  /*background:transparent url(../images/nav4.gif) no-repeat right top;*/
  color:#b2b2b2;
  font-family: verdana, "bitstream vera sans", arial, 'Lucida Grande', Helvetica, Geneva, sans-serif;
  font-size:10px;
}

#navigation ul#nav li#active div a
{
  display: block;
  background-image:none;
  font-family: verdana, "bitstream vera sans", Arial, 'Lucida Grande', Helvetica, Geneva, sans-serif;
  font-size: 10px;
}
#navigation ul#nav li:hover,
#navigation ul#nav li.over
{
  /*background:transparent url(../images/nav3.gif) no-repeat right top;*/
  color:#b2b2b2;
}
#navigation ul#nav li#active.over,
#navigation ul#nav li#active:hover
{
  /*background:transparent url(../images/nav2.gif) no-repeat right top !important;*/
  color:#000;
}
#navigation ul#nav li.secondaryOver,
#navigation ul#nav li.secondary:hover
{
  /*background:transparent url(../images/nav5.gif) no-repeat right top;*/
  color:#b2b2b2;
}
#navigation ul#nav li.secondaryOver div a,
#navigation ul#nav li.secondary div a
{
  background-image:none;
}
#navigation ul#nav li div
{
  position:relative;
  margin:0;
  padding:0 8px 9px;
}
#navigation li ul
{
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
  width: 170px;
  height:auto;
  margin:0;
  padding:0;
  border-right: 2px solid #efefef;
  border-bottom:2px solid #efefef;
  background:#B2B2B2;
  color:inherit;
}

* html #navigation li ul
{
  z-index: 5000;
}

#navigation li>ul   /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
{
  top: auto;
  left: auto;
  margin:0;
  padding:0;
}


#navigation li:hover ul,
#navigation li.over ul,
#navigation li.secondaryOver ul
{
  display:block;
  margin-top:0;
  margin-left:-1px;
}
#navigation li:hover ul
{
  margin-top:-1px;
}

#navigation ul#nav li:hover ul li,
#navigation ul#nav li.over ul li,
#navigation ul#nav li.secondaryOver ul li
{
  position:relative;
  float:none;
  width: 170px;
  overflow:hidden;
  background:transparent none;
  color:inherit;
  margin:0;
  padding:0;
  border-left:1px solid #ababab;
  border-right:1px solid #cfcfcf;
  border-bottom:1px solid #ababab;
  text-align:left;
}
#navigation ul#nav div a
{
  border:none;
  padding:0;
  margin:0;
  
  background:transparent;
  background-image:none;
  color: #b2b2b2;
  text-decoration:none;
  display:block;
  font-family: verdana, "bitstream vera sans", Arial, 'Lucida Grande', Helvetica, Geneva, sans-serif;
  font-size: 10px;
}
#navigation ul#nav div a:hover
{
  border:none;
  padding:0;
  margin:0;
  
  background:transparent;
  background-image:none;
  color: #009EE0;
  text-decoration:none;
  display:block;
  font-family: verdana, "bitstream vera sans", Arial, 'Lucida Grande', Helvetica, Geneva, sans-serif;
  font-size: 10px;
}
#navigation ul#nav li#active div a
{
  display:block;
  color:#000;
  background:transparent;
  background-image:none;
  
}

#navigation ul#nav li ul li a,
#navigation ul#nav li ul li a
{
  display:block;
  margin:0;
  padding:4px 0 4px 13px;
  border-right:1px solid #ababab;
  /*background:transparent url(../images/navChild_aHoverBg.gif) no-repeat left bottom;*/
  color:#000;
  text-decoration:none;
  font-weight: normal;
  font-family: verdana, "bitstream vera sans", Arial, 'Lucida Grande', Helvetica, Geneva, sans-serif;
  font-size: 10px;
}
#navigation ul#nav li:hover ul li a:hover,
#navigation ul#nav li.over ul li a:hover,
#navigation ul#nav li.secondaryOver ul li a:hover
{
  background-position:left top;
  color:#000;
  text-decoration:none;
  display:block;
  font-weight: bold;
}

#navigation ul#nav li iframe
{
  position: absolute;
  bottom:0;
  left:4px;
  display: none;
  margin: 2px 0 0 0;
  width: 166px;
  height:110px;
}
#navigation ul#nav li:hover iframe,
#navigation ul#nav li.over iframe,
#navigation ul#nav li.secondaryOver iframe
{
  display:block;
}

/*top menu */
a.tmenu {font-size: 11px; text-decoration: none;}
a.tmenu:link    {color: #B2B2B2;}
a.tmenu:visited {color: #B2B2B2;}
a.tmenu:active  {color: #B2B2B2;}
a.tmenu:hover   {color: #009EE0;}

/*-----------------------------------------------------------------------------*/

.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}
a.fisheyeItem2
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	bottom: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
.fisheyeItem2 img
{
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
}
.fisheyeItem span,
.fisheyeItem2 span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter
{
	
	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
}
#fisheye2
{
	position: relative;
	width: 250px;
	bottom: 0px;
}

/* ajax slide */

		
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 0px 0 0px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			
			position: relative;
			width: 280px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			/*border: 5px solid #000;  this is the border. should have the same value for the links */
			margin: auto;
			width: 280px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 300px;
			clear: both;
			/*background: #fff;*/
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 280px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			/*background: url("/images/arrow-left.gif") no-repeat center;*/
		}
		
		.stripNavR {
			/*background: url("/images/arrow-right.gif") no-repeat center;*/
		}
		
		
		
/* top menu bar */

a.topmenu {text-decoration: none; font-weight: bold; font: 15px Arial;}
a.topmenu:link    {color: White; font-weight: bold; font: 15px Arial;}
a.topmenu:visited {color: White; font-weight: bold; font: 15px Arial;}
a.topmenu:active  {color: White; font-weight: bold; font: 15px Arial;}
a.topmenu:hover   {color: White; font-weight: bold; font: 15px Arial;}


.mattblacktabs{
width: 270px;
overflow: hidden;
/*border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 13px Arial;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 15px 15px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
/*background: #b2b2b2; background of tabs (default state)*/
width: 270px;
}

.mattblacktabs li a:visited{
/*color: white;*/
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
/*background: #004d95; background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.topmenuselected li a:hover, .mattblacktabs li.selected a{
/*background: #004d95; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
border: 1px solid #b2b2b2;
}

/*-------------------------------------------------------------------------------------------------------- top menu bar */
