/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/

.yui-skin-sam .yuimenu {

    font-size: 12px;  /* 12px */
    line-height: 25px;  /* 18px */
    *line-height: 25px; /* For IE */
	width: 177px;
	

}

.yui-skin-sam .yuimenubar .yuimenu,
.yui-skin-sam .yuimenu .yuimenu {

    font-size: 100%;

}

.yui-skin-sam .yuimenu .bd {

    background-color: #034b59;
    
}

.yui-skin-sam .yuimenu ul {

    padding: 3px 0;
	list-style-type:none;
	padding-left: -30px;
	
}

.yui-skin-sam .yuimenuitem {

    /*
        For IE 7 Quirks and IE 6 Strict Mode and Quirks Mode:
        Used to collapse superfluous white space between <li> elements
        that is triggered by the "display" property of the <a> elements being
        set to "block."
    */

    _border-bottom: solid 1px #fff;

}

.yui-skin-sam .yuimenuitemlabel {

    padding: 0 20px;
    color: #6fd2e3;
    text-decoration: none;
    cursor: default;
	
}

.yui-skin-sam .yuimenuitemlabel-hassubmenu {

	padding: 0 20px;
    color: #6fd2e3;
	text-decoration: underline;
    cursor: default;
	
}

.yui-skin-sam .yuimenuitem-selected {

    background-color: #ff6100;

}

.yui-skin-sam .yuimenuitem-hassubmenu-selected {
	
	background-color: #6fd2e3;

}

.yui-skin-sam .yuimenuitemlabel-selected {

	color: #000000;
	
}

.yui-skin-sam .yuimenuitemlabel-hassubmenu-selected {

	color: #000000;
	
}
