/*------------------------------------------------------------------------
# "Hot Flashes Menu" Joomla module
# Copyright (C) 2012 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

#hot_flashes_menu, #hot_flashes_menu *{
    margin:0 0 0 0;
    padding:0 0 0 0;
    border:none;
    position:static;
    letter-spacing: normal;
    float:none;
}

#hot_flashes_menu ul{
    list-style:none!important;
}

#hot_flashes_menu {
    font-style: normal;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing: normal;
    line-height: 1.45em;
    position:relative;
    margin:2px auto;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
}

#flashes.flmenu {
    list-style:none;
    margin: 0;
    padding: 0;
}

#flashes.flmenu > li {
    float:left;
    border-right:1px solid #ccc;
    background-repeat:no-repeat;
    background-color:transparent;
}

#flashes.flmenu > li.last{
    border:none;
}

#flashes.flmenu > li > a {
    float:left;
    text-align:center;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #fff;
  	padding:0 0 0 0!important;
}

#flashes.flmenu > li > ul {
    list-style:none;
    float:left;
    margin:0;
    margin-top:-180px; /* default will be overided in js */
    width:100%;
    height:110px; /* default will be overided in js */
    padding:20px 0 0 0!important;
    background-repeat:repeat-y;
    background-color:transparent;
    position:static!important;
	
}
#flashes.flmenu > li > ul > li {
    display:none;
    padding:0 0 0 0!important;
    margin:0 0 0 0!important;
    text-align:left!important;
}

#flashes.flmenu > li > ul > li > a {
    text-decoration:none;
    margin-left:20px;
    text-shadow:1px 1px 1px #444;
    padding:0 0 0 0!important;
    text-align:left;
}

#flashes.flmenu > li > ul > li {
    display:block;
}

#flashes.flmenu > li > ul > li  ul,
#flashes.flmenu .balloonedLevel {
    display:none;
    list-style:none;
}

.balloonedLevel {
    padding: 10px 25px;
    margin:0;
}

.balloonedLevel,
#tiptip_content ul {
    list-style:none;
}

.balloonedLevel a,
.balloonedLevel a span,
#flashes.flmenu > li > ul > li  ul a,
#flashes.flmenu > li > ul > li  ul a span {
    text-decoration:none;
}

li.secondLevel {
    background:none;
}

li.secondLevel a {
    font-weight:inherit;
    cursor:pointer;
    background:none;
}

ul.balloonedLevel li {
    background:none;
    padding:0;
    margin:0;
}

ul.balloonedLevel li a {
    font-weight:inherit;
    cursor:pointer;
    background:none;
}