﻿/* r.a.d.menu Default2 skin */

.RadMenu_Webshop
{
    font:11px/15px tahoma, verdana, sans-serif;
    border:1px solid #666655;
    background-color: White;
}

.RadMenu_Webshop .text
{
	vertical-align:middle;
	/*color:#666655;*/
    padding:5px 15px;
	font:11px/15px tahoma, verdana, sans-serif;
}

.RadMenu_Webshop .link
{
	text-decoration:none;
	color:#666655;
    cursor: hand;
    cursor: pointer;
    border-right:1px solid #666655;
    background-color:#fffffc;
    border-bottom:1px solid #666655;
}

.RadMenu_Webshop .link:hover,
.RadMenu_Webshop .focused,
.RadMenu_Webshop .expanded
{
	background-color:#6E7889;
  
    border-right:1px solid #666655;
	/*height: 15px;*/
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_Webshop .choosed
{
	text-decoration: none;
	border-right:1px solid #666655;
	/*height: 15px;*/
	background-color: #2E5FE7;
	color:#FFF;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_Webshop .clicked
{
	text-decoration: none;
	border-right:1px solid #666655;
	/*height: 15px;*/
	background-color: #2E5FE7;
	color:#FFF;
	cursor: pointer;
	cursor: hand;
}


