a:link, a:visited, a:active {
    color:#ffffff;
   	text-transform:none;
	}

a:hover	{
    color:#ffffff;

	}
	
a:link.toplevel, a:visited.toplevel, a:active.toplevel  { 
	color:#fff;
	font: normal 11px arial;
	text-decoration:none;
	text-transform: none;
	border-right : 1px solid #777;
	padding : 3px 4px 4px 3px;
	}

a:hover.toplevel { 
      background : #c0c0c0 url("resources/greymac.gif") repeat;
	color : #111;
	}
#nav_tbl	{
    width :900px;
    background : #fff url("resources/greymac.gif") repeat-x;
    height : 22px;
	border-bottom-width : 1px;
	border-bottom : solid;
	border-top : 1px solid;
	}

.menu {
	position:absolute;
	visibility: hidden;
	border:1px solid #888888;
	line-height: 12px;
	z-index: 100;
	background: #404040 url("") repeat-y right;
	width:180px;
	text-align:left;
	}

.menu a {
	width: 100%;
	display: block;
	font:normal 11px arial;
	border-bottom: 1px solid #888888;
	padding: 3px 0 3px;
	text-decoration: none;
	text-indent: 8px;
	}

.menu a:hover{ /*hover background color*/
	background:#404040 url("resources/dgreymac.gif") repeat 5px 9px;
	}


