
#navMain4{
	margin 					: 8px 0px 0px 16px;
	padding					: 5px 0px 0px 0px;
	display 				: block;
	text-align:center;
	list-style 				: none;
	width					: 840px;
	height					: 15px;
	float:left;
}
	
#navMain4 ul{
	margin 					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	list-style				: none;
	float					: left;
	
}


#navMain4 li{
	position				: relative;
	display 				: inline;
	
}

		
#navMain4 a{
	margin					: 0px 8px 0px 6px;
	padding					: 4px 14px 5px 14px;
	display 				: block;
	float 					: left;
	color					: #757575;
	text-decoration 		: none;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size 				: 12px;
	font-weight				: normal;
	text-align				: left;
	height 					: 15px;
	text-transform			: uppercase;
}
	
#navMain4 a:hover, #navMain4 li a.selected{

	text-decoration 		: none;
	color					: #FFF;
	border					: 1px solid #4D4D4D;

	background-color		: #282727;
}
#navMain4 li a.selected{
	
	color					: #FFF;
	background-color		: #282727;
}

#navMain4 ul ul{
	position				: absolute;
	margin 					: 16px 0px 0px 18px;
	padding					: 0px 0px 0px 0px;
	display					: none;
	width					: 172px;
	z-index					: 500;
	border					: 1px solid #4D4D4D;
	background-color		: #333333;
	float:left;
}


#navMain4 ul ul li{
	position				: relative;
	display 				: inline;
	
}

	
	
#navMain4 ul ul a{
	margin					: 0px 0px 0px 0px;
	padding					: 7px 5px 7px 5px;
	display 				: block;
	float 					: left;
	color					: #999999;
	text-decoration 		: none;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size 				: 12px;
	font-weight				: normal;
	text-align				: left;
	height 					: auto;
	width					: 160px;
	line-height				: 1.2em;
	border					: none;
		border-top:1px solid #282727;
	text-transform			: none;
}

#navMain4 ul ul a:hover{	
		font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size 				: 12px;
	text-decoration 		: none;
	color					: #FFFFFF;
	background-color		: #666666;
	background-image		: none;
	
	

}



#navMain4 ul a span{
	background				: url(../images/arrowNav.gif) right no-repeat;
	
	margin					: 0px 0px 0px 0px;
	padding					: 0px 15px 0px 0px;
}



div#navMain4 li:hover ul ul,
div#navMain4 li li:hover ul ul,
div#navMain4 li li li:hover ul ul,
div#navMain4 li li li li:hover ul ul
{display:none;}

div#navMain4 li:hover ul,
div#navMain4 li li:hover ul,
div#navMain4 li li li:hover ul,
div#navMain4 li li li li:hover ul
{display:block;}


/*#################################
### SAFARI/IE6 HACK FOR NAV BAR ###
### KEEP AT BOTTOM OF THIS PAGE ###
#################################*/ 


#navMain4 ul ul{
margin:35px 0px 0px 0px;/*IE 5 for PC only*/
voice-family:"\"}\"";
voice-family:inherit;
margin:26px 0px 0px 4px;/*all non-IE 5 browsers*/
}
/*end*/

/*\*/
html*#navMain4 ul ul{
[margin:35px 0px 0px 0px;/*Affects older Firefox and Netscape browsers only. Seen also by IE5-6 and Safari for Macintosh, which is
addressed below.*/
margin:35px 0px 0px -165px;/*Affects Safari for Macintosh only (v1-3). See also by IE5-6, but thats addressed below. Also
hidden from older Firefox and Netscape browsers.*/
]margin:26px 0px 0px -182px;/*Affects IE 7 only. Seen by IE5-6 but thats addressed below. Hidden from Safari and all
Firefox and Netscape browsers.*/
}/**/
.dummyend[id]{clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}

/*The above rule is hidden from IE for MAC, and read only by older Firefox and Netscape 6-7 and IE5-7 for PC,
and Safari on MAC, in general.*/
/*Newer Firefox and Netscape agents reads rule, but does not read any properties set within [], so is
unaffected by it, probably because it sees these as part of an attribute selector. Those will be hidden.*/
/*IE 7 on PC will correctly read all rules as it will ignore many characters before a property*/
/*Safari for MAC sees each [] as a character and not part of a selector, if one falls before a property.
These cause the property name following the character to not be read, but next line without "[]" property
is  parsed.*/
/*use of [] will break all css selectors following the rule, if all are not closed, as Mozilla-Netscape
read the [] as part of a selector rule, so make sure they are all closed, using dummy selector.*/

/*\*/
* html #navMain4 ul ul{
margin:26px 0px 0px -182px;/*Finally, be sure to reapply a fix that affects IE 5-6 only here. IE for Mac and IE 7 for PC
are not affected here, which means purple above should work only in IE 7 above!*/
}
/**/