/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/** Horizontal menu for the CMS CSS Menu Module */
/** by Alexander Endresen */
/** Modified by MT Jordan */

/** Begin 'Navigation: CSSMenu - Horizontal' */

#menu
{
    clear: both;
    margin: 0 7px 0 7px;
}
#menuwrapper
{
    /** wrapper clears the floating elements of the menu 
    background: #255DDE url(path/to/menuwrapper bg image) center repeat-x;*/
    clear: both;
    margin-left:18px;
    text-align: center;
}
#primary-nav li li
{
    /** set the width of the menu elements at second level - leaving first level flexible. */
    width: 170px;
    text-align: left;
}

/** Set styles for multi level menu - DO NOT CHANGE */

#primary-nav, #primary-nav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#primary-nav ul
{
    position: absolute;
    top: auto;
    display: none;
/**   border: 1px solid #ccc;  sets the border style for secondary+ levels */
}
#primary-nav ul ul
{
   left: 100%;
   top: 0;
}
#primary-nav li
{
   margin-left: 0px;
   float: left;
width: 100px; /** ASALNYA 120px */
heigth: 18px;
margin-top:-.2em;
}
#primary-nav li li
{
   margin-left: 0px;
   margin-top: 0px;
   float: none;
   position: relative;
}

/** End set styles for two level menu - DO NOT CHANGE */

/** Styling the basic appearance of the menu elements */

#primary-nav a
{
    display: block;
    margin: 0px;
    padding-top: 3px;
    padding-bottom:4px;
    text-decoration: none;
    font-weight: bold;
}
#primary-nav a:hover
{
    text-decoration: none;
}

/** Styling the appearance of top level menu items **********************************************************/

#primary-nav li, #primary-nav li.menuparent
{
    background: url(images/cms/fira_1/100-1.png) left no-repeat;
}
#primary-nav li.menuactive
{
    /** set background to #primary-nav li:hover properties to show active page being displayed **/
    /** set background to #primary-nav li properties to disable **/
    background: url(images/cms/fira_1/100-2.png) left no-repeat;
}
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh
{
    /** styling the appearance of top level menu items on hover */
    background: url(images/cms/fira_1/100-2.png) left no-repeat;
}
#primary-nav li a,
#primary-nav li a:hover
{
/*    border-right: 1px solid #B3CCFF;
    color: #fff; */
}

/** Styling the appearance of secondary level menu items **************************************************/

/** Styling the basic appearance of the menuparents  */

#primary-nav ul li, #primary-nav ul li.menuparent
{
    background: url(images/cms/fira_1/170-1.png) left no-repeat;
}
#primary-nav ul li.menuparent
{
    /** arrow for menuparents */
    background: url(images/cms/fira_1/170-1.png) left no-repeat;
}
#primary-nav ul li:hover
{
    background: url(images/cms/fira_1/170-2.png) left no-repeat;
}
#primary-nav ul li.menuparent:hover,
#primary-nav ul li.menuparenth,
#primary-nav ul li.menuactive
{
    /** arrow for menuparents on hover */
    background: url(images/cms/fira_1/170-2.png) left no-repeat;
}
#primary-nav ul li.menuh
{
    /** for secondary level menu items w/o children: < IE7 
    background: #CBE6FF;*/
}
#primary-nav li li a,
#primary-nav li li a:hover
{
    padding-top: 1px;
    padding-left: 20px;
    border: 0;
}

/** The magic - set to work for up to a 4 level menu, but can be increased unlimited */
/** Hat tip to http://solardreamstudios.com/learn/css/cssmenus for working out the proper order here */

/* add
#primary-nav li:hover ul ul ul ul ul
#primary-nav li.menuparenth ul ul ul ul ul
for fifth level
*/

#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul,
#primary-nav li:hover ul ul ul ul,
#primary-nav li.menuparenth ul ul,
#primary-nav li.menuparenth ul ul ul,
#primary-nav li.menuparenth ul ul ul ul
{
    display: none;
}

/**
just add
#primary-nav ul ul ul ul li:hover ul
#primary-nav ul ul ul ul li.menuparenth ul
for fifth level
*/

#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul,
#primary-nav ul ul ul li.menuparenth ul
{
    display: block;
}

/** IE Hacks */

#primary-nav li li
{
    float: left;
    clear: both;
}
#primary-nav li li a
{
    height: 1%;
}
/** Opera Hacks */

.clearb
{
    clear: both;
}
#primary-nav ul
{
    width: 170px;
}

/** End of 'Navigation: CSSMenu - Horizontal' */

/* End of 'Navigation: CSSMenu - Horizontal' */

