/* CSS Document */

.dropmenu1 {
	width: 120px;
	background:#F9DDEA url(images/arrowoff.gif) center right no-repeat;
	border:thin;
	border-top:1px solid #FABBD9;
	border-left:1px solid #FABBD9;
	border-right:1px solid #FABBD9;
	float: left;
	position:relative;
	padding:3px;
	margin-bottom:3px;
}

.dropmenu2 {
display:none;
overflow:auto;
margin:0;
padding:0px;
position:absolute;
top:20px !important; top:18px;
left:-1px;
width:126px !important; width:120px;
float: left;
border:thin;
border-left:1px solid #FABBD9;
border-right:1px solid #FABBD9;
border-bottom:1px solid #FABBD9;
background-color:#F9DDEA;
}

.dropmenu3 {
padding:2px;
background-color:#F9DDEA;
/*width:150px !important; width:148px;*/
width:96% !important; width:100%;
cursor:pointer;
cursor:hand;
}

.dropmenu2a {
display:none;
overflow:auto;
margin:0;
padding:0px;
position:absolute;
top:20px !important; top:18px;
left:-1px;
width:46px !important; width:40px;
float: left;
border:thin;
border-left:1px solid #FABBD9;
border-right:1px solid #FABBD9;
background-color:#F9DDEA;
}
.dropmenu3a {
padding:2px;
background-color:#F9DDEA;
/*width:150px !important; width:148px;*/
width:42px !important; width:100%;
cursor:pointer;
cursor:hand;
}

