﻿


div.left, img.left, ul.left
{
	float: left;
	clear: left;
	margin: 0px;
}
div.right, img.right, ul.right
{
	float: right;
	clear: right;
	margin: 0px;
}




#top
{
	padding-top: 50px;
	margin: 0 auto;
	padding-bottom: 0px;
	width: 915px;
}

#top img
{
    border: none;
    padding: 0px;
    margin: 0px;
}

#top ul
{
	padding-top: 30px;
	list-style: none;
}
#top ul li
{
	float: left;
}
#top ul li a
{
	display: block;
	width: 122px;
	height: 29px;
	background: url(../../app_themes/popcorn_hour/images/nav.gif) no-repeat left top;
	color: #fff;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
}
#top ul #first a
{
	padding-left: 5px;
	width: 119px;
	background-image: url(../../app_themes/popcorn_hour/images/nav_products.gif);
}
#top ul #last a
{
	padding-right: 5px;
	width: 109px;
	background-image: url(../../app_themes/popcorn_hour/images/nav_support.gif);
}
#top ul li a:hover, #top ul li a:active, #top ul li a.active
{
	background-position: left bottom;
}
