/*** This sets the style for the links inside the menu. ***/
#divCont
{
	position:relative;
	z-index:6;
	left:0px;
	top:20px;
	width:180px;
	visibility:hidden;
}

.clTop 
{
	position:absolute;
	z-index:7;
	top:19px;
	width:180px;
}

.clSub   
{
	position:absolute;
	z-index:8;
	left:0px;
	top:19px;
	width:180px;
}

/*** This sets the style for the links inside the menu. ***/
#divCont .clTop a 
{
	color:#888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#divCont .clTop a:hover
{
	color:#666666;
	text-decoration:none;
	text-transform:uppercase;	
}

#divCont .clTop .clSub a 
{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;	
}

#divCont .clTop .clSub a:hover
{
	color:#666666;
	text-decoration:none;
	text-transform:uppercase;	
}