@font-face{
font-family:'Segoe UI';
src: url('../fonts/segoeui.ttf') format('opentype');
}

.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 

 /*font-family:"Segoe UI", Verdana, Arial, Tahoma ;*/
 

 

}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 font-family:"Segoe UI", Verdana, Arial, Tahoma ;
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
left: -1px;
 /*width:150px;*/
 margin-top:10px;


}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 1px; margin-top: 0px;

 /* II level pocinje od kraja I */
 left: 130px; 
 /*IE8 */
position:absolute;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
   /*float: left;*/
   display: block;
   position: relative;
   /* borderi izmedju stavki submenija */
   border: 1px solid #ffffff;
   margin-right: 0px;
   
   

}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 /*float: none;*/
 margin: 0;
 background-color:#CCC;
 margin-bottom: -1px;
 /* ovde bato */
 text-align:left;
 

 
 }

/* Links inside the menu - big */
.menulist a {
 display: block;
 padding-top:0px;
 /* OVDE BOJA*/  
 color: #000000;
 text-decoration: none;

}

.menulist ul a {
 padding-left:20px;

}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover {
	color: #000;
}

a.activa:link    { color:#970097; }

a.activa:visited    { color:#970097; }

a.activa:hover  { color:#970097; }

a.activa:active  { color:#970097; }





/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}

.menulist ul a .subind {
 display: block;
 float:right;
 font-size:0px;
 line-height:0px; 
 height:7px;
 width:5px;
 margin-right:2px;
 margin-top:0px;

}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/


/* End Hacks */


#listMenuRoot li.one {
	width: 90px;
	margin: 0 auto;
	float:left;
	border: 0;
	font-size:25px;
	color:#000;
	font-family:"Segoe UI" !important;
	font-weight:normal;	
	padding-left:0px;
	padding-top:-5px;
	
	
}



ul#listMenu-id-1, ul#listMenu-id-1 li, ul#listMenu-id-2, ul#listMenu-id-2 li, ul#listMenu-id-3, ul#listMenu-id-3 li, ul#listMenu-id-4, ul#listMenu-id-4 li, ul#listMenu-id-5, ul#listMenu-id-5 li, ul#listMenu-id-6, ul#listMenu-id-6 li, ul#listMenu-id-7, ul#listMenu-id-7 li, ul#listMenu-id-8, ul#listMenu-id-8 li, ul#listMenu-id-9, ul#listMenu-id-9 li, ul#listMenu-id-10, ul#listMenu-id-10 li{
 /****** ovo je important za submeni***********/ 
  width:160px !important;
  
 
  
}
ul#listMenu-id-1 li a, ul#listMenu-id-2 li a, ul#listMenu-id-3 li a, ul#listMenu-id-4 li a, ul#listMenu-id-5 li a, ul#listMenu-id-6 li a, ul#listMenu-id-7 li a, ul#listMenu-id-8 li a, ul#listMenu-id-9 li a, ul#listMenu-id-10 li a {
  /****** ovo je important za submeni***********/ 
  background:url(../images/back-meni.jpg) left top no-repeat;
  font-size:14px !important;
  font-weight:normal !important;
  padding-top:2px !important;
  padding-bottom:2px !important;
 
}

td a{
	color:#F00;
	text-decoration:none;
	font-weight:bold;
}



