﻿/* r.a.d.menu Plain skin */

.RadMenu_Vertical { } 
.RadMenu_Vertical_Context { background:none; border:0; cursor:hand; } 
.RadMenu_Vertical .link { cursor:hand; font-family: arial; font-weight:bold; text-decoration:none; font-size:9pt;  line-height:100px; color:white; background:transparent url(/images/btn_normal.gif) no-repeat 0px 0px; text-align:center; } 
.RadMenu_Vertical .link:hover,
.RadMenu_Vertical .focused,
.RadMenu_Vertical .link.selected,
.RadMenu_Vertical .expanded { cursor:hand; background:transparent url(/images/btn_highlight.gif) no-repeat 0px 0px;  } 

.RadMenu_Vertical .text {  width:66px; height:90px; font-size:12px; font-family:Arial; line-height:66px; } 
.RadMenu_Vertical .group { border-right:0px; border-bottom:0px; } 
.RadMenu_Vertical .group .link { margin-left:10px; background:white; text-align:left; } 
.RadMenu_Vertical .group .link:hover,
.RadMenu_Vertical .group .focused,
.RadMenu_Vertical .group .expanded { font-weight:normal; color:yellow; } 
.RadMenu_Vertical .leftArrow,
.RadMenu_Vertical .rightArrow,
.RadMenu_Vertical .topArrow,
.RadMenu_Vertical .bottomArrow,
.RadMenu_Vertical .leftArrowDisabled,
.RadMenu_Vertical .rightArrowDisabled,
.RadMenu_Vertical .topArrowDisabled,
.RadMenu_Vertical .bottomArrowDisabled { background:white; width:15px; } 
.RadMenu_Vertical .topArrow,
.RadMenu_Vertical .topArrowDisabled { background-image:url('img/top.gif'); width:100%; } 
.RadMenu_Vertical .bottomArrow,
.RadMenu_Vertical .bottomArrowDisabled { background-image:url('img/bottom.gif'); width:100%; } 
.RadMenu_Vertical .rightArrow,
.RadMenu_Vertical .leftArrow { height:100%; } 
.RadMenu_Vertical .rightArrow,
.RadMenu_Vertical .rightArrowDisabled { background-image:url('img/right.gif'); } 
.RadMenu_Vertical .vertical .separator .text { padding-top:2px; background:#ccc; font-size:1px; } 
.RadMenu_Vertical .expandLeft,
.RadMenu_Vertical .expandRight { background-color:white; margin-right:4px; } 
.RadMenu_Vertical .link:hover .expandLeft,
.RadMenu_Vertical .link:hover .expandRight,
.RadMenu_Vertical .focused .expandLeft,
.RadMenu_Vertical .focused .expandRight,
.RadMenu_Vertical .expanded .expandLeft,
.RadMenu_Vertical .expanded .expandRight { background-color:white; } 
