/**
 * @name: dd.css
 * @description: customize dropdown 
 * @author: Marghoob Suleman - http://www.marghoobsuleman.com/
 * @version: 1.3 
 * @date: March 09, 2009 
 * @released: March 30, 2009 {1.3}, March 22, 2009 {1.2}, March 20, 2009 {1.0}
 * @category: Javascript Custom Component
 * @copyright (c) 2009 Marghoob Suleman (powered by: http://www.giftlelo.com/)
 */
.msDropDown div{display:inline-block; text-align:left;}

.msDropDown {
	background: url(../images/dd_bg.gif) no-repeat;
	padding:0 0 0 8px;
	/*line-height: 20px;*/
	width:auto;
	display:inline-block;
	position:absolute;
}
.msDropDown .msDropDown_Child{display:none; width:auto; margin:0; padding:0; cursor:pointer; background-color:#FFFFFF; height:auto; overflow-y:auto; overflow-x:hidden}
.msDropDown .msEnabled{cursor:pointer}
.msDropDown .msDisabled{cursor:default;}
.msDropDown .msArrow{width:16px;padding:0px 1px 0 0; position:relative; float:right;}
.msDropDown .msDropdownTitle{width:auto; _width: 120px !important; display:inline-block;float:left;padding-top:2px; overflow:hidden;}
.msDropDown img{border:0}
.msDropDown a img.icon{padding-right:2px;}
.msDropDown .msDropDown_Child a{border-bottom: 1px solid #bdbdbd; padding:3px 0 3px 13px; text-decoration: none !important; display:block; height:auto; clear:both; margin:0; width:130%;}
.msDropDown .msDropDown_Child a, .msDropDown .msDropDown_Child a:visited{color:#808080 !important;}
.msDropDown .msDropDown_Child a:hover{color:#808080; background-color:#f9f9f9;}
.msDropDown .msDropDown_Child a.selected{color:#808080; background-color:#f9f9f9;}