/* r.a.d.menu SiteHeader Menu skin */

.RadMenu_SiteHeader 
{
	position: relative; left:0px; top:0px;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_SiteHeader_Context
{
	background: none;
	border:0;
	z-index: 14;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_SiteHeader .group
{
	z-index: 14;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_SiteHeader .group .link
{
	display:block !important;
    _padding-top:0;
}

.RadMenu_SiteHeader .link
{
	background-color:#aeaeae;
	border:0px solid #aeaeae;
	font-family: Arial;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-transform:none;
	text-align:center;
	text-decoration:none;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-left: 3px;
	height:12px;
	overflow: hidden;
	vertical-align: bottom;
	cursor: hand;
}

.RadMenu_SiteHeader .link:hover
{
	background-color:#aeaeae;
	border:0px solid #aeaeae;
	font-family: Arial;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-transform:none;
	text-align:center;
	text-decoration:underline;
	padding-top: 0px;
	padding-bottom: 1px;
	height:12px;
	cursor: hand;
}

.RadMenu_SiteHeader .expanded
{
	background-color:#aeaeae;
	border:0px solid #aeaeae;
	font-family: Arial;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-transform:none;
	text-align:center;
	text-decoration:none;
	padding-top: 0px;
	padding-bottom: 1px;
	height:12px;
	overflow: hidden;
	cursor: hand;
}

.RadMenu_SiteHeader .clicked
{
	background-color:#aeaeae;
	border:1px solid #aeaeae;
	color:#000000;
	height:13px;
}

.RadMenu_SiteHeader .level1 .link
{
	background-color:#f1f1f1;
	border-left:1px solid #aeaeae;
	border-right:1px solid #aeaeae;
	border-top:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	font-family: Arial;
	color:#000000;
	font-size:10px;
	font-weight:normal;
	text-transform:none;
	text-decoration:none;
	text-align: left;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 5px;
	height:14px;
	cursor: hand;
}

.RadMenu_SiteHeader .level1 .link:hover
{
	background-color:#f1f1f1;
	border:1px solid #aeaeae;
	font-family: Arial;
	color:#000000;
	font-size:10px;
	font-weight:normal;
	text-transform:none;
	text-decoration:underline;
	text-align: left;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 5px;
	height:14px;
	vertical-align: text-bottom;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_SiteHeader .level1 .item .clicked
{
	background-color:#f1f1f1;
	border:1px solid #aeaeae;
	color:#000000;
}

.RadMenu_SiteHeader .level2 .first
{
	border-top:0px solid #aeaeae;
}

.RadMenu_SiteHeader .rightItem .leftImage
{
	margin-top: -1px !important;
	margin-right: -12px !important;
	float: right !important;
}

