    * Collapse All
    * Expand All

.navblock {
	display: block;
	float: left;
	width: 950px;
}

.navblock {
	display: block;
	width: 708px;
	height: 30px;
	float: left;
	background-image: url(http://www.mide.com/images/icons_creditcards.png);
	background-repeat: no-repeat;
	background-position: right center;
	
}

.fright {
	display: block;
	width: 708px;
	height: 30px;
	float: left;
	
}

#search {
	display: block;
	float: right;
	width: 230px;
	text-align: right;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#search form.searchblock {
	display: block;
	margin: 0px;
	height: 20px;
	width: 200px;
	float: right;
	text-align: right;
	font-size: 10px;
	line-height: 11px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#search form .searchbox {
	display: block;
	margin: 0px;
	padding: 1px;
	height: 13px;
	width: 175px;
	text-align: left;
	font-size: 11px;
	line-height: 11px;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

#search input .searchin {
	color: #999999;
	font-size: 10px;
	line-height: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

/*.search input.box {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
}*/

/* ------------------------------------NAVIGATION------------------------------------------------ */

#lists {
	padding:0;
	margin:0px;
	list-style:none;
	position:relative;
	float:left;
	width:708px;
	z-index:500;
	background-image: url(line.gif);
	background-repeat: no-repeat;
	background-position: 100% 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 30px;
} /* margins for this demonstration only */

#lists li {
	display:block;
	background-image: url(line.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	float: left;
	padding: 0px;
}




#lists li a.tl {
	display:block;
	height:25px;
	text-decoration:none;
	line-height:20px;
	font-size:12px;
	font-weight:normal;
	text-indent:10px;
	color:#FFFFFF;
	float: left;
	padding: 5px 20px 0px 10px;
}

#lists li a.tl:hover {
	background-color: #FFCC33;
}
/*
#lists li a:active {
	background-color: #FFCC33;
}

#lists li a:focus {
	background-color: #FFCC33;
}
*/
#lists div {display:none;}

#lists li a:hover {text-decoration:none; white-space:normal; background-position:130px 15px;}
#lists li:hover > a {
	text-decoration:none;
	white-space:normal;
	background-position:130px 15px;
	color: #000033;
	background-color: #FFCC33;
}

#lists :hover div
{
	display:block;
	width:598px;
	position:absolute;
	left:0;
	top:30px;
	padding:0 10px 10px 10px;
	background-color: #FFCC33;
	
}
#lists :hover div.pos2 {
background-color: #FFCC33;}
	
	#lists :hover div.pos3 {
background-color: #FFCC33;}
	
	#lists :hover div.pos4 {
background-color: #FFCC33;}

#lists .two:hover {position:relative;}
#lists .single:hover {position:relative;}

#lists .aleft:hover {position:relative;}
#lists .aleft:hover div.pos2 {width:410px;}

#lists .two:hover div.pos3 {width:300px;}
#lists .single:hover div.pos4 {width:150px;}

#lists :hover div dl {display:inline; padding:0; margin:0 10px 10px 10px; float:left; width:179px;}
#lists :hover div dl dt {
	width:179px;
	text-indent:px;
	text-decoration:none;
	height:20px;
	line-height:20px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;	
	
}

#lists :hover div dl dt a {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}

#lists .two:hover div {left:-150px;}
#lists .two:hover div dl {width:129px;}
#lists .two:hover div dl dt {width:129px;}

#lists .single:hover div dl {width:129px;}
#lists .single:hover div dl dt {width:129px;}

#lists :hover div dl dd {padding:0; margin:0;}

#lists :hover div dt a {text-decoration:none; cursor:default; font-weight:normal; color:#fff;}
#lists :hover div dd a {
	display:block;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:#000;
	text-indent:2px;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif;
}
#lists :hover div dd a:hover {text-decoration:underline;}

#lists .clear {clear:both;}

#lists div dl dt a:hover {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	cursor:pointer;
	text-decoration: underline;
}