#navigation{
	clear:both;
	height:26px;
}
#navigation a.nav-item{
	float:left;
	padding:6px 10px 0px 10px;
	height:20px;
}
#navigation a.nav-item-right{
	float:right;
	padding:6px 10px 0px 10px;
	height:20px;
}
#navigation a.nav-item:link, #navigation a.nav-item:hover, #navigation a.nav-item:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#navigation a.nav-item-right:link, #navigation a.nav-item-right:hover, #navigation a.nav-item-right:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#navigation a.nav-item:hover{cursor:pointer;}
#navigation a.nav-item-right:hover{cursor:pointer;}

/************	BEGIN SELECTED NAV STYLES 	************/
#navigation a.nav-item-selected{
	float:left;
	padding:6px 10px 0px 10px;
	height:20px;
}
#navigation a.nav-item-selected:link, #navigation a.nav-item-selected:hover, #navigation a.nav-item-selected:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#navigation a.nav-item-selected:hover{cursor:pointer;}
/************	END SELECTED NAV STYLES 	************/

/**********		BEGIN SUB NAVIGATION	**********/
.sub-navigation{
	height:44px;
	padding:0px 10px 0px 10px;
	border-top:1px solid;
	border-bottom:1px solid;
	background:url(../../images/sub-nav-back.gif) repeat-x;
}
.sub-navigation2{
	height:24px;
	padding:0px 10px 0px 10px;
	background:url(../../images/sub-nav-back.gif) repeat-x;
}
.sub-nav{padding:5px 0px 0px 0px;}
.sub-nav a:link, .sub-nav a:hover, .sub-nav a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	float:left;
}
.sub-nav a.selected:link, .sub-nav a.selected:hover, .sub-nav a.selected:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	float:left;
}
.sub-nav div.spacer{width:20px; text-align:center;float:left;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;}

/**********		END SUB NAVIGATION		**********/
/**********		START TERTIARY NAV		**********/
.tertiary-nav{padding:5px 0px 0px 0px; clear:both;}
.tertiary-nav a:link, .tertiary-nav a:hover, .tertiary-nav a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	float:left;
}
.tertiary-nav a.selected:link, .tertiary-nav a.selected:hover, .tertiary-nav a.selected:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	float:left;
}
.tertiary-nav div.spacer{width:20px; text-align:center;float:left;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;}

/**********		END TERTIARY NAV		**********/


.support-navigation {
	background:transparent url(../../images/support-back.gif) repeat-x scroll 0%;
}
