.RadMenu_SkinMenu
{
	background: #E0E0E0;
	border-bottom: white 1px solid;
	border-left: white 1px solid;
	border-top: white 1px solid;
	border-right: white 1px solid;
	font-size: 10px;
	font-weight:bold; 
}

.RadMenu_SkinMenu_Context
{
}
 
.RadMenu_SkinMenu .link
{
	text-decoration: none;
	padding: 2px;
}

.RadMenu_SkinMenu .link:hover, .RadMenu_SkinMenu .focused, .RadMenu_SkinMenu .expanded
{
	cursor: hand;
	background-color: #edf0fa;
}

.RadMenu_SkinMenu .text
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	color: #000;
}

.RadMenu_SkinMenu .group
{
	background-color: #6c9ec3;
	border: solid 1px Black;
	
}

/*

.RadMenu_SkinMenu .group .link
{
    background:#E0E0E0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	padding:0px;
	text-align: left;
	cursor:hand;
}

.RadMenu_SkinMenu .group .link:hover,
.RadMenu_SkinMenu .group .focused,
.RadMenu_SkinMenu .group .expanded
{
	background: #ededed;
	font-weight: normal;
}

.RadMenu_SkinMenu .rootGroup .disabled
{
    background: #F5F5DC;
    color: #FFFAAA;
    cursor:default;
}

.RadMenu_SkinMenu .rootGroup .disabled .text
{
    color: #FFFAAA;
}

.RadMenu_SkinMenu .leftArrow,
.RadMenu_SkinMenu .rightArrow,
.RadMenu_SkinMenu .topArrow,
.RadMenu_SkinMenu .bottomArrow,
.RadMenu_SkinMenu .leftArrowDisabled,
.RadMenu_SkinMenu .rightArrowDisabled,
.RadMenu_SkinMenu .topArrowDisabled,
.RadMenu_SkinMenu .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_SkinMenu .topArrow,
.RadMenu_SkinMenu .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_SkinMenu .bottomArrow,
.RadMenu_SkinMenu .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_SkinMenu .rightArrow,
.RadMenu_SkinMenu .leftArrow
{
	height:100%;
}

.RadMenu_SkinMenu .rightArrow,
.RadMenu_SkinMenu .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_SkinMenu .vertical .separator .text
{
	background: #ccc;
	font-size: 1px;
}

*/

.RadMenu_SkinMenu .expandLeft, .RadMenu_SkinMenu .expandRight
{
	margin-right: 0px;
	border-left: solid 5px Red;
	font-weight:bold;
	padding: 3px;
}

.RadMenu_SkinMenu .link:hover .expandLeft, .RadMenu_SkinMenu .link:hover .expandRight, .RadMenu_SkinMenu .focused .expandLeft
{
	background-color: #ffffcc;
}
    
.RadMenu_SkinMenu .focused .expandRight,
.RadMenu_SkinMenu .expanded .expandLeft,
.RadMenu_SkinMenu .expanded .expandRight
{  
}
