@charset "utf-8";
/* CSS Document */

/* this document contains navigation layout and styles */


.MainMenuText {	/* this is the style for the top-level navigation items */
	background: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	border-right: 1px solid #999999;
}
.MainMenuEndRight {
	background: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border-right: 0px solid #999999;
}
	/* these are the rollover styles for the top-level navigation items */
a.mainNavHover:link, a.mainNavHover:visited {
	text-decoration: none;
	color: #444444;
}
a.mainNavHover:hover, a.mainNavHover:active {
	text-decoration: none;
	color: #ff5a10;
	/*background-color:#f4f5f9;*/
}

a.subNavHover:link{
	text-decoration: none;
	color: #1f6e99;
}
a.subNavHover:visited{
	text-decoration: none;
	color: #1f6e99;
}
a.subNavHover:hover{
	text-decoration: none;
	color: #ff5a10;
/*	background-color:#E8E8E8; */
}

.secondNavText {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	/*text-align:center;*/
}
.aboutUs2 td {
	padding-left:0px;
}
.products2 td {
	padding-left:0px;
	/*\*//*/
	padding-left:0px;
	/**/
}
.charChur2 td {
	padding-left:260px;
	/*\*//*/
	padding-left:0px;
	/**/
}
/***** the below 'commented' code is actually a hack to prevent MAC IE from line-breaking the sub-menus *****/
.newsletter2 td {
	padding-left:80px;
	/*\*//*/
	padding-left:0px;
	/**/
}
.softwareLicensing2 td {
	padding-left:360px;
	/*\*//*/
	padding-left:0px;
	/**/
}
.TechTips2 td {
	padding-left:100px;
	/*\*//*/
	padding-left:0px;
	/**/
}
.contactUs2 td {
	padding-left:211px;
	/*\*//*/
	padding-left:0px;
	/**/
}
.secondNavSeperator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	padding:0 8px 0 8px;
}

.bgNav {
background-image:url(../images/navbarbg.gif);
}