/* Menu for site */

#MenuHolder
{
	height: 21px;
	background-image: url('../images/menubg.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/* Menu for site */
#navcontainer_h 
{
	font-size: 8pt;
	margin-left: 10px;
	margin-top: 2px;
	float:left;

}

#navcontainer_h a
{
	text-decoration: none;
	text-align:center;
}
#navcontainer_h a:link, #navcontainer_h a:visited 
{	
	color: #FFFFFF;
	font-family: Verdana;
	font-weight:bold;
	text-decoration: none;
}

#navcontainer_h a:hover, #navcontainer_h a:active,
#uberlink_h a:link, #uberlink_h a:visited,
#uberlink_h a:hover, #uberlink_h a:active 
{
	color: #FC9908;
}

/* Right Menu for site */
#rightnavcontainer_h 
{
	font-size: 8pt;
	margin-right: 10px;
	margin-top: 2px;
	float:right;
}

#rightnavcontainer_h a
{
	text-decoration: none;
	text-align:center;
}
#rightnavcontainer_h a:link, #rightnavcontainer_h a:visited 
{
	
	color: #FFFFFF;
	font-family: Verdana;
	font-weight:bold;
	text-decoration: none;
}

#rightnavcontainer_h a:hover, #rightnavcontainer_h a:active,
#rightuberlink_h a:link, #rightuberlink_h a:visited,
#rightuberlink_h a:hover, #rightuberlink_h a:active 
{
	color: #FC9908;
}