/* main nav start */

#menuBar
{
	height: 104px;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
}

#spacer
{
	width: 1053px;
	height: 52px;
	margin: 0 auto;
	position: relative;
	background-color:#747272;
}

#menu
{
	width: 1053px;
	height: 52px;
	margin: 0 auto;
	position: relative;
}

#menu ul
{
	width:1053px;
	height:52px;
	position:absolute;
	bottom:0;
	right:0;
	background:url(../images/mainNav.gif) 0 -51px no-repeat;
	display:block;
	z-index:100;
}

#menu ul li
{
	position:relative;
	float:left;
	list-style:none;
}

#menu ul li a
{
	display:block;
	height:52px;
	overflow:hidden;
}

#mm1 a
{
	width:203px;
}

#mm1 a:hover
{
	background:url(../images/mainNav.gif) 0 -157px no-repeat;
}

#mm2 a
{ 
	width:128px;
}

#mm2 a:hover 
{
	background:url(../images/mainNav.gif) -202px -157px no-repeat;
}

#mm3 a 
{
	width:80px;
}

#mm3 a:hover 
{
	background:url(../images/mainNav.gif) -330px -157px no-repeat;
}

#mm4 a 
{
	width:75px;
}

#mm4 a:hover 
{
	background:url(../images/mainNav.gif) -410px -157px no-repeat;
}

#mm5 a 
{
	width:59px;
}

#mm5 a:hover 
{
	background:url(../images/mainNav.gif) -485px -157px no-repeat;
}

#mm6 a 
{
	width:92px;
}

#mm6 a:hover 
{
	background: url(../images/mainNav.gif) -545px -157px no-repeat;
}

/*sub nav 1 start*/

li#mm3 ul#mm3
{
	position:absolute;
	top:-200px;
	left:-255px;
	background:url(../images/subNav.gif) 0 -28px no-repeat;
	height: 26px;
	width:626px;
	z-index:20;
}

li#mm3:hover ul#mm3
{
	top:-22px;	
}

li#mm3 ul#mm3 li a
{
	height:26px;
	margin:0;
	padding:0;
}

li#mm3a a
{
	width:165px;
	background:url(../images/subNav.gif) 0 -28px no-repeat;
}

li#mm3a a:hover
{
	background:url(../images/subNav.gif) 0 -89px no-repeat;
}

li#mm3b a
{
	width:156px;
	background:url(../images/subNav.gif) -166px -28px no-repeat;
}

li#mm3b a:hover
{
	background:url(../images/subNav.gif) -166px -89px no-repeat;
}

li#mm3c a
{
	width:95px;
	background:url(../images/subNav.gif) -320px -28px no-repeat;
}

li#mm3c a:hover
{
	background:url(../images/subNav.gif) -320px -89px no-repeat;
}

li#mm3d a
{
	width:88px;
	background:url(../images/subNav.gif) -414px -28px no-repeat;
}

li#mm3d a:hover
{
	background:url(../images/subNav.gif) -414px -89px no-repeat;
}

li#mm3e a
{
	width:83px;
	background:url(../images/subNav.gif) -503px -28px no-repeat;
}

li#mm3e a:hover
{
	background:url(../images/subNav.gif) -503px -89px no-repeat;
}

/*sub nav 2 start*/

li#mm3c ul#mm3c
{
	position:absolute;
	top:-200px;
	left:-322px;
	background:url(../images/subNav.gif) 0 0 no-repeat;
	height: 26px;
	width:626px;
	z-index:20;
	padding-bottom: 2px;	
}

li#mm3c:hover ul#mm3c
{
	top:-28px;	
}

li#mm3c ul#mm3c li a
{
	height:26px;
	margin:0;
	padding:0;
}

li#mm3ca a
{
	width:147px;
	background:url(../images/subNav.gif) 0 0 no-repeat;
}

li#mm3ca a:hover
{
	background:url(../images/subNav.gif) 0 -61px no-repeat;
}

li#mm3cb a
{
	width:116px;
	background:url(../images/subNav.gif) -147px 0 no-repeat;
}

