#nav {
	padding:0; list-style:none; position:relative; width:899px; *z-index:90
	background:none; display:inline; float:left;
	}
	
#nav li.top {display:inline; float:left; }
#nav li a.top_link {
	display:inline; float:left; text-decoration:none; height:32px; color:#d4f2fe; font-weight:bold;  position:relative; z-index:99; cursor:pointer
	}
#nav li a.top_link span{
	display:inline; padding:0; float:left; text-decoration:none; height:28px; padding:4px 10px 0 10px; color:#d4f2fe; cursor:pointer
	}
#nav li:hover a.top_link span{
	background:url(../img/bg-menucat-hover-left.gif) top left no-repeat;
	color:#FFF
	}
#nav li:hover a.top_link {
	background:url(../img/bg-menucat-hover.gif) top right no-repeat;	
	}
#nav li a.last {
	background:url(../img/bg-menucat-all.gif) top right no-repeat;
	}
#nav li a.last span {
	background:url(../img/bg-menucat-all-left.gif) top left no-repeat;
	padding-left:20px;
	}
#nav li a.special {
	background:url(../img/bg-menucat-special.gif) top right no-repeat;
	}
#nav li a.special span {
	background:url(../img/bg-menucat-special-left.gif) top left no-repeat;
	padding-left:25px;
	}
#nav li:hover a.special {
	background:url(../img/bg-menucat-special.gif) top right no-repeat;
	}
#nav li:hover a.special span {
	background:url(../img/bg-menucat-special-left.gif) top left no-repeat;
	color:#FFF
	}

/* Default list styling */


#nav li:hover ul.sub {  /*first-level list */
	top:31px; left:-15px; width:912px; z-index:98; height:auto; background:url(../img/bg-opencat.gif) bottom left no-repeat; display:block; padding:0 0 10px 0;}
#nav li:hover ul.sub li {
	display:inline; font-weight:normal; width:191px; height:16px; padding:2px 0 0 18px; float:left; border-bottom:#89c3db 1px solid; margin:0 6px 6px 11px; font-size:11px; color:#d4f2fe;
	background:url(../img/arrow-menucat.gif) bottom left no-repeat;
	}
#nav li:hover ul.sub li.title {
	display:inline; font-weight:bold; width:892px; float:left; color:#4088bc; font-size:17px; border:none; margin:0; padding:12px;
	background:url(../img/bg-opencat-top.gif) top left no-repeat;
	}

#nav li:hover ul li a {color:#d4f2fe; text-decoration:none;font-size:11px; display:block; width:100%; height:100%}
#nav li:hover ul li a:hover { color:#FFF;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
	{ position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}