/**
 * @package   Gantry Template - RocketTheme
 * @version   3.2.15 January 25, 2012
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* Global */
.rt-fusionmenu {
	margin: 0 -3px;
	padding-bottom: 30px;
	background-image: url(http://www.abpwiti.in/images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.menutop li {height: auto;margin: 0;padding: 0;position: relative;list-style: none;}
.menutop em {font-size: 80%;font-weight: normal;display: block;font-style: normal;}
.menutop li .item, .menutop li.active .item {display: block;margin: 0;text-decoration: none;float: none;width: auto;}
.menutop li .fusion-submenu-wrapper {float: none;left: -999em;position: absolute;z-index: 500;}
.menutop li:hover li ul, .menutop li.sfHover li ul {top: -999em;}
.menutop li:hover ul, .menutop li.sfHover ul {top: 0;}

/* Root Items */
.menutop {
    list-style: none;
    margin: 0;
    padding: 0px;
    position: relative;
    line-height: 1em;
    display: inline-block;
}
ul.level1 {
    padding: 3px 0 13px 2px;
}
ul.level1 li {
    background: url(http://www.abpwiti.in/images/separator.gif) 0 0 no-repeat;
    padding-left: 2px;
}
ul.level1 li:first-child {padding-left:  0; background: none;}

.menutop li.root {float: left;}
.menutop li.root > .item {
	white-space: nowrap;
	display: block;
	z-index: 610000!important;
	cursor: pointer;
	position: relative;
	margin: 0px;
	outline: none;
	height: 42px;
	color:#fff;
	font: 14px/68px 'Merienda One', cursive;
	padding-top: 12px;
	padding-right: 9px;
	padding-bottom: 12px;
	padding-left: 9px;
 }
    .menutop li.root.firstItem > .item {
        background: url(http://www.abpwiti.in/images/home.png) 0 0 no-repeat;
        text-indent: -9999px;
        width: 9px;
        padding: 12px 25px;
        margin: 0;
    	height: 44px;
    }
    .menutop li.root.firstItem > .item:hover,
    .menutop li.root.firstItem.active > .item,
    .menutop li.root.firstItem.f-mainparent-itemfocus > .item {
    	background: url(http://www.abpwiti.in/images/home2.png) 0 0 no-repeat;
    }
	
.menutop li.root > .item:hover,
.menutop li.root.active > .item,
.menutop li.root.f-mainparent-itemfocus > .item{
	background: url(http://www.abpwiti.in/images/item.png) 0 0 repeat-x;
}
.menutop li.root.lastItem > .item {
    /*padding: 12px 22px;*/
}
    .menutop li.root.lastItem > .item:hover,
    .menutop li.root.active.lastItem > .item,
    .menutop li.root.f-mainparent-itemfocus.lastItem > .item{
    	background: url(http://www.abpwiti.in/images/home3.png) right 0 no-repeat;             
    }

.menutop li.root > span.item{cursor:default;}	

.menutop li.root > .item span {display: block;margin: 0;outline: none;padding: 0 15px;width: auto;line-height: 3em;}
.menutop li.root > .item em {font-size: 10px;display: block;text-transform: lowercase;line-height: 0.3em;}
.menutop li.parent.root .item span {padding-right: 20px;}
.menutop li.root .subtext span {line-height: 1.9em;}
.menutop li.root > .item img {margin: 0 4px 0 0;vertical-align: text-bottom;}

/* Dropdown Surrounds */
.menutop ul {
    padding: 11px 7px 15px; 
    margin: 0px 0 0px;
    border: 1px solid #111111;
    float: left; 
    background:#1d1d1d;
}
.menutop .drop-bot {height: 1px;overflow: hidden;clear: both;}
.menutop .fusion-submenu-wrapper {height: auto !important;}

.menutop ul.level2 {
    margin-top: 0px; 
    margin-left:1px;
    border-radius: 0 0 11px 11px;
}
.menutop ul.level3, .menutop ul.level4 {border-radius: 11px;}

/* Dropdown Items */
.menutop ul li {
    padding: 1px 0 2px;
    display: block;
}
.menutop ul li > .item {
	padding: 0px 12px;
	height: auto;
	display: block;        
	cursor: pointer;
	color:#fff;
    font: 14px/37px 'Merienda One', cursive;
    border-radius: 11px;
    width: 153px !important;          
}
	
.menutop ul li > .item:hover,
.menutop ul li.active > .item,
.menutop ul li.f-menuparent-itemfocus > .item {
    background-color: #d8181e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d8181e), to(#a81214)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #d8181e, #a81214); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #d8181e, #a81214); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #d8181e, #a81214); /* IE10 */
    background-image:      -o-linear-gradient(top, #d8181e, #a81214); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #d8181e, #a81214);

}

.menutop ul li > .item span {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 37px;
}
.menutop ul li .item img {float: left;margin: 8px 6px 0 0;vertical-align: top;}
.menutop ul li .nolink span {display: block;}
.menutop ul li span.item {cursor: default;outline: none;}
.menutop ul li .subtext span {line-height: 1.9em;}
.menutop ul li .subtext em {line-height: 0.6em;padding-bottom: 7px;text-transform: lowercase;}

/* No JS */
.menutop li.root:hover > .fusion-submenu-wrapper {top: 35px;left: 0;}
.menutop ul li:hover > .fusion-submenu-wrapper {left: 180px;top: 0;}

/* Fusion JS */
.fusion-js-container {display: block;height: 0;left: 0;overflow: visible;position: absolute;top: 0;z-index: 600000!important;background: transparent !important;}
.fusion-js-subs {display: none;margin: 0;overflow: hidden;padding: 0 !important;position: absolute;}

/* Grouped & Modules */
.menutop .fusion-grouped {padding-bottom: 10px;}
.menutop .fusion-grouped ol {padding: 0;}
.menutop .fusion-grouped ol li {padding: 0 15px;}
.menutop .fusion-grouped ol li .item {padding: 0 15px;}
.menutop .fusion-grouped ol li span {font-size: 85%;line-height: 2em;}
.menutop .type-module ol {padding: 0;}
.menutop .type-module ol li {padding: 0;}
.menutop .type-module ol li .fusion-modules {background: none;}
.menutop .type-module ol li .fusion-module {padding: 0;background: none;overflow: hidden;}
.menutop .fusion-module, .menutop .fusion-modules, .menutop .fusion-grouped {display: block;}
.menutop .fusion-modules.item {padding: 15px;}
.menutop .fusion-module em {display: inline;font-size: inherit;font-style: italic;}
.menutop .fusion-module a {font-size: inherit;line-height: 130%;}
.menutop .fusion-module p, .menutop .fusion-modules p {line-height: 160%;}
.menutop ul li.grouped-parent > .daddy span {background: none;}
