﻿/* RadMenu Default skin */
.RadMenu_CorporateLeftHandNonWakefly 
{
	padding-bottom: 16px;
	/*width: 165px;
	max-width: 165px;*/
	width: 100%;
}

.RadMenu_CorporateLeftHandNonWakefly li
{
	background-image:url(img/navlistbox.gif);
	background-repeat:no-repeat;
	background-position: 0 5px;
	list-style:none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#000000;
	padding-bottom:2px;
	padding-top:2px;
	display: block;
	/* width: 165px; */
	width: 100%;
}

.RadMenu_CorporateLeftHandNonWakefly li.Selected 
{
	background-image: url(img/navlistbox_selected.gif);
}

.RadMenu_CorporateLeftHandNonWakefly li a
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	
	cursor: pointer;
	white-space: normal;
}

.RadMenu_CorporateLeftHandNonWakefly .text 
{
	margin-left: 10px;	
}
