#divSubMenu
{
	display:				block;
	position:				relative;

	left:					50px;
	margin-top:					-8px;

	z-index:				1;
}

#divSubMenu li
{	
	display:				inline;

	padding:				0px;
	margin:					0px;
}

#divSubMenu span
{
	display:				block;

	height:					50px;

	position:				relative;
	float:left;

	margin:0px;

	text-align:				center;
}

#divSubMenu a
{
	display:				block;
	
	height:					32px;

	padding-top:			10px;
	padding-left:			30px;
	padding-right:			30px;

	float:					left;

	font-family:			arial;
	font-size:				12px;
	font-weight:			bold;

	text-decoration:		none;
	cursor:					pointer;
}

#divSubMenu a.cSMnuI:hover
{
	color:					#666666;
	background:				url('../images/sprites.png') 0px -87px no-repeat;
}

.cSMnuL
{
	width:					20px;

	background:				url('../images/sprites.png') 0px -139px no-repeat;
}

.cSMnuS
{
	background:				url('../images/sprites.png') -20px -139px no-repeat;
}

.cSMnuR
{
	width:					20px;

	background:				url('../images/sprites.png') -217px -139px no-repeat;
}

a.cSMnuA
{
	color:					#ffffff;
	background:				url('../images/sprites.png') 0px -46px no-repeat;
}

a.cSMnuI
{
	color:					#666666;
	background:				url('../images/sprites.png') 0px -2px no-repeat;
}

