#dropdown{
	width: 100%;
	display: inline-block;
	background: url(../images/logo_internet.jpg) #324E6E no-repeat center -144px;
}
#topNav{
	width: 778px;
	list-style: none;
	font-size: 12px;
}
#topNav UL{
	list-style: none;
	font-size: 12px;
}
#topNav LI#top1{
	float: left;
	width: 128px;
	margin: 0 -4px 0 15px;
}
#topNav LI#top2{
	float: left;
	width: 128px;
	margin-right: -4px;
}
#topNav LI#top3{
	float: left;
	width: 128px;
	margin-right: -4px;
}
#topNav LI#top4{
	float: left;
	width: 128px;
	margin-right: -4px;
}
#topNav LI#top5{
	float: left;
	width: 128px;
	margin-right: -4px;
}
#topNav LI#top6{
	float: left;
	width: 128px;
}
#topNav LI A:link, #topNav LI A:visited{
	padding: 1px 0 0 4px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	
	height: auto !important; /* real browsers */
	height: 30px; /* IE6: treated as min-height */
	min-height: 30px; /* real browsers */
}
#topNav LI.headingSingle A:hover, #topNav LI.headingSingle A:link, #topNav LI.headingSingle A:visited{
	height: auto !important; /* real browsers */
	height: 20px; /* IE6: treated as min-height */
	min-height: 20px; /* real browsers */
}
#topNav LI.heading A:hover, #topNav LI.heading A:link, #topNav LI.heading A:visited{
	height: auto !important; /* real browsers */
	height: 13px; /* IE6: treated as min-height */
	min-height: 13px; /* real browsers */
}
LI#top1 A:hover, LI#top2 A:hover, LI#top3 A:hover, LI#top4 A:hover, LI#top5 A:hover, LI#top6 A:hover{
	color: #FFD800;
}
#topNav A{
	display: block; 
	text-decoration: none;
}
#topNav UL LI.parent A:link, #topNav UL LI.parent A:hover, #topNav UL LI.parent A:visited{
	padding-right: 10px;
}
#topNav UL LI.parent UL A:link, #topNav UL LI.parent UL A:hover, #topNav UL LI.parent UL A:visited{
	/* Placeholder */
}
#topNav UL LI.parent{
	background-image: url(../images/arrow-blue.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#topNav LI UL{
	position: absolute;
	left: -999em;
	height: auto;
	width: 125px;
	line-height: 20px;
	padding: 15px 0 1px 0;	/* 15px for menu top */
	margin-left: 1px;
	background: url(../images/dropdownBeg.jpg) #EFDABF no-repeat center top;
	border: #29537C solid;	
	border-width: 0 1px 1px 1px;	
}
#topNav LI UL UL{
	border-width: 1px 1px 1px 1px;
	background: #EFDABF;
}
#topNav LI LI A:link, #topNav LI LI A:visited{
	padding: 5px 5px; 
	color: #03539A;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 15px; 
	font-weight: normal;
	font-variant: normal;
	
	height: auto !important; /* real browsers */
	height: 20px; /* IE6: treated as min-height*/
	min-height: 20px; /* real browsers */
}
#topNav LI LI A:hover{
	color: #B70A1D;
	text-decoration: none;

	height: auto !important; /* real browsers */
	height: 20px; /* IE6: treated as min-height*/
	min-height: 20px; /* real browsers */
}
#topNav LI LI{
	margin: 1px 1px 0 1px;
	background-color: #FFF;
	width: 123px; 
}
#topNav LI UL A{
	/* Placeholder */
}
#topNav LI UL UL{
	margin: -27px 0 0 123px;
	padding: 0 0 1px 0; /*Top Margin redefined*/ 
}

/* Code continues in ie*.css */

#topNav LI:hover UL UL, #topNav LI:hover UL UL UL{
	left: -999em;
}
#topNav LI:hover UL, #topNav LI LI:hover UL, #topNav LI LI LI:hover UL{
	left: auto;
}
#topNav LI:hover{
	background: url(../images/dropdownTop.gif) no-repeat bottom;
}
#topNav LI.headingSingle:hover{
	background: url(../images/dropdownTopSingle.gif) no-repeat bottom;
}
#topNav UL LI:hover, #topNav UL LI LI:hover{
	background: #FEF5E4;
}
#topNav UL LI.parent:hover{
	background-image: url(../images/arrow-red.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#topNav LI.headingEmpty{
	background: none;
}
#topNav LI.new{
	background-image: url(../images/new-red.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#topNav LI.new A:link, #topNav LI.new A:visited{
	padding-right: 25px;
}
#topNav LI.new:hover{
	background-image: url(../images/new-blue.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

