
UL#menu  LI A, UL#menu  LI A:visited {
	DISPLAY: block; FONT-SIZE: 10px; OVERFLOW: hidden; TEXT-DECORATION: none; 
}
UL#menu  {
	PADDING: 0px; MARGIN: 0px; LIST-STYLE-TYPE: none;
}
UL#menu  LI {
	FLOAT: left; POSITION: relative;
}
UL#menu  LI UL {
	DISPLAY: none;
	PADDING: 8px;
	margin-top:-5px;
	list-style-type: none;
}
UL#menu  LI:hover A {
	
}
UL#menu  LI:hover UL {
	DISPLAY: block; POSITION: absolute; text-indent: 0px;
}
UL#menu  LI:hover UL LI A.hide {

}
UL#menu  LI:hover UL LI:hover A.hide {

}
UL#menu  LI:hover UL LI UL {
	DISPLAY: none
}
UL#menu  LI:hover UL LI A {
	DISPLAY: block;
	text-indent: 0px;
	color: #00A2C4;
}
UL#menu  LI:hover UL LI A:hover {
	BACKGROUND: #F58735; color: #fff;
}
ul#m1-bg, ul#m2-bg  {
	left: 145px;
	top: -5px;
}
ul#m3-bg  {
	left: 100px;
	top: -5px;
}
ul#m4-bg  {
	left: 110px;
	top: -15px;
}
ul#m1-bg li {
	background-image: url(../images/m1-bg.gif);
	background-repeat: no-repeat;
	width:90px;
	height:100px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
}
ul#m2-bg li {
	background-image: url(../images/m2-bg.gif);
	background-repeat: no-repeat;
	width:146px;
	height:80px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
ul#m3-bg li {
	background-image: url(../images/m3-bg.gif);
	background-repeat: no-repeat;
	width:127px;
	height:80px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
ul#m4-bg li {
	background-image: url(../images/m4-bg.gif);
	background-repeat: no-repeat;
	width:143px;
	height:74px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
}

