/***************************************************
    MENU CSS file for ADIVA Ljekarne
    Author: WEB Marketing (www.wem.hr)
    Media: Screen    
***************************************************/

/*
   mainMenu
==================================================*/
#mainMenu    {margin-bottom: 32px;}
#mainMenu ul {margin: 0; padding: 0;}
#mainMenu li {line-height: 18px; padding-bottom: 10px; margin-bottom: 10px; background: transparent url(../images/layout/menu-item-bottom-border.gif) repeat-x left bottom; font-size: 13px; height: 100%; overflow: hidden; clear: both;}
#mainMenu a  {color: #525254; text-decoration: none;}
#mainMenu a:hover,
#mainMenu span:hover {color: #A0C260; text-decoration: none;}
#mainMenu .on,
#mainMenu .on:hover  {color: #A0C260; text-decoration: none;}
#mainMenu a,
#mainMenu span       {cursor: pointer;}
/*
   mainMenu II Level
==================================================*/
#mainMenu ul ul    {background: transparent url(../images/layout/menu-item-bottom-border.gif) repeat-x left top; margin: 10px 0 0 0; padding: 10px 0 0 0;}
#mainMenu ul ul ul {background: none; padding: 0; margin: 0 0 5px 20px;}
#mainMenu ul ul li {background: none; margin: 1px 0; padding: 0; font-size: 11px;}
#mainMenu ul ul a  {background: transparent url(../images/layout/submenu-on.gif) no-repeat -9999px 6px; display: block; padding-left: 20px; height: 1%; float: left;}
#mainMenu ul ul .on,
#mainMenu ul ul .on:hover,
#mainMenu ul ul li:hover {background: transparent url(../images/layout/submenu-on.gif) no-repeat 0 6px;}
