html>body #content 
{
	width: 71em;
} 


/* Main Menu settings*/
#Nav li 
{
	float: left;
	position: relative;
	font: Verdana;
	color: #99CCCC;
	height: 22px;
	text-align: left;
	background-repeat: no-repeat;
	font-size: 12px;
	background-attachment: fixed
	useless: none; /* Leave this in, to fix a bug in FireFox with the 
                  previous line(background-attachment: fixed). FireFox 
                  doesn't display the BG Image when the "fixed" is followed by a ;*/
}

/* Position the main menu */
#Nav, #Nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}


/* Hover of Main Menu items*/
#Nav a:hover
{
    color: white;
    font: Verdana;
}

/* Links in all menu items */
#Nav li a
{
	font-weight: bold;
	color: black;
    text-decoration : none;
	display: block;
	height: 22px;
	padding: auto;
	padding-left: 9px;
}

#Nav li
{
	height: 22px;
	padding-top: 3px;
}

#Nav li li
{
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #000000;
    padding: 0px;
    display: block;
    background-color: #99CC33;
    background-image: none;
    width: 250px;
}

/* Links in Sub Menus*/
#Nav li li a
{
    padding: 0px;
    display: block;
    font-weight: normal;
    color: black;
    background-color: #99CC33;
    font-size: 14px;
}

/* Hover of Sub Menus*/
#Nav li li a:hover
{
	color: white;
}

/*Text align of Sub Menus */
#Nav ul li
{
    text-align: left;
    font: verdana;
}

li ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
  padding: 0;
}

/* Display the sub menus on hover of the main menu*/
#Nav li:hover ul, li.over ul
{
	display: block;
}


li#First, li#First a
{
	background-image: none;
	padding: 0;
	width: 50px;
	height: 22px;
}


li#Last, li#Last a
{
	background-image: none;
	width: 50px;
	padding: 0;
	height: 22px;
}
