/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version 0.11.a customized by Caridy
*/


/* yui menubar */
div.yuimenu {

    z-index:10;
    visibility:hidden;
		color:#4B9691;
    background: #8FCDC8;	
		width:auto;
		padding:0px;
		margin:0px;
		text-align:left;

}


/* MenuBar Styles */


/*
    Application of "zoom:1" triggers "haslayout" in IE so that the module's
    body clears its floated elements
*/
div.yuimenubar div.bd {

    zoom:1;

}

/*
    Clear the module body for other browsers
*/
div.yuimenubar div.bd:after {

    content:'.';
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
		width:0;
    padding:0px;
}


/* Matches the group title (H6) inside a Menu or MenuBar instance */

div.yuimenu h6,
div.yuimenubar h6 { 

    font-weight:normal;    
    margin:0;
}

div.yuimenubar h6 {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
  
}

div.yuimenu h6 {

    float:none;
    display:block;
}


/* Matches the UL inside a Menu or MenuBar instance */

div.yuimenubar ul {

    list-style-type:none;
    /*overflow:hidden;*/

}

div.yuimenu ul {

    list-style-type:none;
}



/* MenuItem and MenuBarItem styles */

div.yuimenu li,
div.yuimenubar li {

    /*font-size:85%;*/
    cursor:pointer;
    cursor:hand;
    white-space:nowrap;
    text-align:left;
 		border-left:0px solid #104A55;
		height:auto;
}




/* Matches the help text for a menu item */

div.yuimenu li em {

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

}

div.yuimenu li a em {

    margin:0;

}

div.yuimenubar li a {
    
    /*
        "zoom:1" triggers "haslayout" in IE to ensure that the mouseover and 
        mouseout events bubble to the parent LI in IE.
    */
    zoom:1;
	font-weight: normal;
    text-decoration:none;
    
}
div.yuimenu li a {
    
    /*
        "zoom:1" triggers "haslayout" in IE to ensure that the mouseover and 
        mouseout events bubble to the parent LI in IE.
    */
    zoom:1;
    color:#000;
    text-decoration:none;
	font-weight: normal;
	text-transform: inherit;
    
}

div.yuimenu li.hassubmenu,
div.yuimenu li.hashelptext {

    text-align:left;

}

div.yuimenu li.hassubmenu a.hassubmenu,
div.yuimenu li.hashelptext a.hashelptext {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
    text-align:left;

}


/* Matches focused and selected menu items */

div.yuimenu li.selected {

		
					color:#559A97;
					
 	        background: #D6EAE9;		

}
div.yuimenubar li.selected {

    background-color:none;

}

div.yuimenu li.selected a.selected {
	color: #559A97;
    text-decoration:underline;

}
div.yuimenubar li.selected a.selected {
    text-decoration:underline;
}

div.yuimenu li.selected a.selected,
div.yuimenu li.selected em.selected, 
div.yuimenubar li.selected a.selected {


}


/* Matches disabled menu items */

div.yuimenu li.disabled, 
div.yuimenubar li.disabled {

    cursor:default;

}

div.yuimenu li.disabled a.disabled,
div.yuimenu li.disabled em.disabled,
div.yuimenubar li.disabled a.disabled {

    color:#b9b9b9;
    cursor:default;
    
}

div.yuimenubar li.yuimenubaritem {
    float:left;
    display:inline; /* Prevent margin doubling in IE */
}

div.yuimenubar li.yuimenubaritem.first-of-type {

    border-width:0;
	margin-right: 0px;

}


/* Matches the submenu indicator for menu items */

div.yuimenu li.checked {

    position:relative;

}

.yuimenuitem{
  background:#8FCDC8;
	text-align:left;
	position:relative;
	height:auto;
}
.yuimenuitem a{
	height:auto;
	font-size:90%;
}
.yuimenubar{
position:relative;
margin:0px 0px 0px 0px;
}

