#top-menu{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px; 
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.top-nav{float:left;}
  /* End IE5-Mac hack */
.top-nav{
	width: 100%;
	background:url(/afl-pocketportal/images/new/nav_shadow.gif) repeat-x bottom;
	font-size: 12px;
}
.top-nav ul{
	margin: 1px;
	padding: 10px 10px 0px; 
	font-family:arial;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none; 	  
}
.top-nav li{
	float:left;
	background:url(/afl-pocketportal/images/new/nav_shadow_vertical.png) no-repeat right center;
	white-space: nowrap;
	list-style-type: none; 
	font-weight: bold; 
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.top-nav a {float:none;}
  /* End IE5-Mac hack */
.top-nav a{
	  
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding; 
	color:#5B5B5B;
	display:block;
	float:left;
	font-weight:normal;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:5px 15px 8px;
	text-align:center;
	text-decoration:none;  
}
.top-nav #current{
	background:url("/front-admin/images/button_off_right.giff") no-repeat #666;
	padding: 5px; 
	color: #fff;
}
.top-nav #current a{
	background-image:url("/front-admin/images/button_off_left.giff");
	padding-bottom:6px;
	color: #fff;
}
.top-nav #current a:hover{
	text-decoration: none;
}

.top-nav a:hover{
	background-color: transparent;
	color: #999999;
}
