﻿/* Selectors for menu inside the banner */
.MainMenu{
	background-color:#e7c0c9;
	border-bottom;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color: #800000;
	
	border-top;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color: #800000;
}

.MainMenu .AspNet-Menu-Horizontal ul
{
    width:760px;
	height:32px;
	list-style:none;
	display:block;
	background:url(../images/nav_buttons_bg.gif) top left;
	float:right;
}
/*
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 270px;
}
*/
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width:270px;
	height:32px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	color:#2c2c2c;
	margin-left:23px;
	text-align:center;
	font: 0.6em Verdana, Helvetica, sans-serif;
	display: inline;
	list-style-type: none;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li a,
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li span
{
	padding: 10px 10px;
    color: #124500;
    border-style: none;
    text-align: center;
}

.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li:hover,
.MainMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Hover
{
		background-color:#d28999;
		text-decoration:none;
}

/* --------------------------------------------------------------------------------------------------- */
/* Used when the Menu adapter is NOT used. */
/* These styles are used by the Menu's skin, found in this theme's skin file. */

.Menu-Skin-Static
{
    padding:2px 10px;
}

.Menu-Skin-DynamicHover
{
    background: #165EA9 url(bg-menu-main.png) repeat-x;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

