/* RadMenu VBK skin */

.RadMenu_VBK 
{
	text-align: left;
}

.RadMenu_VBK_rtl
{
	text-align: right;
}

.RadMenu_VBK_Context
{
	background: none;
	border: 0;
}

.RadMenu_VBK a
{
	text-decoration: none;
	color:#ffffff;
}

.RadMenu_VBK li
{
	text-decoration: none;
	color:#ffffff;
	position: relative;
	float:left;
	background:transparent url(img/normal.jpg) no-repeat;
	height:63px;
	width:159px;
}

.RadMenu_VBK .link .focused,
.RadMenu_VBK .focused
{
	outline: 0;
	background:transparent url(img/hover.jpg) no-repeat;
}

.RadMenu_VBK .expanded
{
	z-index: 10000;
	background:transparent url(img/hover.jpg) no-repeat;
}

.RadMenu_VBK .rootGroup .link:hover
{
	background:transparent url(img/hover.jpg) no-repeat;
	color:#ffffff;
	height:60px;
	width:159px;
}

.RadMenu_VBK .rootGroup .link.focused

{
	background:transparent url(img/selected.jpg) no-repeat;
	color:#ffffff;
	height:60px;
	width:159px;
}
.RadMenu_VBK .rootGroup .link:hover
{
	background:transparent url(img/hover.jpg) no-repeat;
	color:#ffffff;
	height:60px;
	width:159px;
}
.RadMenu_VBK .link .text
{
	font: bold 12px Arial, sans-serif;
	text-transform:uppercase;
	padding-top:20px;
	text-align:center;
}
.RadMenu_VBK li.first
{
	background:transparent url(img/first_normal.jpg) no-repeat;
	width:55px;
	height:60px;
}
.RadMenu_VBK li.first .link:hover,
.RadMenu_VBK li.first .selected
{
	background:transparent url(img/first_selected.jpg) no-repeat;
	width:55px;
	height:60px;
}
.RadMenu_VBK li.last
{
	background:transparent url(img/last_normal.jpg) no-repeat;
	width:163px;
	height:60px;
}
.RadMenu_VBK li.last .link.focused
{
	background:transparent url(img/last_selected.jpg) no-repeat;
	width:163px;
	height:60px;
}
.RadMenu_VBK li.last .link:hover
{
	background:transparent url(img/last_hover.jpg) no-repeat;
	width:163px;
	height:60px;
}