li#mm3cb a:hover
{
	background:url(../images/subNav.gif) -147px -61px no-repeat;
}

li#mm3cc a
{
	width:116px;
	background:url(../images/subNav.gif) -263px 0 no-repeat;
}

li#mm3cc a:hover
{
	background:url(../images/subNav.gif) -263px -61px no-repeat;
}

li#mm3cd a
{
	width:101px;
	background:url(../images/subNav.gif) -379px 0 no-repeat;
}

li#mm3cd a:hover
{
	background:url(../images/subNav.gif) -379px -61px no-repeat;
}

li#mm3ce a
{
	width:146px;
	background:url(../images/subNav.gif) -480px 0 no-repeat;
}

li#mm3ce a:hover
{
	background:url(../images/subNav.gif) -480px -61px no-repeat;
}

/* txt links menu start*/

#txtLinksHolder {
	width: 380px;
	height: 100px;


}

#txtLinks
{
	width: 380px;
	height: 52px;
	margin: 0 auto;
	position: relative;
}

#txtLinks ul
{
	width:380px;
	height:52px;
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	z-index:1000;
}

#txtLinks ul li
{
	position:relative;
	float:left;
	list-style:none;
	font-size: 10px;
	color: #CCC;
}

#txtLinks ul li a
{
	display:block;

	overflow:hidden;
}

#tm1 a
{
	width:33px;
	color: #CCC;
	text-decoration:none;
}

#tm1 a:hover
{
	color: #fff;
	text-decoration:underline;
}

#tm2 a
{ 
	width:85px;
	color: #CCC;
	text-decoration:none;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding-left: 5px;
}

#tm2 a:hover 
{
	color: #fff;
	text-decoration:underline;
}

#tm3 a 
{
	width:43px;
	color: #CCC;
	text-decoration:none;
	padding-left: 5px;
}

#tm3 a:hover 
{
	color: #fff;
	text-decoration:underline;
}

#tm4 a 
{
	width:45px;
	color: #CCC;
	text-decoration:none;
	border-left:1px solid #CCC;
	padding-left: 5px;
}

#tm4 a:hover 
{
	color: #fff;
	text-decoration:underline;
}

#tm5 a 
{
	width:31px;
	color: #CCC;
	text-decoration:none;
	border-left:1px solid #CCC;
	padding-left: 5px;
}

#tm5 a:hover 
{
	color: #fff;
	text-decoration:underline;
}

#tm6 a 
{
	width:60px;
	color: #CCC;
	text-decoration:none;
	border-left:1px solid #CCC;
	padding-left: 5px;
}

#tm6 a:hover 
{
	color: #fff;
	text-decoration:underline;
}    

/* sub nav text links 1 start */

li#tm3 ul#tm3
{
	position:absolute;
	top:-10000px;
	left:5px;
	height: 52px;
	width:100px;
	z-index:100;
}

li#tm3:hover ul#tm3
{
	top:10px;	
}

li#tm3 ul#tm3 li a
{
	height:12px;
	margin:0;
	padding:0;
}

li#tm3a a
{
	width:120px;
}

li#tm3a a:hover
{

}

li#tm3b a
{
	width:120px;
}

li#tm3b a:hover
{

}

li#tm3c a
{
	width:120px;
}

li#tm3c a:hover
{

}

li#tm3d a
{
	width:120px;
}

li#tm3d a:hover
{

}

li#tm3e a
{
	width:120px;
}

li#tm3e a:hover
{

}

/* sub nav text links 2 start*/

li#tm3c ul#tm3c
{
	position:absolute;
	top:-1000px;
	left:65px;
	height: 40px;
	width:100px;
	z-index:100;
}

li#tm3c:hover ul#tm3c
{
	top:0;	
}

li#tm3c ul#tm3c li a
{
	height:12px;
	margin:0;
	padding:0;
}

li#tm3ca a
{
	width:97px;
}

li#tm3ca a:hover
{

}

li#tm3cb a
{
	width:87px;
}

li#tm3cb a:hover
{

}

li#tm3cc a
{
	width:90px;
}

li#tm3cc a:hover
{

}

