#nav{
	float:left;
	display:inline;
	width:910px;
	height:32px;
	color:#e6eef1;
	padding:0;
	list-style:none;
}
	#nav li.top{
		display:inline;
		float:left;
		height:32px;
		position:relative;
	}
	#nav li a.top_link{
		display:inline;
		float:left;
		text-decoration:none;
		font-size:12px;
		font-weight:bold; 
		position:relative;
		cursor:pointer;
		background:url(../img/bg-catmenu.gif) top right no-repeat;
		height:23px;
		color:#FFF;
		padding:9px 38px 0 14px;
	}
		#nav li:hover a.top_link {
			background:url(../img/bg-catmenu.gif) bottom right no-repeat #4486ab;
			}
	#nav li a.last {
		background:url(../img/bg-catmenu-last.gif) top right no-repeat !important;
		padding-right:14px;
		}
	#nav li:hover a.last {
		background:url(../img/bg-catmenu-last.gif) bottom right no-repeat #4486ab !important
		}

/* Default list styling */


#nav li:hover ul.sub {  /*first-level list */
	top:28px;
	left:0px;
	width:294px;
	z-index:9999;
	height:auto;
	background:url(../img/bg-opencat.png) bottom left no-repeat;
	display:block;
	padding:0 0 10px 0
	}
#nav li:hover ul.sub li {
	display:inline;
	font-weight:normal;
	width:294px;
	height:14px;
	float:left;
	font-size:12px;
	color:#555;
	background:url(../img/arrow-menucat.gif) center left no-repeat;
	margin:0 0 5px 14px;
	padding:0 0 0 10px;
	}
#nav li:hover ul.sub li.title {
	display:inline;
	font-weight:bold;
	width:280px;
	height:24px;
	float:left;
	color:#333;
	font-size:12px;
	background:url(../img/bg-opencat-top.gif) top left no-repeat;
	padding:12px 0 0 14px;
	margin:0 0 8px 0;
	}

#nav li:hover ul li a {color:#397ca1; text-decoration:none;font-size:11px; display:block; width:100%; height:100%}
#nav li:hover ul li a:hover { color:#aa0400; text-decoration:underline}

#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;}
