@charset "utf-8";
#zeroed {
	margin: 0px;
	padding: 0px;
}

/* CSS Document */

#navwrap {
	z-index:3;
	font-family:arial, verdana, sans-serif;
	width:949px;
	font-size: 11px;
	list-style-type: none;
	position: relative;
	margin: 0;
	left: 1px;
	top: 1px;
	padding: 0px;
	font-weight: bold;
	color: #FFF;
}
#navwrap.v2 {
	width:780px;
}

#navwrap li {
	display: block;
	margin:0;
	padding:0;
	position: relative;
	float: left;
	clear:none;
}
#navwrap li a {
	display:block;
	position:relative;
	float:left;
	height: 28px;
	line-height: 28px;
	vertical-align:middle;
	padding:0 30px;
	margin:0;
	text-decoration: none;
	text-shadow:0px 0px 5px #000;
	color:#FFF;
}

#navwrap #top_lftedge{
	background-image: url(/images/topnav/topnav_lftedge.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 4px;
	display: block;
	clear:none;
	border: 0px;
}
#navwrap #top_rtedge {
	background-image: url(/images/topnav/topnav_rtedge.png);
	background-repeat: no-repeat;
	float: right;
	margin:0;
	padding:0;
	height: 31px;
	width: 4px;
	display: block;
	border:none;
}
#subnav {
	margin:0 0 0 4px;
	padding:0;
	height: 31px;
	width: 949px;
	background:repeat url(/images/subnav/navbg.png);
	float:left;
	display:block;
}
#navwrap.v2 #subnav {
	width:780px;
	height:28px;
}
#navwrap.v2 li a {
	padding:0 30px;
}
#navwrap #sub_lftedge {
	margin:0;
	padding:0;
	float: left;
	left:0;
	background:no-repeat url(/images/subnav/lftedge.png);
	position:absolute;
	display: block;
	height: 31px;
	width: 4px;
}
#navwrap.v2 #sub_lftedge {height:28px;}

#navwrap #sub_rtedge {
	margin:0;
	padding:0;
	float: right;
	right:-8px;
	background:no-repeat url(/images/subnav/rtedge.png);
	position:absolute;
	display: block;
	height: 31px;
	width: 4px;
}
#navwrap.v2 #sub_rtedge {height:28px;}

#mainlink .a1 {height:28px; line-height:28px; vertical-align:middle; padding:0 30px; margin:0;}
	#mainlink .a1 span.a1-arrow {display:inline-block; background:no-repeat url(/images/icons/white-arrow.png); width:8px; height:28px;}

#mainlink:hover #ddmenu , #mainlink.over #ddmenu  {
	display:block;
	z-index:2;
}
#mainlink #ddmenu   {
	left:0;
	top: 1px;
	border:0;
	display: none;
	position: absolute;
	z-index:2;
	padding:0;
	margin:0;
}
#mainlink > #ddmenu  {
	left:10px;
	top:27px;
	z-index:2;
}
#ddmenu li {
	list-style-type:none;
	margin:0;
	padding:0;
	background-color:#333;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style: solid;
	border-right-color:#FFF;
	border-bottom-color:#FFF;
	border-left-color:#FFF;
	z-index:2;
}

#ddmenu li:hover, #subnav li.over {
	background-color:#555;
}

#subnav li a:hover , #subnav li a.over {
	color:#CCC;
}

#navwrap #ddmenu li a, #navwrap.v2 #ddmenu li a {
	min-width:122px;
	height:14px;
	line-height:14px;
	vertical-align:middle;
	margin:0;
	padding:4px 4px 4px 6px;
	clear:left;
	z-index:2;
	white-space:pre;
}

#topnav {
	margin:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left: 41px;
	height:31px;
	z-index:2;
	font-family:arial, verdana, sans-serif;
	width:910px;
	font-size:11px;
	font-weight:bold;
	list-style-type:none;
	background-image:url(/images/topnav/topnav_bg.png);
	background-repeat:repeat-x;
	float:left;
	position:absolute;
	left:4px;
	top:0;
}
#topnav li a:hover , #topnav li a.over {
	color:#F00;
}
li  #myaccount{
	display:none;
	margin:0;
	padding:15px;
	float:right;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-color:#FFF;
	border-bottom-color:#FFF;
	border-left-color:#FFF;
	position:absolute;
	background-color:#333;
	z-index:10;
	left:0;
	top:1px;
}
#myaccount ul  {
	width:120px;
	margin:0;
	padding:0;
}
#myaccount ul li {
	padding:0;
	margin-bottom:5px;
	list-style-type:none;
	clear:left;
}


li:hover #myaccount ,li.over #myaccount   {
	display:block;
}
li > #myaccount {
	left:auto;
	top:31px;
}

