﻿/* Style sheet for the CSS Friendly Adapters */


.AspNet-Menu-WithChildren ul
{
	border: 1px solid #888;
	background-color: White;
	z-index: 5;
}

.AspNet-Menu-WithChildren ul li
{
	padding: 4px;	
}

.AspNet-Menu-WithChildren .AspNet-Menu-Leaf 
{
	white-space: nowrap;
	background-color: white;

}

.AspNet-Menu-WithChildren .AspNet-Menu-Leaf a
{
	font-size: 11px;
	font-family: Tahoma;
}

.AspNet-Menu-WithChildren .AspNet-Menu-Leaf a:hover
{
	color: Orange;
}

.AspNet-Menu-WithChildren .AspNet-Menu-Leaf
{
	clear: both;
	min-width: 65px;
}




/****************************** MAIN MENU SPECIAL CASES ************************************/

div.MainMenu .AspNet-Menu-Template
{
	padding: 0px 24px 0px 0px;
}

div.MainMenu .AspNet-Menu-WithChildren .AspNet-Menu-Leaf
{
	line-height: .8em;
}




/****************************** TOP MENU SPECIAL CASES ************************************/

div.TopMenu .AspNet-Menu-WithChildren .AspNet-Menu-Leaf a:hover
{
	color: #4DA2D2;
}

div.TopMenu div ul li a.AspNet-Menu-Link
{
	color: #4da2d2;
	position: relative;
	top: -5px;
}

div.TopMenu div ul li a.AspNet-Menu-Link img
{
	color: #4da2d2;
	position: relative;
	top: 5px;
}

div.TopMenu .AspNet-Menu-Template
{
	padding: 0px;
}

div.TopMenu .AspNet-Menu-WithChildren ul
{
	border: 1px solid #CCC;
}

div.TopMenu .AspNet-Menu-WithChildren ul .AspNet-Menu-Template
{
	line-height: 7px; 
}