﻿.MainMenu ul.AspNet-Menu
{
	/* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
	height: 31px;
	text-align: center;
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	position: relative;
	left: 167px;
	background: transparent url( "images/nav/navhashes.gif" ) no-repeat 94px 10px;
	overflow: visible;
	width: 680px;
	text-transform: uppercase;
	z-index:999;
	
}
.MainMenu li /* all list items */
{
    
    background: transparent;
  
}
.MainMenu li:hover, /* list items being hovered over */
.MainMenu li.AspNet-Menu-Hover
{
    
    color: #ffffff;
    background: transparent url("images/nav/mainnav_ro.jpg") repeat-x;
}

.MainMenu a, /* all anchors and spans (nodes with no link) */
.MainMenu span
{
    padding: 9px 40px 0 40px;
    background: transparent;
    color:#dddfdd;
    height:22px;
    white-space:nowrap;
    margin:0 2px 0 2px;
    
}







.MainMenu ul.AspNet-Menu ul  /* Tier 2 */
{

text-transform:none;
font-size:13px;
border-top:solid 1px #a0a0a0;
border-right:solid 1px #a0a0a0;
border-left:solid 1px #a0a0a0;
margin-top:-1px;
width:199px;

}
.MainMenu ul.AspNet-Menu ul li  /* Tier 2 */
{
background: transparent url(images/nav/background_parent.jpg) left center no-repeat;
width:199px;
height:36px;
text-align:left;

}

.MainMenu ul.AspNet-Menu ul li a, /* all anchors and spans (nodes with no link) */
.MainMenu span
{
    color:#dddfdd;
    
}
.MainMenu ul.AspNet-Menu ul li:hover, /* list items being hovered over */
.MainMenu ul.AspNet-Menu ul li.AspNet-Menu-Hover
{
    
    color: Red;
    background: transparent url("images/nav/background_parentover.jpg") no-repeat;
}























/* Dont delete this IE6 Hack */
* html
.MainMenu ul.AspNet-Menu li
{
    width:1%;
}

* html
.MainMenu ul.AspNet-Menu li li
{
    width:199px;
}







