<style type="text/css">

/*****************/
/*         yuimenu       */
/*****************/

/* do not remove .DummyLine{} */
/* It appears the top item is not considered 
for formatting ... */

.DummyLine{} 

/* to mask that IE displays open space 
between menuitems.... */

.yui-skin-sam .yuimenu .bd { 
display: block ;
background:#ffcc00;
/* For IE7 : */
min-height: 38px; 
_height: auto;
/* end IE7 */
border-style:none;

} 
/* No shadows for this theme 
.yui-skin-sam .yui-menu-shadow{
visibility:hidden;
}
*/

/* Overwrite padding in submenus */

.yui-skin-sam .yuimenu .bd ul { 
padding: 0px;
}


/*****************/
/*         yuimenubar       */
/*****************/

.yui-skin-sam .yuimenubar {
border: 0;
background: url(/uploads/c0/32/c032cf9850ff136776bc6c66f9de5e06/bg_menu.png) repeat-x scroll; 
}


/*****************/
/*     yuimenubaritem    */
/*****************/

.yui-skin-sam .yuimenubaritem { 
background: url(/uploads/c0/32/c032cf9850ff136776bc6c66f9de5e06/bg_menu.png) repeat-x scroll; 
line-height:40px;
*line-height:40px;
text-align:left; 
font-weight:bold; 
font-size:9pt;
}

.yui-skin-sam .yuimenubaritem-selected { 
/* Different background for selected item*/
background: url(/uploads/c0/32/c032cf9850ff136776bc6c66f9de5e06/bg_menu.png) repeat-x scroll ; 
}

/* Color for submenuitem at top level; marking selected submenu */
.yui-skin-sam .yuimenubaritem-selected a{   
color:white; 

}

.yui-skin-sam .yuimenubaritem-selected a:hover{   
text-decoration:underline;
 }


/*****************/
/*     yuimenubaritemlabel    */
/*****************/

/* Provide highlight to selected item whilst page is displayed */

.yui-skin-sam .yuimenubaritemlabel{
padding: 0px 15px;
text-decoration: none;
border:  none none none none;
border-width: 0px 0
} 


/*****************/
/*     yuimenuitem    */
/*****************/

.yui-skin-sam .yuimenuitem{
line-height:38px;
*line-height:38px; 
color:black; 
background: #ffcc00;
text-align:left;
width: 200px; 
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #e0ba23;
}


.yui-skin-sam .last{
border-bottom-style: none;
}


.yui-skin-sam .yuimenuitem A{ 
font-weight:bold; 
color:black; 
} 

.yui-skin-sam .yuimenuitem A:hover{
font-weight:bold; 
text-decoration:underline ; 
color:white;
}

.yui-skin-sam .yuimenuitem-selected { 
background-color: black;  
color:white; 
}

/* Marking the current page */

/* .yui-skin-sam .yuimenuitem A#currentpagelink{
color:yellow;
}
*/

.yui-skin-sam .yuimenubaritem#currentpage { 
background:black;
}


.yui-skin-sam .yuimenubaritem A#currentpagelink { 
background:black;
color:white;
}

/* Color for submenuitem at level 1; marking selected submenu */
.yui-skin-sam .yuimenuitem-hassubmenu-selected A{
color:white;
}

/* Color for submenuitem at level 2; marking selected submenu */
.yui-skin-sam .yuimenubaritem .bd ul .yuimenuitem .bd ul .yuimenuitem-hassubmenu-selected A{
color:white;
}

/* Arrows for Submenu at level 1 */

.yui-skin-sam .yuimenuitem-hassubmenu {
background-image:url(/uploads/db/a3/dba3102a27a68656b20aed415c450901/black_submenuindicator.png);
background-attachment:scroll;
background-position: center right;
background-repeat:no-repeat;
background-color:#ffcc00;
color:black;

} 

.yui-skin-sam .yuimenuitem-hassubmenu-selected A:hover{
background-image:url(/uploads/a1/23/a123a3fcd9d063e0346b194ab6a87502/white_submenuindicator.png);
background-attachment:scroll;
background-position: center right;
background-repeat:no-repeat;
background-color:black;
/* color:white; */
} 

/* Arrows for Submenu at level 2 */

.yui-skin-sam .yuimenubaritem .bd ul .yuimenuitem-hassubmenu .bd ul .yuimenuitem-hassubmenu A{
background-image:url(/uploads/db/a3/dba3102a27a68656b20aed415c450901/black_submenuindicator.png);
background-attachment:scroll;
background-position: center right;
background-repeat:no-repeat;
background-color:#ffcc00;
} 

.yui-skin-sam .yuimenubaritem .bd ul .yuimenuitem-hassubmenu .bd ul .yuimenuitem-hassubmenu-selected A:hover{
background-image:url(/uploads/a1/23/a123a3fcd9d063e0346b194ab6a87502/white_submenuindicator.png);
background-attachment:scroll;
background-position: center right;
background-repeat:no-repeat;
background-color:black;

} 

/* MenuItem at level 2 */

.yuimenubaritem .bd ul .yuimenuitem .bd ul .yuimenuitem A{
background: #ffcc00;
text-decoration:none;
color:black;
}

.yuimenubaritem .bd ul .yuimenuitem .bd ul .yuimenuitem A:hover{
background-color: black;
color:white;
text-decoration:underline;
}

/* MenuItem at level 3 */

.yuimenubaritem .bd ul .yuimenuitem .bd ul .yuimenuitem .bd ul .yuimenuitem A{
background: #ffcc00;
text-decoration:none;
color:black;
}

.yuimenubaritem .bd ul .yuimenuitem .bd ul .yuimenuitem .bd ul .yuimenuitem A:hover{
background-color: black;
color:white;
text-decoration:underline;
}

</style>