﻿.AspNet-Menu-Horizontal ul
{
	margin:0px;
	padding:0px;
}

/* Enclose floated elements */
.AspNet-Menu-Horizontal ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .AspNet-Menu-Horizontal ul
{
    height:1%; /* IE - enclose floated elements */
}

.AspNet-Menu-Horizontal li
{
	float:left;
	list-style-type:none;
	margin:0px;
	position:relative; /* Point of reference for absolute positioned children */
}

.AspNet-Menu-WithChildren ul ul
{
	margin-top:4px;
/*	float:left;*/
	position:absolute;
	z-index:1000;
}

.AspNet-Menu-WithChildren ul ul li
{
	clear:both; /* Nested menus should be laid out vertically */
}

/* Indent nested menu items and reduce font weight */
.AspNet-Menu-WithChildren ul ul li a
{
	font-weight:normal!important;
	margin-left:16px;
}
.AspNet-Menu a
{
	color:#AAAAAA;
	background-color:Transparent;
	display:block;
	cursor:pointer;
	padding:0px 16px;
	white-space:nowrap;
}

.AspNet-Menu a:hover
{
	color:#666666;
}

.AspNet-Menu a.AspNet-Menu-Selected
{
	color:#FF0000;
}

/* Menu instance specific styling */
/* ============================== */
#mainnavigation a
{
	font-size:1.3em;
	font-weight:bold;
}

#mainnavigation a:hover
{
	background-image:url('link-right-arrow.gif');
	background-repeat:no-repeat;
	background-position:left center;
}

#morenavigation
{
	margin-top:16px;
}

#morenavigation a
{
	font-weight:bold;
}

#morenavigation a:hover
{
	background-image:url('link-right-arrow-small.gif');
	background-repeat:no-repeat;
	background-position:3px center;
}
