/* r.a.d.menu WebTemp skin */
.MyItem
{
    cursor:  text !important;
}
.RadMenu_RaccoonNew
{
	/*padding: 0 30px;*/
	background: #d5d9de url('img/MenuBackground2.gif');
	line-height: 20px;
	cursor:hand;
    width: 100%;
}

.RadMenu_RaccoonNew .link img
{
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;

}
/*
.RadMenu_RaccoonNew .first .link img
{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
}
*/

.RadMenu_RaccoonNew .link
{
	background: #d5d9de url('img/MenuBackground2.gif' ) repeat-x;
	text-decoration: none;
	color: black;
	font-weight: bold;
	text-align: center;
	width: auto;
	cursor:pointer;
	cursor: hand;
	border-left: Gray thin solid;
	border-right: Gray thin solid;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 2px;
}

.RadMenu_RaccoonNew .link:hover, .RadMenu_RaccoonNew .focused, .RadMenu_RaccoonNew .expanded
{
	color: mediumblue;
	font-weight: bold; /*background: #fefefe url('img/MainItemBackground.gif') repeat-x;*/
	cursor:pointer;
	cursor: hand;
}

.RadMenu_RaccoonNew .text
{
	font-size: 14px;
	font-family: 'Times New Roman';
	vertical-align: middle;
}

.RadMenu_RaccoonNew .group
{
	/*border: solid 1px #d2d8de;*/
	border-top: 0px;
	border-bottom: 0px;
	background: #d5d9de url('img/MenuBackground3.gif') repeat-x;
	padding-right: 20px;
    border-right: #d4dbdc 9px solid;
    border-left: #d4dbdc 9px solid;
	
}

.RadMenu_RaccoonNew .group .link
{
	/*background: #f0f2f4;*/
	background: #d5d9de url('img/MenuBackground3.gif') repeat-x;
	border-top: solid 1px #f6f7f9;
	border-bottom: solid 1px #dde1e4;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #333;
}

.RadMenu_RaccoonNew .group .text
{
	padding-left: 14px;
	font-weight: normal;
	padding-right: 20px;
	font-size: 12px;
	font-family:'Times New Roman';
}

.RadMenu_RaccoonNew .group .link:hover,
.RadMenu_RaccoonNew .group .focused,
.RadMenu_RaccoonNew .group .expanded
{
	background: white;
	color: #5984a2;
	font-weight: normal;
	border-top: solid 1px #f6f7f9;
}

.RadMenu_RaccoonNew .leftArrow,
.RadMenu_RaccoonNew .rightArrow,
.RadMenu_RaccoonNew .topArrow,
.RadMenu_RaccoonNew .bottomArrow,
.RadMenu_RaccoonNew .leftArrowDisabled,
.RadMenu_RaccoonNew .rightArrowDisabled,
.RadMenu_RaccoonNew .topArrowDisabled,
.RadMenu_RaccoonNew .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_RaccoonNew .topArrow,
.RadMenu_RaccoonNew .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_RaccoonNew .bottomArrow,
.RadMenu_RaccoonNew .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_RaccoonNew .rightArrow,
.RadMenu_RaccoonNew .leftArrow
{
	height:100%;
}

.RadMenu_RaccoonNew .rightArrow,
.RadMenu_RaccoonNew .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_RaccoonNew .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_RaccoonNew .expandLeft,
.RadMenu_RaccoonNew .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_RaccoonNew .link:hover .expandLeft,
.RadMenu_RaccoonNew .link:hover .expandRight,
.RadMenu_RaccoonNew .focused .expandLeft,
.RadMenu_RaccoonNew .focused .expandRight,
.RadMenu_RaccoonNew .expanded .expandLeft,
.RadMenu_RaccoonNew .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
