﻿/*CSS for Dropdownlist*/
.DDL1
{
	background:transparent url('../Images/b_32.gif') no-repeat left top;
	width:160px;
	height:20px;
	vertical-align:middle;
	line-height:20px;
	text-align:left;
	cursor:pointer;
	margin-bottom:10px;
}
.DDL1 .text{font-family:Tahoma;font-size:11px;padding-left:5px;}
.DDL2
{
	background:transparent url('../Images/b_36.gif') no-repeat left top;
	width:160px;
	height:20px;
	vertical-align:middle;
	line-height:20px;
	text-align:left;
	cursor:pointer;
	margin-bottom:10px;
}
.DDL2 .text{font-family:Tahoma;font-size:11px;padding-left:5px;}

/*item in dropdownlist*/
.DDLitem
{	
	background:url('../Images/item_bg.gif') repeat-y left top;
	width:125px;
	height:25px;
	cursor:pointer;
	color:#666666;
	font:bold 11px tahoma;
}
.DDLitemOver
{	
	background:url('../Images/item_hover_bg.gif') no-repeat left top;
	width:125px;
	height:25px;
	cursor:pointer;
	color:#666666;
	font:bold 11px tahoma;
}
.DDLText
{	
	font:normal 11px tahoma;
	color:#666666;
	height:25px;
	cursor:pointer;
	padding:5px 0 0 10px;
}
.DDLText:hover
{	
	font:bold 11px tahoma;
	color:#666666;
	height:25px;
	cursor:pointer;
	padding:5px 0 0 10px;
}
/*CSS for Dropdownlist*/
