.radmenu
{

	white-space:nowrap;
	float:left;
	/*position:relative;*/
	
}


.radmenu:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	white-space:nowrap;
}

.radmenu ul.horizontal,
.radmenu ul.vertical
{
	margin:0;
	padding:0;
	display:none;
	position:relative;
	left:0;
	float:left;
}

.radmenu .item
{
	float:left;
	position:relative;
	list-style:none;
	_display:inline;
}


.radmenu .horizontal .item
{
	clear:none;
}

.radmenu .vertical .item
{
	clear:both;
}


.radmenu ul.active,
.radmenu ul.rootGroup
{
	display:block;
}

.radmenu .slide, 
.contextMenu
{
	position:absolute;
	overflow:hidden;
	display:none;
	_height:1px;
	float:left;

}

.contextMenu
{
	z-index:1000;
}

.radmenu .text
{
	display:block;
	white-space:nowrap;

}

.radmenu a.link
{
	cursor:default;
	display:block;
	/*background-color:#EEEEEE;*/
	padding:5px;
	/*border-bottom:1px solid #333333;*/
		white-space:nowrap;

}


.scrollWrap
{
	position:absolute;
	float:left;
	overflow:hidden;
}

.radmenu .leftArrow,
.radmenu .topArrow,
.radmenu .bottomArrow,
.radmenu .rightArrow
{
	position:absolute;
	z-index:2000;
	text-indent:-1000em;
}

.radmenu .leftArrowDisabled,
.radmenu .topArrowDisabled,
.radmenu .bottomArrowDisabled,
.radmenu .rightArrowDisabled
{
	display:none;
	text-indent:-1000em;
}

.radmenu .leftImage
{
	border:0;
	float:left;
}

.rtl
{
	float:right;
}

.rtl ul.horizontal,
.rtl ul.vertical
{
	float:right;
	
	
}

.rtl .item
{
	float:right;	
}

.rtl .leftImage,
.rtlcontext .leftImage
{
	border:0;
	float:right;
}

.radmenu ul.rootGroup
{
	float:none;
	_float:left;
	padding:0px;
	margin:0px;
}

.radmenu .link
{
	width:190px;
	white-space:nowrap;
}

/*
.thumbImg{
	padding:7px; background-color:#EAF1F7; border:1px #999999 solid; margin:5px; margin-bottom:0px;
	height:80px;
	cursor:pointer;
}
.thumbImgOver{
	border:1px solid #E60;
	padding:2px; background-color:#FC9; margin:5px; margin-bottom:0px;
	height:90px;
	cursor:pointer;
}
*/
.thumbImg{
	padding:2px; background-color:#EAF1F7; border:1px #999999 solid; margin:5px; margin-bottom:0px;
	height:90px;
	cursor:pointer;
}
.thumbImgOver{
	border:1px solid #E60;
	padding-top:1px; background-color:#FC9; margin:5px; margin-bottom:0px;
	padding-right:1px;
	padding-bottom:3px;
	padding-left:3px;
	height:90px;
	cursor:pointer;
}

.fileKinks{
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #999;
	padding:2px;
	cursor:pointer;
}
.fileKinks:hover{
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #000;
	padding:2px;	
	padding-right:8px;	
	margin-right:3px;
}
.fileKinks:visited{
	text-decoration:none;
	color:#555;
	padding:2px;
	border:none;

}
.buttonLinkImg{
	padding:2px; border:1px solid #8188CF; background-color:#FFFFFF; height:90px;
}	