/* Top Navigation */

#nav {
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
	width: 700px;
}

#nav ul {
	float: left;
	margin: 0; padding: 0;
	list-style: none;
}

#nav ul li {
	float: left; display: block;
	margin: 0 10px 0 0; padding: 0 0 0 16px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: top left;
}

#nav ul li a {
	float: left; display: block;
	margin: 0; padding: 0 16px 0 0;
	height: 34px;
	text-transform: capitalize;
	position: relative; z-index: 10;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top right;
	font: normal 14px/32px Arial, Helvetica, sans-serif;
}

#nav ul li a:hover {
	text-decoration: none;
}

#nav ul li.current_page_item, #nav ul li.current-menu-item {
	background-repeat: no-repeat;
	background-position: top left;
}

#nav ul li.current_page_item a, #nav ul li.current-menu-item a {
	background-repeat: no-repeat;
	background-position: top right;
}

#nav ul li.current_page_item a:hover, #nav ul li.current-menu-item a:hover {
}

/* Sub Navigation */

#subnav {
	height: 44px;
	padding-top: 1px;
	background-repeat: repeat-x;
	background-position: left top;
}

#subnav .body {
	height: 43px; margin: 0 1px;
	background-repeat: repeat-x;
	background-position: left top;
}


#catlist {
	float: left; display: block;
	position: relative;
	list-style: none;
	width: 139px;
}

#catlist li {
	float: left;
	list-style: none;
	cursor: default;
}

#catlist a.heading {
	float: left; display: block;
	height: 44px; line-height: 44px;
	padding-right: 30px; padding-left: 13px;
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 21px;
}

#catlist a.heading:hover,
#catlist li:hover a.heading {
	background-position: bottom right;
}

#catlist li ul {
	float: left; display: block;
	left: -999em;
	width: 420px; height: auto;
	padding: 0 2px 7px 12px;
	position: absolute; z-index: 999;
	list-style: none;
	cursor: default;
	text-transform: capitalize;
	font: normal 14px/25px "Myriad Pro", Arial, Helvetica, sans-serif;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#catlist li li {
	float: left; overflow: hidden;
	width: 130px; height: 25px;
	padding: 0 10px 0 0;
}

#catlist li li a {
	float: left;
	width: auto; height: 25px;
	margin: 0; padding: 0;
	font: normal 14px "Myriad Pro", Arial, Helvetica, sans-serif;
	line-height: 25px;
}

#catlist li li a:hover,
#catlist li li a:active {
	text-decoration: none;
}

#catlist li.current-cat a {}

#catlist li:hover ul,
#catlist li.sfhover ul {
	float: left; display: block;
	left: -2px; top: 43px;
}

#catlist li:hover ul {
	z-index: 999;
}


/* Featured Categories */

#subnav .menu {
	float: left; overflow: hidden;
	height: 44px;
	padding: 0 0 0 10px;
}

#subnav .menu li {
	float: left; display: block;
	height: 44px;
	padding: 0 10px 0 10px;
	font: normal 14px/44px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

#subnav .menu li a {
	float: left; display: block;
	height: 44px;
	font: normal 14px/44px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

#subnav .menu li a:hover {
	text-decoration: underline;
}


/* Search */

#topsearch {
	float: right;
	width: 198px;
	padding: 9px 59px 0 0;
}

#topsearch input[type=text] {
	float: left;
	width: 130px; height: 25px;
	padding: 0 10px 0 10px;
	border: 0;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
}

#topsearch input[type=submit] {
	float: left;
	width: 48px; height: 25px;
	border: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
}