/*  drop-down menus, all  */
.ddy{
	width: 130px;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
}
.win .ddy { font-size: 10px; line-height: 10px; }

.ddy a { display: block; }

.ddy-top ul, .ddb-top ul { margin: 0 10px; padding: 22px 0 0 0; }
.ddy-top li, .ddb-top li { margin: 0; padding: 0; list-style-type: none; display:inline;}

/*  drop-down menu yellow  */
.ddy {}

.ddy-top {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url('../gfx/dropdown_top.png') left top no-repeat;
	font-weight: bold;
}

.ddy-btm {
	height: 21px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url('../gfx/dropdown_btm.png') left top no-repeat;
	font-size: 1px;
	line-height: 1px;
}

.ddy-top a:link, .ddy-top a:visited {
padding: 2px; 
color: #000000; 
text-decoration: none; 
font-family:arial;
font-size:12px;
line-height:20px;
font-weight:normal;
}
.ddy-top a:hover, .ddy-top a:active { 
color: #BE1E2D; 
/*background: #153864;*/ 
text-decoration: none;
}


