
/*
Tipue drop 1.1
Tipue drop Copyright (c) 2012 Tri-State Consultants
Tipue drop is free for both both commercial and non-commercial use and released under the MIT License.
For the latest release, documentation and licence see http://www.tipue.com/drop
*/


#tipue_drop_input
{	
	float: right;
	position: relative;
	top: 65px;
	padding: 7px 7px 7px 25px;
	border: 1px solid #ddd;
	background: url('search.png') no-repeat 8px 50% #fafafa;
}

#tipue_drop_content
{
     display: none;

	font-size: 13px;
	margin: 50px;
     width: 900px;
}


#tipue_drop_items a
{
     display: block;
     padding: 10px 20px;
     text-decoration: none;
	cursor: pointer;
 }
 
#tipue_drop_items a:hover
{
     background-color: #eaf5fe;
 }

#tipue_drop_items a span.tipue_drop_title
{
     display: block;
	font-size: 15px;
     color: #0973D1;
}
#tipue_drop_items a:hover span.tipue_drop_title
{
     color: #0973D1;
}
#tipue_drop_items a span
{
     color: #555;
}
