.menu {position:relative;z-index:1000;font-size:7.25pt;text-align:center;}
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:150px;text-align:left;}
.menu li {float:left;width:150px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	width:149px;
	height:32px;
	background:url(/template/images/topNavABG.gif) right repeat-y;
	line-height:32px;
	font-weight:bold;
}
.menu a.clsTopNavLastItem, .menu a.clsTopNavLastItem:visited{background:url(/template/images/topNavABGLast.gif) right repeat-y;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:32px;
	left:0;
	width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:31px;t\op:32px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute;top:0;left:0;border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: url(/template/images/topSubNavBG.png) repeat;
	color:#ffffff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul a:hover{
	color:#ffffff;
	background:url(/template/images/topNavABGActive.gif) right repeat-y;
}
.menu a.clsTopNavLastItem:hover, .menu ul a.clsTopNavLastItem:hover{background:url(/template/images/topNavABGActiveLast.gif) right repeat-y;}
.menu ul ul a:hover{
	color:#ffffff;
	background: url(/template/images/topSubNavBG.png) repeat;	/* ie6 fix */
}
.menu ul ul :hover > a {
	color:#ffffff;
	background:#841c5d;
}
.menu :hover > a{
	color:#ffffff;
	background:url(/template/images/topNavABGActive.gif) right repeat-y;
}
.menu :hover > a.clsTopNavLastItem{background:url(/template/images/topNavABGActiveLast.gif) right repeat-y;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible;}