#topmenu { 	
	
	float: right;
	
	height:20px;
	font-family:"Tahoma";
    font-size:10px;
    font-weight: normal;   
    margin-top: 8px;
    margin-bottom: 12px;
 	padding-left: 0px;
 	padding-right: 10px;
 	
 	color: #222222;
 	 /* padding-left should be set to 173px if the menu is to look centered*/	
 	 
 	/*
 	border-color: red;
	border-style: dashed;
	border-width: 1px;
	*/
 	 
}

#topmenu  ul 
{   	
	
	list-style: none;
	float: left; 
	width:890px;
	height: 2px;

}

#topmenu li /* top menu behind text */
{
   float: left;
   margin: 0 0 0 0;
   padding-left:15px;
   line-height: 25px;
   list-style:none;
   padding-right: 0px; 
}

#topmenu a{
   font-family:"Tahoma";
   font-size:13px;
   text-align:center;
   font-weight: normal;
   padding-left: 2px;
   padding-right: 2px;
   vertical-align:middle;
   background-color: transparent;
   margin-top: 0px;
   margin-left: 0px; 
   margin-right: 0px;
   
   
   color: #222222;

}

#topmenu a:hover{
   padding-left: 2px;
   padding-left: 2px;
   color:#222222; 
   text-decoration: underline;
}

.topMenuItemHolder h3,.topMenuItemHolder a, .topMenuItemHolderHover h3 { /* topmeniitem holder or something like that */
	margin:0;
	margin-left:10px;
	margin-right:5px;
	background-color: transparent; 
	color:#3958a2;
}

.topMenuItemHolderHover {
	/* WE MUST HAVE BACKGROUND COLOR OR IMAGE. IF WE DON'T THERE IS A GAP 
	   BETWEEN THE MAIN MENU AND THE SUBMENUS ON IE7 AND THE MENU DOESN'T WORK RIGHT */
	background-image:url(images/spacer.gif);
}

.topMenuItemHolderHover a {
	color: #3958a2;
}
	
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */

table.menu {
	font-size:13px;
	margin: 0px;
	width:180px;
	color:#000000;
	font-family:"Tahoma";
	font-weight: normal;
	z-index: 100;
}

table.menuSub {
	font-size:13px;
	margin: 0px;
	
	width:180px;
	font-weight: normal;
	z-index: 100;	
}

td.menuNormal {
	padding: 0px;
	margin:0 0 0 5px;
	background-image:none;
	width:180px;
	font-weight: normal;
	vertical-align: top;
    z-index: 100;   
}

td.menuHover {
	padding: 0px;
	margin:0px;
	font-weight: normal;
	vertical-align: top;
	background-image:none;
	z-index: 100;	
}

div.menuNormal {
	display: none;
	border:0px;
	z-index: 100;
}

div.menuHover {/* submenu behind text link */
	width:180px;
	background-color: #f19271; 
	position: absolute;
	z-index: 100;
}

div.menuSubNormal
{	
	display: none;
	padding: 0 0 0 20px;
	/*border:0px solid #000000;*/
    /*background:url(images/over_bck_inv.jpg) top left repeat-x;	/* over na dolniot del na menito */
    z-index: 100;
}

div.menuSubHover /* subsubmenu back... */
{		
	margin:-25px 0px 0 168px;
	width:180px;	
	display: inline;
	position: absolute;
	background-color: #f19271; 
	z-index: 100;
}

#image span{
	display:block;
	/*_background:transparent  url(images/over_bck_inv.jpg) no-repeat top right;*/
	width:118px;
}

td#image /* submenus that contain submenus */
{	
	padding-left:8px;
}

a#link:hover /* subMenuLinks // that has no submenu */
{
	text-decoration: none;
	margin:0px;
	color:#000000;
	background-color: #ffffff;
	text-align:left;
	padding-left:8px;
	display: block;
}

a#link /* menuitem that has no submenu */
{
	background-image:none;
	text-align:left;
	margin-left:8px;	
	color:#000000;
}


a#link_sub:hover /* links in menus that have submenu */
{
	text-decoration: none;
	margin-left:-9px;
	color:#000000;
	padding-left:10px;
	text-align:left;
	background:#ffffff  url(images/over_sub_point.jpg) no-repeat top right;
	display: block;
	width:167px;
}

a#link_sub /* links in menus that have submenu */
{
	background:transparent  url(images/out_sub_point.jpg) no-repeat top right;
	text-align:left;
	width:167px;
	color:#000000;
}
