﻿.radmenu,
.RadMenu_ntex
{
	background: transparent url(img/menu.png) no-repeat top left;
	display: block;
	float: none;
	zoom: 1;
	vertical-align: top;
	padding: 5px 4px 0;
}
* html .radmenu,
* html .RadMenu_ntex
{
	background-image: url(img/menu.gif);
	padding: 0;
}

.RadMenu_ntex .item
{
	padding: 10px;
	_padding: 10px 5px;
	background: transparent url(img/vr-blue.gif) repeat-y right top;
	vertical-align: middle;
}

.RadMenu_ntex .item .link
{
	cursor: pointer;
	padding: 0 0 0 15px;
	background: transparent url(img/bullet-yellow.png) no-repeat left top;
	text-decoration: none;
}

.RadMenu_ntex .item .link .text
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}

.RadMenu_ntex .item .link:hover,
.RadMenu_ntex .item .link:hover .text
{
	text-decoration: none;
	color: yellow;
}

.RadMenu_ntex .vertical .item
{
	background-color: #0A245D;
	padding: 5px;
}

.RadMenu_ntex .vertical .item .leftImage
{
	padding: 0 5px 0 0;
}

.RadMenu_ntex .vertical .item .expandLeft
{
	background: transparent url(img/arrow-right.gif) no-repeat right center;
	padding: 0 15px 0 0;
}
