/* THIS IS THE MAIN CATEOGORY NAVIGATION*/
	
	#Tier1
	{
	width: 192px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	}
		
		#Tier1 ul
		{
	margin: 0;
	width: auto;
	height: auto;
	list-style-type: none;
	float: left;
		
		}		
		#Tier1 ul li
		{
	cursor: pointer;
	color: #FFF;
	float: left;
			}
		
		#Tier1 ul li a
		{
	margin: 0px;
	width:187px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #002b5c;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	cursor: pointer;
	color: #FFF;
	font-size: 3.5mm;
	text-decoration: none;
	background-image: url(../images/nav-strip.jpg);
	background-position: left -90px;
	float: left;
	line-height:20px;
		}
		
		#Tier1 ul li a:hover
		{
	background-color: #000;
	background-image: url(../images/nav-strip.jpg);
	background-position: left -60px;
		}

