@charset "utf-8";

/* CSS Document */

div.RadMenu_Top {
	width: 814px;
	height: 44px;
	margin: 0;
	padding: 0 0 0 1px;
	background: #4D284D;
}

/**/

.RadMenu_Top ul.rootGroup, 
.RadMenu_Top .rootGroup li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	display: block;
}

.RadMenu_Top ul.rootGroup { 
	width: auto;
	height: 44px;
	text-align: left;
}

.RadMenu_Top .rootGroup li {
	float: left;
	height: 44px;
	width: inherit;
}

.RadMenu_Top ul.group {
	display: block;
	width: 779px !important;
	padding: 10px 18px;
	height: 22px;
	background: url(img/bkSubmenuTop.png) repeat;
	margin: 0;
}

.RadMenu_Top ul.group, 
.RadMenu_Top .group li.item {
	list-style: none;
	list-style-image: none;
}

.RadMenu_Top .group li.item {
	display: inline !important;
	height: 22px; 
	float: left !important;
	padding: 0;
	width: auto;
}

/**/

.RadMenu_Top .item a {
	cursor: hand !important;
	cursor: pointer !important;
	display: block;
	background: url(img/global/pipeTop.gif) no-repeat right;
	color: #CCC;
	padding: 0 1px 0 0;
	height: 44px;
	width: auto;
}

.RadMenu_Top .group .item a {
	cursor: hand !important;
	cursor: pointer !important;
	display: inline;
	background: url(img/pipeSubTop.gif) no-repeat right 7px;
	color: #FFF;
	padding: 0 1px 0 0 !important;
	height: 22px;
	width: auto;
	
	vertical-align: baseline;
}

/*ie8 ? */

/**/

.RadMenu_Top .text {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	padding: 14px 8px 9px 8px;
	line-height: 16px;
	height: 16px;
	text-transform: uppercase;
}

.RadMenu_Top .group .text {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding: 0 6px 0 5px;
	line-height: 14px;
	height: auto;
	text-transform: none;

	vertical-align: baseline;
}

/**/

.RadMenu_Top .group a:hover .text {
	text-decoration: underline;
}

.RadMenu_Top .group a.selected .text {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
}

/**/

.RadMenu_Top .item.first a .text {
	padding-left: 23px;
}

.RadMenu_Top .item.first .group a .text, 
.RadMenu_Top .group .item.first a .text {
	padding-left: 5px;
}

/**/

.RadMenu_Top .item.last a {
	background-image: none;
	/*padding-right: 25px;*/
}

.RadMenu_Top .item.last .group  a, 
.RadMenu_Top .group .item.last a {
	background-image: none;
	padding-right: 1px;
}

/**/


.RadMenu_Top .item.last a, 
.RadMenu_Top .item.last a .text {
	/*width: 100%;*/
}

.RadMenu_Top .item.last .group a, 
.RadMenu_Top .item.last .group a .text, 
.RadMenu_Top .group .item.last a, 
.RadMenu_Top .group .item.last a .text {
	width: auto;
}

/**/

.RadMenu_Top .item a:hover {
	color: #fff;
}

/**/

.RadMenu_Top a.expanded .text, 
.RadMenu_Top a.selected .text, 
.RadMenu_Top a:hover .text {
	border-bottom: 5px solid #fff;
	color: #fff;
}

.RadMenu_Top .group a.expanded .text, 
.RadMenu_Top .group a.selected .text, 
.RadMenu_Top .group a:hover .text {
	border-bottom: 0px;
}

/**/
