
.dropdown {float:left; padding-right:0px; cursor:pointer; z-index:10;}
/*.dropdown{
			margin:0px;
			padding:0px;
			background:url(../images/dropDown/cornerBottom.gif) no-repeat;
			width:231px;
			height:11px;
			}*/
dl{
	margin:0;
	padding:0;
	}

.dropdown dd {
			position:absolute;
			overflow:hidden;
			width:231px;
			display:none;
			z-index:-10;
			opacity:0;
			left:-40px;
			}
.dropdown ul {
				list-style:none;
				border-top:none;
				background:#cecbcb url(../images/dropDown/bgDrop.gif) repeat-x top;
				margin:0px;
				padding:0 23px 10px 23px;
				width:231px;
				text-align:left;
				}

.lastLI{
		margin:0;
		padding:0;
		list-style:none;
		background:url(../images/dropDown/cornerBottom.gif) no-repeat;
		width:231px;
	
		}
.dropdown ul li a{
					display:block;
					font-size:11px;
					font-weight:normal;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					color:#364853;
					text-decoration:none;
					padding:12px 0 12px 10px;
					background:url(../images/dropDown/arrowDrop.gif) left top no-repeat;
					border-bottom:1px solid #b3b1b1;
					width:170px;
					}

.dropdown ul li a:hover {
					color:#017ac3;
					background:url(../images/dropDown/arrowDrop-on.gif) top left no-repeat;
					padding:12px 0 12px 10px;
					}

.dropdown a.lastBtn{
				border-bottom:none;
				 	}
