.dropdown_hide{
	margin:0px;
	padding:0px;
	float:left;
}
.dropdown_hide a.title{
	display:block;
	margin:0px;
	padding:4px 8px;
	border:1px solid #ffffff;
	border-width:1px 2px 1px 1px;

	/*CHANGES*/
	/*
	background:url('http://www.feathermerchant.com/test/css/images/menu-arrow.gif') no-repeat 9px 7px;
	padding-left:27px;
	background:url('http://www.feathermerchant.com/test/css/images/menu-arrow.gif') no-repeat 8px 6px;
	background:#333333 url('http://www.feathermerchant.com/test/css/images/menu-arrow-dotted_white_bg.gif') no-repeat -292px -44px;
	*/
	
}
.dropdown_show .options_container{
	position:relative;
}
.dropdown_hide .options{
	display:none;
}

.dropdown_show{
	margin:0px;
	padding:0px;
	float:left;
}
.dropdown_show .title_container{

	border-right:1px solid #333333;

}
.dropdown_hide .title_extra, .dropdown_show .title_extra_2{
/*
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	width:28px;
	height:22px;
	background:url('http://www.feathermerchant.com/test/css/images/menu-arrow.gif') no-repeat 8px 7px;
	border:0px solid red;
*/
}
.dropdown_hide .test_top{
	display:none;
}
.dropdown_show .test_top{

	position:absolute;
	z-index:10000;
	display:block;
	margin:0px;
	border-top:1px solid #ffffff;
	border-left:1px solid #dddddd;
	background-color:#ffffff;
	text-decoration:none;
	height:1px;
	width:98%;
	overflow:hidden;
	left:1px;
	/*CHANGE*/
	top:-1px;

}
.dropdown_show a.title{
	display:block;
	margin:0px;
	padding:4px 8px;
	border:1px solid #bbbbbb;
	border-width:1px 1px 1px 1px;
	background-color:#ffffff;
	text-decoration:none;

	/*CHANGES*/
	/*
	padding-left:27px;
	background:url('http://www.feathermerchant.com/test/css/images/menu-arrow.gif') no-repeat 8px 6px;
	background:#333333 url('http://www.feathermerchant.com/test/css/images/menu-arrow-dotted_white_bg.gif') no-repeat -292px -44px;
	*/
	
}

.dropdown_hide a.title img, .dropdown_show a.title img{

	border-width:0px;
	margin:0px 0px 0px 5px;
	padding:0px;
	vertical-align:bottom;

}

#body .dropdown_show a.title{

	text-decoration:noneEEEEE;

}
.dropdown_show .options{
	position:absolute;
	z-index:0;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	background-color:#ffffff;
	border-right:1px solid #333333;
	/*CHANGE*/
	top:-1px;
}
.dropdown_show .options .options_outer{

	border:1px solid #bbbbbb;
	border-width:1px 1px 1px 1px;

}
.dropdown_show .options .options_inner{

	padding:4px;
	/*padding:4px 23px 4px 4px;*/

}

/*Should check on the heirachy of css. eg. is #body p refered over p?*/
.dropdown_show .options p, #body .dropdown_show .options p{

	line-height:100%;
	margin:0px; 
	padding:0px; 
	
}
.dropdown_show .options p a, #body .dropdown_show .options p a{

	display:block;
	border:1px solid #ffffff;
	padding:3px;
	text-decoration:none;
	/*CHANGE*/
	/*border-left:1px solid #cccccc;*/
	/*padding-right:22px;*/

}
.dropdown_show .options p a:hover, #body .dropdown_show .options p a:hover{

	border:1px solid #333333;
	background-color:#333333;
	color:#efefef;

}