/*General top menu styles*/
#topmenu 
{
	z-index:100;
	position: relative;
	clear: both;
	padding: 0;
	margin: 0px 0px 0px 0px;
	text-align:left;
}	

#topmenu * {font: normal 17px verdana,arial;}

#topmenu li {display: inline;white-space: nowrap;height: 21px; }

#topmenu a 
{
	margin:0;	
	padding: 0px 10px 1px 10px;
	
	height : 18px;
	position : static;
	
	text-decoration: none;
	color:black;
	border-right:1px solid #000000;
}
/************************/

/*Level 1 styles*/
#topmenu ul 
{
    background-image:url(../../img/topNavFade.gif);
	background-repeat: repeat-x;
	position: relative;
	margin: 0;
	padding:0;
	width: 884px;
	height:20px;
	border-bottom: 1px solid black;
}
#topmenu ul.selected,
#topmenu ul.active {display: block;}
/****************/

/*Level 2 styles*/
#topmenu ul ul 
{
	position:absolute;
	display: none;
	top:21px;
	left: 0px
}	
#topmenu ul ul.selected,
#topmenu ul ul.active {display: block;}
/****************/

/*Level 3 styles*/
#topmenu ul ul ul 
{
}
#topmenu ul ul ul.selected,
#topmenu ul ul ul.active {display: block;}
/****************/

/*Does this do anything?*/
.one #topmenu {height: 18px;}
	html>body .one #topmenu {height: 24px;}

.two #topmenu {height: 50px;}
	html>body .two #topmenu {height: 56px;}

.three #topmenu {height: 67px;}	
	html>body .three #topmenu {}

#topmenu ul.on {display: block;}
/*******************************/

/*Style for a clicked item*/
#topmenu a.on,
#topmenu a.on:hover,
#topmenu a.on:focus,
#topmenu a.selected,
#topmenu a.selected:hover,
#topmenu a.selected:focus {background-image:url(../../img/topNavFadePressed.gif);background-repeat: repeat-x;cursor: default;}
/**************************/

/*Mouseover style*/
#topmenu a:hover,
#topmenu a:focus {background-image:url(../../img/topNavFadeHover.gif);background-repeat: repeat-x;cursor: hand;}
#topmenu a[href='javascript://'] {cursor: hand;}
/*****************/

/* Menu Level */
.menuSpacerLevel0 {height: 0px; display:none;}
.menuSpacerLevel1 {height: 0px; display:none;}
.menuSpacerLevel2 {height: 19px;}
.menuSpacerLevel3 {height: 40px;}
.menuSpacerLevel4 {height: 61px;}
.menuSpacerLevel5 {height: 82px;}
.menuSpacerLevel6 {height: 103px;}
.menuSpacerLevel7 {height: 124px;}
/**************/