#new_navigation{
	display: block;
	clear: both;
	width: 960px;
	height: 48px;
	background-image: url('/images/nav/main_nav_bg.png');
	background-repeat: no-repeat;
	padding: 0px 20px;
}

#new_navigation a{
	color: white;
	font-weight: bold;
}

#new_navigation li{
	float: left;
	clear: none;
	width: 120px;
	height: 31px;
	text-align: center;
	color: white;
	font-weight: bold;
	position: relative;
}

#logo img{ 
	margin: 5px 13px 20px -29px;
}

#business img{
	margin: 5px 4px 20px -29px;
}

#posters img{
	margin: -3px 4px 20px -29px;
}

#stationery img{
	margin: 5px 17px 20px -29px;
}

#websites img{
	margin: 5px 23px 20px -29px;
}

#brochures img{
	margin: 5px 17px 20px -29px;
}

#characters img{
	margin: 5px 14px 20px -29px;
}

#logo, #business, #stationery, #websites, #brochures, #characters{
	padding-top: 17px;
}

#new_navigation #posters, #new_navigation #promotional{
	height: 38px;
	padding-top: 10px;
}

#new_navigation .current{
	background-image: url('/images/nav/main_nav_bg_on.png');
}

#new_navigation li:hover{
	/*background-image: url('/images/nav/main_nav_bg_on.png');*/
}

#new_navigation li ul{
	width: auto;
	position: absolute;
	top: 48px;
	display: none;
	list-style-image: url('/images/nav/nav_bullet.png');
	list-style-position: inside;
	z-index: 3;
}

#new_navigation li:hover ul.second, #new_navigation li ul.second li:hover ul.third{
	display: block;
}

#new_navigation li ul li{
	float: none;
	clear: both;
	width: auto;
	height: 41px;
	font-weight: bold;
	background-image: url('/images/nav/subnav_bg_off.png');
	line-height: 41px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top: 1px solid #a51a1b;
	text-align: left;
	white-space: nowrap;
	padding: 0px 20px;
}

#new_navigation li ul li:first-child{
	border-top: none;
}

#new_navigation li ul li:hover{
	background-image: none;
	background-color: #dd2324;
}

.subcurrent{
	background-image: none;
	background-color: #dd2324;
}

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

#new_navigation li ul li ul{
	position: absolute;
	left: 250px;
	top: 0px;
}

.nav_arrow{
	float: right;
}

.inner_shadow{
	width: 100%;
	height: 20px;
	background-image: url('/images/nav/shadow.png');
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}