


/*==================================
drop down example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList a {color: #000; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0; list-style:none; color:#a5a6a5; width:120px; background:#ffffff; position:absolute; top:25px; left:0; z-index:9999; font-family:Arial, Geneva, sans-serif; font-size:11px; background:url(../images/divider-3.gif); height:65px;}
.newListSelected {width:122px; color:#000; height:25px; float:left; background:url(../images/select-bg.png) no-repeat;}
.newListSelected span {width:104px; display:block;}
ul.newList li a {padding:3px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:110px; overflow:hidden; height:25px; padding:0px 0px 0px 10px; font-family:Arial, Geneva, sans-serif; font-size:12px; line-height:25px; vertical-align:middle;color:#111111; text-align:left;}
.hiLite {color:#000!important; text-align:left;}
.hiLite a {color:#000!important; text-align:left;}
.newListHover {color:#00ccff!important; cursor:default; text-align:left;}
.newListSelHover, .newListSelFocus {background-position:0 -24px; cursor:default;text-align:left;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #181917;text-align:left;}








