﻿#kwicks_container {
	position: relative;
	width: 900px;
	height: 120px;
	overflow:hidden;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px solid #4f4f4f;
	border-top: 1px solid #4f4f4f;
}

#kwicks {
	position: relative;
	width: 1000px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}
 
#kwicks .kwick {
	text-indent: 0px;
	float: left;
	display: block;
	width: 300px;
	height: 120px;
	border-right: 2px solid #4f4f4f;
	overflow:hidden;
    cursor:pointer;
    cursor:hand;
	}

.submenu {
	padding: 0px;
	width: 900px;
	border-bottom: 1px solid #4f4f4f;
	margin: 0px;
	display: none;
	height: 0px;
	overflow: hidden;
	background-image:url(/site/sites/default/files/static/upmenu.png);
	background-repeat:repeat;
}

.tableMenu{
	padding: 0px; margin: 0px; width:100%; height: 50px; border-spacing: 0px; border: 0px;border-collapse:collapse;
	text-align: center; font-weight: normal; font-size: 14px;
}

.tableMenu td {padding: 0px; vertical-align: middle;}

.tableMenu a {
color: #969696;
text-decoration: none; border-bottom: 0px;
}
