/* menu styled for Vico Software theme */

.RadMenu_vico 
{
	height: 30px;
	background: transparent none;
	position:relative;
	background-image: url(img/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.RadMenu_vico .link
{
	cursor: pointer;
	background: transparent url('img/h_arrow.gif') top left no-repeat;
	text-decoration: none;
	color: #ffffff;
	white-space: normal;
/* vertical alignment fix */
    /* firefox */
    vertical-align:middle;
    display:table-cell !important;
    /* IE */
    _padding-top:expression((this.offsetHeight - this.firstChild.offsetHeight) / 2 + "px");
}

.RadMenu_vico .rootGroup_SelectedPath {
	cursor: pointer;
	background: transparent url('img/h_arrow.gif') top left no-repeat;
	text-decoration: none;
	color: #ffffff;
	white-space: normal;
}

.RadMenu_vico .link:hover,
.RadMenu_vico .focused,
.RadMenu_vico .expanded
{
	cursor: pointer;
	background: transparent url('img/h_arrow.gif') top left no-repeat;
	text-decoration: none;
	color: #ffffff;
	white-space: normal;
}

.RadMenu_vico .rootGroup .disabled:hover
{
	cursor: pointer;
	background: transparent url('img/h_arrow.gif') top left no-repeat;
	text-decoration: none;
	color: #cccccc;
	white-space: normal;
}
.RadMenu_vico .text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2.6em;
	font-weight: normal;
	font-style: normal;
	white-space: normal;
	color: #ffffff;
	margin: 0px;
	padding: 1px 15px 0px 0px;
	text-indent: 9px;
}

.RadMenu_vico .rootGroup .link:hover .text, 
.RadMenu_vico .rootGroup .focused .text,
.RadMenu_vico .rootGroup_SelectedPath .text
{
	color: #ffffff;
}

.RadMenu_vico .group
{
	margin: 0;
	/* test later ~ margin: -5% 0 0 95%; */
	padding: 0;
	width: 135px;
	border: solid 1px #999999;

	background-image: none;
	background-color: #333333;
	color: white;
	z-index: 1000;
}

.RadMenu_vico .group .text
{
	text-align: left;
	line-height: normal;
	color: #ffffff;
	padding: 0;
	padding-left: 5px;
	text-indent: 0;
	white-space: normal;
}      

.RadMenu_vico .group .link
{
	background: #333333 none;
	border-top: solid 0px #999999;
	width: 135px;
	padding: 5px 0px;
	white-space: normal;
    /* Negate vertical alignment fix for second level or higher*/
    display:block !important;
    _padding-top:0;
}

.RadMenu_vico .group .link .text 
{
	color: #ffffff;
	white-space: normal;
}

.RadMenu_vico .group .link:hover .text, 
.RadMenu_vico .group .focused .text 
{
	color: #ffffff;
}

.RadMenu_vico .group .link:hover,
.RadMenu_vico .group .focused,
.RadMenu_vico .group .expanded
{
	background: #161616;
	border-top: solid 0px #999999;
	width: 135px;
	white-space: normal;
}

.RadMenu_vico .leftArrow,
.RadMenu_vico .rightArrow,
.RadMenu_vico .topArrow,
.RadMenu_vico .bottomArrow,
.RadMenu_vico .leftArrowDisabled,
.RadMenu_vico .rightArrowDisabled,
.RadMenu_vico .topArrowDisabled,
.RadMenu_vico .bottomArrowDisabled
{
	background: transparent url(img/left.gif) center center no-repeat;
	width:15px;
}

.RadMenu_vico .topArrow,
.RadMenu_vico .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_vico .bottomArrow,
.RadMenu_vico .bottomArrowDisabled
{
	background-image: url('img/bottom.gif');
	width: 100%;
}

.RadMenu_vico .rightArrow,
.RadMenu_vico .leftArrow
{
	height: 100%;
}

.RadMenu_vico .rightArrow,
.RadMenu_vico .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_vico .vertical .separator .text
{
	padding-top: 1px;
	background: #999999;
	font-size: 1px;
}

.RadMenu_vico .expandLeft,
.RadMenu_vico .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_vico_rtl .expandLeft,
.RadMenu_vico_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	margin-left: 8px;
}

/* right to left */
.RadMenu_vico_rtl .group .link:hover .expandLeft,
.RadMenu_vico_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
}

.RadMenu_vico .link:hover .expandLeft,
.RadMenu_vico .link:hover .expandRight,
.RadMenu_vico .focused .expandLeft,
.RadMenu_vico .focused .expandRight,
.RadMenu_vico .expanded .expandLeft,
.RadMenu_vico .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
