@charset "utf-8";
/* CSS Document */

/*this div contains the menu*/
#navcontainer
{
	padding: 0;
	margin-right: 185px;
	margin-bottom: 0;
	margin-left: 182px;
	font-family: "Myriad Pro", Georgia, Candara, "Myriad Condensed Web", "Myriad Web";
	font-size: 90%;
	color: #110900;
	height: 20px;
	border-top: 1px solid #A8BABB;
	border-right: none;
	border-bottom: 1px solid #A8BABB;
	border-left: 1px solid #A8BABB;
	width: 595px;
} 
#navcontainer a {
	text-decoration: none;
}
/*1st level elements*/
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	width: 595px;
	height: auto;
}

#navcontainer ul li
{
	display: inline;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	border-top: 1px none #a8babb;
	border-right: 1px solid #a8babb;
	border-bottom: 1px none #a8babb;
	border-left: 1px none #a8babb;
	width: 84px;
	background: url(none);
}
/*All - main and subItems not active*/
#navcontainer ul li a
{
	background: url(none);
	width: 83px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Myriad Pro", Georgia, Candara, "Myriad Condensed Web", "Myriad Web";
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 20px;
	color: #110900;
}

#navcontainer ul li a:hover
{
	color: #7D00FF;
	height: 20px;
	background: url(graphics/menu/menubg2.gif);
}

#navcontainer a:active
{
	color: #0970FF;
	height: 20px;
	background: url(graphics/menu/menubg.gif);
}

#navcontainer li#active a
{
	background: url(none);
	font-family: "Myriad Pro", Georgia, Candara, "Myriad Condensed Web", "Myriad Web";
	height: 20px;
}
#navcontainer ul a:hover,
#navcontainer ul a:focus
{
	color: #7D00FF;
	background-image: url(graphics/menu/menubg2.gif);
}
/*current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited {
	font-weight: normal;
	color: #0970FF;
	background: url(graphics/menu/menubg.gif);
}
/*Second and subsequent levels*/
#navcontainer ul ul
{
	font-size: 80%;
	position: absolute;
	top: 318px;
	left: auto;
	width: 513px;
	font-weight: normal;
	background-repeat: repeat;
	height: 15px;
	visibility: visible;
}

#navcontainer ul ul li {
	display: inline;
}

#navcontainer ul ul a,
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited
{
	color: #110900;
}

#navcontainer ul ul a:hover 
#navcontainer ul ul a:focus
{
	color: #7D00FF;

	background-image: url(graphics/menu/menubg2.gif);
	background: url(graphics/menu/menubg2.gif) repeat;
}

/*current Link*/
#navcontainer ul ul a#subcurrent,
#navcontainer ul ul a#subcurrent:link,
#navcontainer ul ul a#subcurrent:visited {
	font-weight: normal;
	background: url(graphics/menu/menubg.gif);
	border-left: none;
	color: #0970FF;
}
