Css drop down .htc problem

im creating drop down menu using entirely css and the reason why i wanna do it in css is to avoid using java scripts

but

because ie does not support hover selector you must use .htc file, now i realize that .htc is made of java script as well, so if the java script is disabled it will also not work,

does any one know a way of making css drop down without using Java ?