/* sham CSS for search*/

#dropmenudiv{
position:absolute;
border:1px solid #CCCCCC;
border-bottom-width: 0;
text-decoration: none;
font: 11px Verdana, Sans-Sherif;
line-height:18px;
z-index:1000;}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC;
padding: 1px 0;
text-decoration: none;
font-weight: solid;}

/*hover background color*/
#dropmenudiv a:hover{ background: url(http://localhost/style/01/images/addborder.png) center repeat-x;}
