/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
/* Menu & MenuBar styles */

.spitfiremenu {

 /*   background-color:#f6f7ee;
    border:solid 1px #c4c4be;*/
    padding:1px;
	text-align:left;
}

/*

The following style rule (".yuimenu.show-scrollbars") overrides the 
".show-scrollbars" rule defined in container.css which sets the 
"overflow" property of a YAHOO.widget.Overlay instance's root HTML element to 
"auto" when it is visible.  Without this override, a Menu would have scrollbars
when one of its submenus is visible.

*/

.yuimenu.show-scrollbars {

	overflow: visible; 

}

.yui-menu-shadow {

    display: none;

}

.spitfiremenu .spitfiremenu,
.spitfiremenubar .spitfiremenu {

    position:absolute;
    visibility:hidden;

}

.spitfiremenubar {
/*
    background-color:#f6f7ee;
  */
}

.spitfiremenubar ul {

    *zoom:1;

}

.spitfiremenubar ul:after {

    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
    line-height:0;

}

.spitfiremenubar ul {
    margin:0;
    padding:0;

}

.spitfiremenu ul {

    border:solid 1px #c4c4be;
    border-width:1px 0 0 0;
    margin:0;
    padding:10px 0;

}

.spitfiremenu ul.first-of-type, 
.spitfiremenu ul.hastitle,
.spitfiremenu h6.first-of-type {

    border-width:0;

}

.spitfiremenubar li, 
.spitfiremenu li {

    list-style-type: none;    

}

/* MenuItem and MenuBarItem styles */

.spitfiremenubaritem {

    float:left;

}

.yuimenuitemlabel,
.yuimenubaritemlabel {

    white-space: nowrap;
    display:block;

}

.yuimenuitemlabel {

    padding:2px 24px;
    outline:none;
    
}

.yuimenubaritemlabel {

    border-width:0 0 0 1px;
    border-style:solid;
    border-color:#c4c4be;
    padding:4px 24px;
	border:none;

}

li.first-of-type .yuimenubaritemlabel {

    border-width:0;

}

.yuimenuitemlabel .helptext {

    font-style:normal;
    margin:0 0 0 40px;
    
}

.yuimenuitemlabel .submenuindicator,
.yuimenuitemlabel .checkedindicator, 
.yuimenubaritemlabel .submenuindicator {
    
    display:block;
    height:8px;
    width:8px;
    overflow:hidden;
    vertical-align:middle;
    text-indent:9px;
    background-image:url(./yui/map.gif);
    background-repeat:no-repeat;

}

.yuimenubaritemlabel .submenuindicator {

    display:-moz-inline-stack; /* Gecko */
    display:inline-block; /* IE, Opera and Safari */
    font:0/0 arial; /* Gecko */

}

.yuimenuitemlabel .submenuindicator {

    background-position:0 0;

}

.yuimenubaritemlabel .submenuindicator {

    background-position:0 -24px;
    margin:0 0 0 10px;

}

.yuimenuitemlabel .checkedindicator {

    background-position:0 -48px;

}

.visible .yuimenuitem,
.visible .yuimenuitemlabel {

    *zoom:1;

}

.visible .yuimenuitemlabel .helptext {

    float:right;
    width:100%;
    text-align:right;
    margin:-1.2em 0 0 0;
    *cursor:hand; /* Required to restore the style of the cursor in IE */

}

.visible .yuimenuitemlabel .submenuindicator {

    margin:-.9em -16px 4px auto;
    *margin:-.9em -16px 0 105%;

}

.visible .yuimenuitemlabel .checkedindicator {

    margin:-.9em auto 4px -16px;
    *margin-bottom:0;

}



/* Matches selected menu items */

.spitfiremenuitem a.selected,
.spitfiremenubaritem a.selected {
/*
    background-color:#8c8ad0;
    text-decoration:underline;*/
   /* color:#fff;*/
 
}


.spitfiremenubaritem a.selected .submenuindicator {

    background-position:0 -32px;

}

.spitfiremenuitem a.selected .submenuindicator {

    background-position:0 -8px;

}

.spitfiremenuitem a.selected .checkedindicator {

    background-position:0 -56px;

}


/* Matches disabled menu items */

.spitfiremenubaritem a.disabled .submenuindicator {

    background-position:0 -40px;

}

.spitfiremenuitem a.disabled {

    cursor:default;
    color:#b9b9b9;

}

.spitfiremenuitem a.disabled .submenuindicator {

    background-position:0 -16px;

}

.spitfiremenuitem a.disabled .checkedindicator {

    background-position:0 -64px;

}

div.spitfiremenu{
		background-color: white;
	}
	
	.spitfiremenubaritem li a.selected {
		background-color: #cccccc;
	}
	
	.spitfiremenubaritem li a:link, .spitfiremenubaritem li a:visited, .spitfiremenubaritem li a:hover{
		color: #000000;
	}
	
	