
div.yuimenu {
	z-index:1;
    background-color:#FFFFFF;
	padding-top:0px;
    border-top:solid 1px #E4E4E4;
	border-bottom:solid 1px #E4E4E4;
    border-right:solid 1px #E4E4E4;
	border-left:solid 1px #E4E4E4;
}


div.yuimenu div.yuimenu,
div.yuimenubar div.yuimenu {
    position:absolute;
    visibility:hidden;
	z-index:1;
}


div.yuimenubar , div.yuimenubar li {
	z-index:1;
    background-color:transparent;
	height:27px;
}

div.yuimenubar div.bd {
    width:100%;
}

div.yuimenubar div.bd:after {
    display:inline;
    clear:both;
    visibility:hidden;
    height:0px;
}

div.yuimenu h6,
div.yuimenubar h6 { 
    font-size:100%;
    font-weight:normal;    
    margin:0px;
    border:solid 1px #c4c4be;
    color: #535353;   
}

div.yuimenubar h6 {
    float:left;
    display:inline; 
    border-width:0 1px 0 0;
}

div.yuimenu h6 {
    float:none;
    display:inline;
    border-width:1px 0 0 0;
}

div.yuimenubar ul {
    list-style-type:none;
	list-style-image:none;
    margin:0px;
    padding:0px;
}

div.yuimenu ul {
    list-style-type:none;
    border:solid 1px #c4c4be;
    border-width:1px 0 0 0;
    margin:0;
    padding:0px 0;
}
.yuimenubar ul,.yuimenu ul,.yuimenuitem li{
list-style-type:none;
list-style:none;
list-style-image:none;
}

div.yuimenu ul.first-of-type, 
div.yuimenu ul.hastitle,
div.yuimenu h6.first-of-type {
    border-width:0;
}

div.yuimenu div.topscrollbar,
div.yuimenu div.bottomscrollbar {
    height:16px;
    background-image:url(map.gif);
    background-repeat:no-repeat;
}


div.yuimenu div.topscrollbar {
    background-image:url(map.gif);
    background-position:center -72px;
}


div.yuimenu div.topscrollbar_disabled {
    background-image:url(map.gif);
    background-position:center -88px;
}


div.yuimenu div.bottomscrollbar {
    background-image:url(map.gif);
    background-position:center -104px;
}


div.yuimenu div.bottomscrollbar_disabled {
    background-image:url(map.gif);
    background-position:center -120px;
}

div.yuimenu li {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
    cursor:pointer;
    cursor:hand;
    white-space:nowrap;
    text-align:left;
	vertical-align:middle;
}
div.yuimenubar li {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
    cursor:pointer;
    cursor:hand;
    white-space:nowrap;
    text-align:left;
	list-style-image:none;
	list-style-type:none;
	list-style:none;	
}
div.yuimenu li.yuimenuitem {
    padding-left:15px;
	padding-top:3px;
}

div.yuimenu li li,
div.yuimenubar li li {
    font-size:100%;
}

div.yuimenu li.hashelptext em.helptext {
    font-style:normal;
    margin:0 0 0 0px;
}

div.yuimenu li a,
div.yuimenubar li a {
    zoom:1;
    color: #535353;
    text-decoration:none;
	height:20px;
}

div.yuimenu li.hassubmenu,
div.yuimenu li.hashelptext {
    text-align:right;
}

div.yuimenu li.hassubmenu a.hassubmenu,
div.yuimenu li.hashelptext a.hashelptext {
    float:left;
    *display:inline;
    text-align:left; 
}

div.yuimenu.visible li.hassubmenu a.hassubmenu, 
div.yuimenu.visible li.hashelptext a.hashelptext {
  

}




div.yuimenu li.selected,
div.yuimenubar li.selected {

}

div.yuimenu li.selected a.selected,
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 {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #EA1F30;
	text-decoration: none;
}

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: #535353;
    cursor:default;
}

div.yuimenubar li.yuimenubaritem {
    float:left;
    display:inline;
    margin:0px;
	width:130px;
	padding-right:4px;
}

div.yuimenubar li.yuimenubaritem.first-of-type {
    border-width:0px;
}

div.yuimenubar li.hassubmenu em.submenuindicator {
    display:-moz-inline-box;/
    display:inline-block;
    vertical-align:middle;
    height:8px;
    width:0px;
    text-indent:9px;
    font:0/0 arial;
    overflow:hidden;
}

div.yuimenu li.hassubmenu em.submenuindicator {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    height:8px;
    width:8px;
    text-indent:9px;
    font:0/0 arial;
    overflow:hidden;
	width:15px;
    background-image:url(map.gif);
    background-repeat:no-repeat;
}

div.yuimenu li.checked {
    position:relative;
}

div.yuimenu li.checked em.checkedindicator {
    height:8px;
    width:8px;
    text-indent:9px;
    overflow:hidden;
    position:absolute;
    left:6px;
    _left:-16px;
    top:.5em;
}

div.yuimenu li.checked em.checkedindicator.selected {
    background-position:0 -56px;
}

div.yuimenu li.checked em.checkedindicator.disabled {
    background-position:0 -64px;
}