li#tm3cd a
{
	width:78px;
}

li#tm3cd a:hover
{

}

li#tm3ce a
{
	width:100px;
}

li#tm3ce a:hover
{

}

/* learn links start */

#learnLinks {
	width: 200px;
	height: 20px;
	font-size: 12px;
	color: #009933;
}

.learnLinks {
	color: #009933;
	font-size:12px;
}

a.learnLinks {
	color: #009933;
	text-decoration:none;
}

a.learnLinks:hover {
	color: #009933;
	text-decoration:underline;
}

/* port nav start*/

#portNav 
{
	width: 163px;
	height: 23px;
	border-top:1px solid #828080;
	border-left:1px solid #828080;
	border-right:1px solid #828080;
	margin: 297px 0 0 -366px;
	margin-bottom: 0;
	float: left;
}

#portNav2 
{
	width: 333px;
	height: 23px;
	border-top:1px solid #828080;
	border-left:1px solid #828080;
	border-right:1px solid #828080;
	margin: 297px 0 0 -366px;
	margin-bottom: 0;
	float: left;
}

#portNav3 
{
	width: 195px;
	height: 23px;
	border-top:1px solid #828080;
	border-left:1px solid #828080;
	border-right:1px solid #828080;
	margin: 297px 0 0 -366px;
	margin-bottom: 0;
	float: left;
}

#portNav4 
{
	width: 230px;
	height: 23px;
	border-top:1px solid #828080;
	border-left:1px solid #828080;
	border-right:1px solid #828080;
	margin: 297px 0 0 -366px;
	margin-bottom: 0;
	float: left;
}

#portNav5 
{
	width: 265px;
	height: 23px;
	border-top:1px solid #828080;
	border-left:1px solid #828080;
	border-right:1px solid #828080;
	margin: 297px 0 0 -366px;
	margin-bottom: 0;
	float: left;
}

#portNav6 
{
	width: 350px;
	height: 23px;
	border-top:1px solid #828080;
	border-left:1px solid #828080;
	border-right:1px solid #828080;
	margin: 297px 0 0 -366px;
	margin-bottom: 0;
	float: left;
}

#portNav7 
{
	width: 180px;
	height: 23px;
	border-top:1px solid #828080;
	border-left:1px solid #828080;
	border-right:1px solid #828080;
	margin: 297px 0 0 -366px;
	margin-bottom: 0;
	float: left;
}

#portNav8 
{
	width: 145px;
	height: 23px;
	border-top:1px solid #828080;
	border-left:1px solid #828080;
	border-right:1px solid #828080;
	margin: 297px 0 0 -366px;
	margin-bottom: 0;
	float: left;
}

#portNav9 
{
	width: 135px;
	height: 23px;
	border-top:1px solid #828080;
	border-left:1px solid #828080;
	border-right:1px solid #828080;
	margin: 297px 0 0 -366px;
	margin-bottom: 0;
	float: left;
}

#portNav10 
{
	width: 195px;
	height: 23px;
	border-top:1px solid #828080;
	border-left:1px solid #828080;
	border-right:1px solid #828080;
	margin: 297px 0 0 -366px;
	margin-bottom: 0;
	float: left;
}

#txtLinks5 {
	width: 320px;
	font-size: 12px;
	color: #747272;
	margin: -18px 0 0 25px;
}

.txtLinks5 {
	color: #747272;
	font-size:12px;
}

a.txtLinks5 {
	color: #747272;
	text-decoration:none;
}

a.txtLinks5:hover {
	color: #009933;
	text-decoration:underline;
}

#anBox
{
	width: 10px;
	height: 100%;
	border-right:1px solid #828080;
	margin: 0;
	background-color: #B2E2C6;
}

#txtLinks4 {
	width: 250px;
	font-size: 12px;
	color: #747272;
	margin: -18px 0 0 25px;
}

.txtLinks4 {
	color: #747272;
	font-size:12px;
}

a.txtLinks4 {
	color: #747272;
	text-decoration:none;
}

a.txtLinks4:hover {
	color: #009933;
	text-decoration:underline;
}

/* text cover */