/* site nav - horizontal tab menu, with dropdown sub menu */
#sitenav
{
	background: transparent url(/cs/images/cs_nav_bg.gif) repeat-x;
}
#sitenav ul
{
	font-size: 11px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sitenav ul li
{
	margin: 0;
	padding: 0;
}
#sitenav a
{
	display: block;
}
#sitenav a b
{
	cursor: pointer;
	color: #404040;
	height: 25px;
	line-height: 25px;
}
#sitenav .top
{
	height:30px;
	padding-left:1px;
}
#sitenav .top-item
{
	behavior: url( '/Tig/UI/WebControls/IEMenuDropdown.htc' );	/* behaviour script for IE 6 */
	background: none;
	float: left;
	height:30px;
	margin-right: 0;
	position: relative;
	z-index: 100;
}
#sitenav .top-item a
{
	float: left;
	height: 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
#sitenav .top-item a b
{
	float: left;
	height: 30px;
	line-height: 30px;
	_line-height: 26px;
	padding: 0 10px;
	border-right: solid 1px silver;
}
/* top menu image */
#sitenav .top-item a,
#sitenav .top-item a b
{
}
/* top menu image hover */
#sitenav .top-item a:hover,
#sitenav .top-item:hover a,
#sitenav .top-item a:hover b,
#sitenav .top-item:hover a b
{
	background-color: #aaa;
}
#sitenav .top-item .sub
{
	position: absolute;
	top: 30px;
	left: 0;
	visibility: hidden;
}
#sitenav .top-item:hover .sub
{
	visibility: visible;
}
#sitenav .top-item .sub a
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	float: none;
	height: 25px;
	padding: 0 20px 0 14px;
	text-align: left;
	width: auto;
	white-space: nowrap;
}
#sitenav .top-item .sub a b
{
	border: none;
	color: #404040;
	display: block;
	height: 25px;
	font-weight: normal;
	float: none;
	line-height: 25px;
	padding-left: 6px;
	width: 100%;
	_width: auto;
}
/* current top menu image */
#sitenav .top-item a.current,
#sitenav .top-item a.current:hover,
#sitenav .top-item a.current b,
#sitenav .top-item a.current:hover b
{
	background-color: #999;
}
/* sub menu */
#sitenav .top-item .sub a,
#sitenav .top-item .sub a b
{
	background-color: #E0E0E0;
	background-image: none;
}
/* sub menu hover */
#sitenav .top-item .sub a:hover
{
	background: url(/cs/images/cs_nav_arrow.gif) no-repeat scroll 4%;
}
#sitenav .top-item .sub a:hover,
#sitenav .top-item .sub a:hover b
{
	background-color: #ccc;
}
#sitenav .last
{
	border-top: solid 1px #FFF;
	font-size: 1px;
	line-height: 1px;
	_width: 148px;
}
#sitenav .last DIV
{
	display: block;
	height: 1px;
}
