.imgsLevel 
{
}

.imgsContainer 
{
}

.imgsItem 
{
	cursor: pointer;
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	color: white;
	padding-left:10px;
	padding-right:10px;
	/*width:100px;*/
	height:20px;
}

.imgsItem a
{
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	color: black;
}


.imgsActiveItem
{
	cursor: pointer;
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	text-decoration: underline;
	color: white;
	padding-left:10px;
	padding-right:10px;
	/*width:100px;*/
	height:20px;

}

.imgsSelectedItem
{
	cursor: pointer;
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	color: white;
	padding-left:10px;
	padding-right:10px;
	/*width:100px;*/
	height:20px;

}

.imgsSelectedItem a
{
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	color: #99FF00;
}



