td.navmenu_bg
{
	background: url(images/listwa_top2.gif) top left repeat-x;
	background-position: 0px 0px;
}


.menu 
{
	width: 588px;
	height: 20px;
	font-size:12px;
	position:relative;
	z-index:100;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding-left: 0em;
	margin:0;
	list-style:none;
}

.menu ul ul 
{
	width:150px;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
	float:left;
	position:relative;
}

/* set different width for divider graphic*/
.menu ul li.divider
{
	width: 1px;
}


/* style the links for the top level */
.menu a, .menu a:visited 
{
	display:block;
	font-size:12px;
	text-decoration:none; 
	color: white; 
	/*width:141px;*/
	height:20px;
	border-width:0; 
	/*background: transparent url(/library/images/base/main_bg_btn_off.png) left repeat-x;*/
	/*padding-left:5px;*/
	/*line-height:32px;*/
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 
{
	width:0px;
	/*width:132px;
	w\idth:140px;*/
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited 
{
	background:#d4d8bd;
}

.menu ul ul a.drop:visited 
{
	background:#d4d8bd;
}


/* style the second level hover */
.menu ul ul a.drop:hover
{
	/*background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;*/
	text-decoration: none;
}

.menu ul ul :hover > a.drop 
{
	/*background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;*/
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* 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:20px;
left:0; 
width:135px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:20px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:135px; 
top:0;
width:135px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-135px;
}

/* 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;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
/*background:#d4d8bd;*/ 
background:#fff;
border:1px solid #000; 
border-width: 0 1px 0 1px;
font-size: 11px;
color:#000; 
height: auto; 
line-height:0.9em; 
padding:5px 5px; 
width:134px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a, * html .menu ul ul a:visited
{
	width:136px;
	w\idth:136px;
}

.menu ul ul li:last-child {
	border:1px solid #000; 
	border-width: 0 0 1px 0;
}

.menu ul ul li.lastchild{
	border-top: none;
	border-bottom: 1px solid #000;
/*	border: 1px solid #000; 
	border-width: 0 0 1px 0;*/
}


/* style the top level hover */
.menu ul ul a:hover {
	color:#fff;
	background: #669999;
	text-decoration: none;
	visibility: visible;
	display: block;
	}

.menu a:hover {
	/*background: url(/library/images/base/main_bg_btn_on.png) top left;*/
	text-decoration: none;
	visibility: visible;
	display: block;
	}

.menu :hover > a, .menu ul ul :hover > a {
	visibility: visible;
	display: block;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul, .menu li:hover {
	background: url(/library/images/spacer.gif);
	visibility: visible;
	display: block;
}

.menu ul :hover ul{
visibility:visible;
display: block;
}
/* for 3rd level, not required as yet */
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
visibility:hidden;
display: none;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { 
visibility:visible;
display: block;
}


/** Support for the "iehover-fix.js" **/
.menu li iframe {
position: absolute;
left: 0;
top: 0;
z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
/** end **/
