﻿.catTile_cont
{
	margin-left:15px;
}
.catTile
{
	width:220px;
	height:320px;
	float:left;
	overflow:hidden;
}
.navCont
{
	margin:0 auto;
}
.dropDown ul li
{
	float:left;		
	margin:0;
	padding:0;
	font-size:11px;
	height:auto;
	text-align:left;
	list-style:none;
}
.dropDown li a,
.dropDown li a:visited
{
	font-size:11px;
	color:#666;
	font-weight:normal;
	text-decoration:underline;
	display:block;
	padding:5px;
	width:174px;
	cursor:pointer;
}
.dropDown li a:hover
{
	color:#fff;
	background:#4B6281;
}
.js .dropDown ul
{
	display:none;
}
.dropDown ul
{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:184px;
	background:#fff;
	position:absolute;
	height:auto;
	z-index:70;	
	margin:0;
}
.placeHolder
{
	height:21px;
}
.dropDownBtn,
.dropDown span
{
	width:186px;
	height:21px;
	z-index:80;
	position:relative;
}
.dropDownBtn
{
	background:url(/web/design/images/general/drop-menu-btn-up.gif) no-repeat;
}
.dropDown
{
	width:190px;
}
.dropDown span
{
	background:url(/web/design/images/general/drop-menu-btn-dn.gif) no-repeat;
	display:block;
	text-align:left;
	cursor:pointer;	
	color:#000;
	font-size:11px;
	padding:3px 5px 0 5px;
}
.dropDown span.switch
{
	background-image:none;
}
.homeLinkBtnCont
{
	background:url(/web/design/images/general/go2-ovr.png) no-repeat;
	width:40px;
	height:23px;
	float:right;
}
.homeLinkBtn
{
	background:url(/web/design/images/general/go2.png) no-repeat;
	width:40px;
	height:23px;
	display:block;
	text-indent:-4000px;
}
.homeLinkBtn:hover
{
	background:none;
}
.navCont h3
{
	color:#999;
	font-size:15px;
	width:195px;
}

