/*--Top Nav--*/
#topMenuContainer
{
	width: 100%;
	height: 30px;
	background-color: Black;
	text-align: center;
}

#topMenu
{
	text-align: left;
	margin: 0 auto;
	width: 750px;
}

#topMenu a
{
    color: 	#CCCC99;
    background-color: Black;
}

#topMenu a:Hover
{
	color: Black;
	background-Color: #CCCC99;
}

#topMenu li ul a
{
	color: Black;
	background-color: #CCCC99;
}

#topMenu li ul a:Hover
{
	color: White;
	background-color: Black;
}

/*--Bottom Menu--*/

#bottomMenuContainer
{
	clear: both;
	width: 100%;
	height: 30px;
	background-color: #663300;
	text-align: center;
}

#bottomMenu
{
	text-align: left;
	margin: 0 auto;
	width: 700px;
	}

#bottomMenu a
{
	clear: left;
    color: 	White;
    background-color: #663300;
}

#bottomMenu a:hover
{
	color: #663300;
	background-Color: #CCCC99;
}

#bottomMenu li ul a
{
	color: #663300;
	background-color: #CCCC99;
}

#bottomMenu li ul a:hover
{
	color: White;
	background-color: #663300;
}