/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
.yui-drop .yui-button  {

    display: -moz-inline-box; /* Gecko */
    display: inline-block; /* IE, Opera and Safari */
    background: url(../../../../../img/dropmenu.gif) no-repeat top left;
	margin-right:2px;
	width: 126px; height: 18px;
	
	float: right;
}

.yui-drop .yui-button .first-child {

    display: block;
    *display: inline-block; /* IE */
    margin: 0;
    *position: relative;
    *left: -1px;
	
	width: 126px; height: 18px;

}

.yui-drop .yui-button button,
.yui-drop .yui-button a {

    display: block;
    *display: inline-block; /* IE */
    padding: 0 10px;
    border: none;
    font-size: 93%;  /* 12px */
    line-height: 2;  /* ~24px */
    *line-height: 1.7; /* For IE */
    min-height: 2em; /* For Gecko */
    *min-height: auto; /* For IE */
    color: #000; 
	
	width: 126px; height: 18px;

}

.yui-drop .yui-button button {

    *overflow: visible; /* Remove superfluous padding for IE */
    background-color: transparent;
    cursor: pointer;
    cursor: hand;

}

.yui-drop .yui-button a {

    text-decoration: none;

}

.yui-drop .yui-button-active button, 
.yui-drop .yui-button-active a {

    color: #000;
	background: url(../../../../../img/dropmenu_c.gif) top left no-repeat;
	width: 126px; height: 18px;

}

/****************************************************************/
/* ts_index.html */
.yui-drop-ts .yui-button  {
	margin-right:0;
	margin-top: 7px;
}

/* Charline ADD CSS */

.yui-drop_trip .yui-button  {

    display: -moz-inline-box; /* Gecko */
    display: inline-block; /* IE, Opera and Safari */
    background: url(../../../../../img/dropmenu.gif) no-repeat top left;
	margin-left:7px;
	width: 126px; height: 18px;	
	float: left;
}
.yui-drop_trip .yui-button .first-child {

    display: block;
    *display: inline-block; /* IE */
    margin: 0;
    *position: relative;
    *left: -1px;
	
	width: 126px; height: 18px;

}

.yui-drop_trip .yui-button button,
.yui-drop_trip .yui-button a {

    display: block;
    *display: inline-block; /* IE */
    padding: 0 10px;
    border: none;
    font-size: 93%;  /* 12px */
    line-height: 2;  /* ~24px */
    *line-height: 1.7; /* For IE */
    min-height: 2em; /* For Gecko */
    *min-height: auto; /* For IE */
    color: #000; 
	
	width: 126px; height: 18px;

}
.yui-drop_trip .yui-button button {

    *overflow: visible; /* Remove superfluous padding for IE */
    background-color: transparent;
    cursor: pointer;
    cursor: hand;

}

.yui-drop_trip .yui-button a {

    text-decoration: none;

}

.yui-drop_trip .yui-button-active button, 
.yui-drop_trip .yui-button-active a {

    color: #000;
	background: url(../../../../../img/dropmenu_c.gif) top left no-repeat;
	width: 126px; height: 18px;

}
/* style0907 */

.yui-drop_trip2 .yui-button  {

    display: -moz-inline-box; /* Gecko */
    display: inline-block; /* IE, Opera and Safari */
    background: url(../../../../../img/dropmenu.gif) no-repeat top left;
	margin-left:7px;
	width: 70px; height: 18px;	
	float: left;
}
.yui-drop_trip2 .yui-button .first-child {

    display: block;
    *display: inline-block; /* IE */
    margin: 0;
    *position: relative;
    *left: -1px;
	
	width: 70px; height: 18px;

}

.yui-drop_trip2 .yui-button button,
.yui-drop_trip2 .yui-button a {

    display: block;
    *display: inline-block; /* IE */
    padding: 0 10px;
    border: none;
    font-size: 93%;  /* 12px */
    line-height: 2;  /* ~24px */
    *line-height: 1.7; /* For IE */
    min-height: 2em; /* For Gecko */
    *min-height: auto; /* For IE */
    color: #000; 
	
	width: 70px; height: 18px;

}
.yui-drop_trip2 .yui-button button {

    *overflow: visible; /* Remove superfluous padding for IE */
    background-color: transparent;
    cursor: pointer;
    cursor: hand;

}

.yui-drop_trip2 .yui-button a {

    text-decoration: none;

}

.yui-drop_trip2 .yui-button-active button, 
.yui-drop_trip2 .yui-button-active a {

    color: #000;
	background: url(../../../../../img/dropmenu_c.gif) top left no-repeat;
	width: 70px; height: 18px;

}

/* END Charline ADD CSS */