/* CSS search_mods - Horizontal CSS search_mod with Dropdown and Popout search_mods - 20050131 */

/* Begin CSS Popout search_mod */


.search_box {	
	border: #999999 solid 1px;
	background-color:#EEEEEE;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	height:25px;
	max-height:25px;
	overflow:hidden;
}

#search_mod{
		font-family:Century Gothic,Arial, Helvetica, sans-serif;
		font-size: 9px;
}

div#search_mod a, div#search_mod h2{
		font-family:Century Gothic,Arial, Helvetica, sans-serif;
		font-size:9px;
		font-weight:lighter;
		display:block;
		border-width: 0px;
		border-style:solid;
		color:#000000;
		background-color:;
		white-space:nowrap;
		margin:0;
		text-align:left;
	
}

#search_mod h2{
		color:#CCCCCC;
		text-decoration:none;
		font-weight:normal;
		font-size:9px;
}

#search_mod a{
		color:#CCCCCC;
		text-decoration:none;
		font-weight:normal;
		font-size:9px;
}

#search_mod a, #search_mod a:visited{

}

#search_mod a:hover{
	color:#0000CC;
	text-decoration:none;
}

#search_mod a:active{
	
	
}

#search_mod ul{
		list-style:none;
		margin:0;
		padding:0;
		float:none;
		background:;
		display:block;
		background-color:;
		height:13px;
		padding-left:10px;
		padding-right:10px;
		padding-top:2px;
		padding-bottom:2px;
}

#search_mod li{
	position:relative;
	background-color:;

}

#search_mod ul ul{
		position:absolute;
		z-index:500;
		top:auto;
		left:0px;
		display:none;
}

#search_mod ul ul a{
		color:#000000;
}

#search_mod ul ul a:hover{
		background-repeat:repeat-x;
		color:#0000FF;
		text-decoration:none;
}


#search_mod ul ul ul{
		top:0;
		left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#search_mod h2:hover{
	color:#00f;
	text-decoration:underline;
}

div#search_mod li:hover{
	cursor:pointer;
	z-index:100;
}



div#search_mod li:hover ul ul,
div#search_mod li li:hover ul ul,
div#search_mod li li li:hover ul ul,
div#search_mod li li li li:hover ul ul
{display:none;}

div#search_mod li:hover ul,
div#search_mod li li:hover ul,
div#search_mod li li li:hover ul,
div#search_mod li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#search_mod a.x, #search_mod a.x:visited{
	color:#000;
}

#search_mod a.x:hover{
color:#fff;
background:#000;
}

#search_mod a.x:active{


}

/* End CSS Popout search_mod */


