﻿/* r.a.d.menu Websop_color 1 skin */

.RadMenu_Webshop_color3
{
    font:11px/15px tahoma, verdana, sans-serif;
    border:1px solid #666655;
    background-color: White;
}

.RadMenu_Webshop_color3 .text
{
	vertical-align:middle;
	/*color:#666655;*/
    padding:5px 15px;
	font:11px/15px tahoma, verdana, sans-serif;
}

.RadMenu_Webshop_color3 .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_color3 .link:hover,
.RadMenu_Webshop_color3 .focused,
.RadMenu_Webshop_color3 .expanded
{
	background-color:#6E7889;
  
    border-right:1px solid #666655;
	/*height: 15px;*/
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_Webshop_color3 .choosed
{
	text-decoration: none;
	border-right:1px solid #666655;
	/*height: 15px;*/
	background-color: #AAAAAA;
	color:#FFF;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_Webshop_color3 .clicked
{
	text-decoration: none;
	border-right:1px solid #666655;
	/*height: 15px;*/
	background-color: #AAAAAA;
	color:#FFF;
	cursor: pointer;
	cursor: hand;
}


