/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/fc_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
}

h2 {
	
	font-size: 22px;
	color: #0C5AA4;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 14px;
}

h4 {
	
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0px;
	
}

h4.h4_alt_1		{ font-size: 14px; font-style: italic; }

h3 {
	
	font-size: 18px;
	color: #0C5AA4;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 2px;
}

h3.h3news {
	font-size: 18px;
	color: #0C5AA4;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

p {
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 13px;
}

p.contactus {
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 99%;	
	
}

img { border: none; }

.nobotmargin {
	margin-bottom: 5px;
	padding: 0px;

}

p.sep {
	margin:0; 
	padding: 0;
	background: url(images/blue_dot.gif) 0px 50% repeat-x;
	width: 100%;
}

#disclaimer {
	font-size: 9px;
	line-height: 11px;
}

a {
	color: #1258C5;
	text-decoration: none;
}

a:hover {
	color: #949494;
	text-decoration: none;
}

a.redtext {
	color: #eb0000;
	text-decoration: none;
}

a:hover.redtext {
	color: #940023;
	text-decoration: none;
}

#wholecontainer {
	min-height: 100%;
	width: 742px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}

#headercontainer {
	height: 246px;
	width: 742px;	
}

ol li	{ margin-bottom: 10px; }


/* Begin header markup */
/* Begin logo image (changes with each main page) */
.logo_welcome {
	float: left;
	height: 246px;
	width: 106px;
	background-image: url(images/fc_logo01.jpg);
}

.logo_whoweare {
	float: left;
	height: 246px;
	width: 106px;
	background-image: url(images/fc_logo02.jpg);
}

.logo_whatwedo {
	float: left;
	height: 246px;
	width: 106px;
	background-image: url(images/fc_logo03.jpg);
}

.logo_howtoorder {
	float: left;
	height: 246px;
	width: 106px;
	background-image: url(images/fc_logo04.jpg);
}

.logo_aridol {
	float: left;
	height: 246px;
	width: 106px;
	background-image: url(images/fc_logo_aridol.jpg);
}

/* End logo image classes */




#loginbar {
	background-color: #FFFFFF;
	text-align:right;
	float: right;
	height: 39px;
	width: 626px;
	background-image: url(images/foundation_care_name.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	clear: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
}






/* Begin Navigation bar */


#navbar {
	width: 636px;
	height: 32px;
	float: left;
	padding: 0px;
	background: url(images/navbar_spacer.gif) repeat-x;
}


.spacer { /* colored spacer, does not change */
	float: left;
	margin: 0px;
	background-image: url(images/navbar_spacer.gif);
	height: 32px;
	width: 110px;
	line-height: 32px;
	color: #FFFFFF;
	
	
	
}


/* End Navigation bar */

.home {
	float: left;
	height: 32px;
	width: 79px;
	background-image: url(images/navbar_home.gif);
}

.home a {
	display: block;
	height: 32px;
	width: 79px;
	background-image: url(images/navbar_home.gif);
}

.home a:hover {
	display: block;
	height: 32px;
	width: 79px;
	background-image: url(images/navbar_home_over.gif);
}


/* Begin Header image (changes with each main page) */
.header_welcome {
	float: left;
	background-image: url(images/fc_header01.jpg);
	height: 165px;
	width: 636px;
	background-repeat: no-repeat;
}

.header_whoweare {
	float: left;
	background-image: url(images/fc_header02.jpg);
	height: 165px;
	width: 636px;
	background-repeat: no-repeat;	
}
.header_whatwedo {
	float: left;
	background-image: url(images/fc_header03.jpg);
	height: 165px;
	width: 636px;
	background-repeat: no-repeat;	
}
.header_howtoorder {
	float: left;
	background-image: url(images/fc_header04.jpg);
	height: 165px;
	width: 636px;
	background-repeat: no-repeat;	
}

.header_aridol {
	float: left;
	background-image: url(images/fc_header_aridol.jpg);
	height: 165px;
	width: 636px;
	background-repeat: no-repeat;	
}

/* End Header image */
/* End header markup */



/* Begin Search bar and Text size buttons */


#searchbar {
	height: 25px;
	width: 742px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 5px;
}

#search {
	float: right;
	width: 636px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
	display: block;
	
	
}


.searchitem {
	float: right;
	width: auto;
	margin-left: 4px;
	margin-top: 0px;
}

.searchlabel {
	font-size: 12px;
	vertical-align: middle;
	margin-top: 0px;
	padding: 0px;
}

.searchinputbox {
	height: 13px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	
}

.submitbut {
	height: 17px;
	width: 46px;	
}

.textsize {
	float: right;
	width: auto;
	line-height: 18px;
}

.but_textsize {
	float: right;
	width: 14px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 6px;
}

.but_textminus {
	float: right;
	width: 14px;
	height: 17px;
	margin-left: 6px;
}

.magnify_image {
	float: right;
	width: 13px;
	background-image: url(images/magnify.gif);
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 30px;
}

.textsearch {
	width: auto;
	float: right;
	line-height: 18px;
	margin-left: 7px;
}

.search_input {
	float: right;
	width: auto;
}

.searchbut_go {
	float: right;
	width: 40px;
	background-image: url(images/but_go.gif);
	height: 17px;
	margin-left: 5px;
}
/* End Search bar and Text size buttons */



/* Begin Content*/
#contentcontainer {
	width: 742px;
	height: auto;
}




/* Begin Left Column */
#leftcol {
	float: left;
	width: 236px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
}

#leftnav {
	padding-left: 40px;	
	margin-bottom: 18px;
}

ul.specialties {
	list-style-type: none;
	padding-top: 3px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding-left: 0px;
	margin-left: 16px;
	margin-bottom: 0px;
}

.currentspecialty a {
	color: #949494;
	text-decoration: none;	
} 

/*.currentspecialty {
	color: #949494;
	text-decoration: none;	
} 

.currentspecialty a:hover {
	color: #949494;
	text-decoration: none;	
} 
*/

/* Begin QuickLinks*/

.quicklinkslist {
	color: #0C5AA4;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.quicklinkslist a {
	list-style-type: none;
	text-decoration: none;	
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.quicklinkslist a:hover {
	list-style-type: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #1258C5;
}


.blue a {
	color: #1258C5;
	font-size: 12px;
	font-weight: normal;
}

.blue a:hover {
	color: #949494;
	font-size: 12px;
	font-weight: normal;
}


/* Begin Who We Are buttons */
.but_aboutus {
	background-image: url(images/but_aboutus_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_aboutus a {
	display: block;
	background-image: url(images/but_aboutus.gif);
	height: 24px;
	width: 189px;
	
}

.but_aboutusa a {
	display: block;
	background-image: url(images/but_aboutus_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_aboutus a:hover {
	display: block;
	background-image: url(images/but_aboutus_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_news {
	margin-top: 1px;
	background-image: url(images/but_news_active.gif);
	height: 24px;
	width: 189px;
	
}


.but_news a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_news.gif);
	height: 24px;
	width: 189px;
	

}


.but_news a:hover {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_news_active.gif);
	height: 24px;
	width: 189px;
}

.but_newsa a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_news_active.gif);
	height: 24px;
	width: 189px;
	

}

.but_testimonials {
	margin-top: 1px;
	background-image: url(images/but_testimonials_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_testimonials a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_testimonials.gif);
	height: 24px;
	width: 189px;
	
}

.but_testimonials a:hover {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_testimonials_active.gif);
	height: 24px;
	width: 189px;
	
	
}

.but_testimonialsa a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_testimonials_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_meetdepts {
	margin-top: 1px;
	background-image: url(images/but_meetdepts_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_meetdepts a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_meetdepts.gif);
	height: 24px;
	width: 189px;
	
}

.but_meetdepts a:hover {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_meetdepts_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_meetdeptsa a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_meetdepts_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_contactus {
	margin-top: 1px;
	background-image: url(images/but_contactus_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_contactus a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_contactus.gif);
	height: 24px;
	width: 189px;
	
}

.but_contactus a:hover {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_contactus_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_contactusa a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_contactus_active.gif);
	height: 24px;
	width: 189px;
	
}





/* Begin What We Do buttons */
.but_fullservpharm {
	margin-top: 1px;
	background-image: url(images/but_fullservpharm.gif);
	height: 24px;
	width: 189px;
	

}

.but_fullservpharm a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_fullservpharm.gif);
	height: 24px;
	width: 189px;
	

}

.but_fullservpharm a:hover {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_fullservpharm_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_fullservpharma a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_fullservpharm_active.gif);
	height: 24px;
	width: 189px;
	

}

.label_specialty {
	margin-top: 1px;
	background-image: url(images/but_specialties.gif);
	height: 24px;
	width: 189px;
	
}

.but_respiratory {
	margin-top: 1px;
	background-image: url(images/but_respiratory_active.gif);
	height: 24px;
	width: 189px;
	

}
.but_respiratory a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_respiratory.gif);
	height: 24px;
	width: 189px;
	

}
.but_respiratory a:hover {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_respiratory_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_respiratorya a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_respiratory_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_diabetic {
margin-top: 1px;
	background-image: url(images/but_diabetic_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_diabetic a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_diabetic.gif);
	height: 24px;
	width: 189px;
	

}

.but_diabetic a:hover {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_diabetic_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_diabetica a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_diabetic_active.gif);
	height: 24px;
	width: 189px;
	

}

.but_misc {
	margin-top: 1px;
	background-image: url(images/but_misc_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_misc a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_misc.gif);
	height: 24px;
	width: 189px;
	
}

.but_misca a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_misc_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_misc a:hover {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_misc_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_partincare {
	margin-top: 1px;
	background-image: url(images/but_partincare_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_partincare a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_partincare.gif);
	height: 24px;
	width: 189px;
	
}

.but_partincarea a {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_partincare_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_partincare a:hover {
	margin-top: 1px;
	display: block;
	background-image: url(images/but_partincare_active.gif);
	height: 24px;
	width: 189px;
	
}

.but_goback {
	width: 191px;
	height: 26px;
	background-image: url(images/but_goback_active.gif);
	display: block;
}

.but_goback a {
	width: 191px;
	height: 26px;
	background-image: url(images/but_goback.gif);
	display: block;

}

.but_goback a:hover {
	width: 191px;
	height: 26px;
	background-image: url(images/but_goback_active.gif);
	display: block;

}





/* Begin Physician Links*/
.physicianheader {
	background-image: url(images/but_physicianlinks.gif);
	height: 24px;
	width: 189px;
	background-repeat: no-repeat;
	background-position: left top;
}

#physicianlinks {
	padding-left: 40px;	
	margin-bottom: 18px;
}

.physicianlink a {
	display: block;
	background-color: #CDCDCD;
	width: 185px;
	line-height: 22px;
	padding-left: 4px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	border-top-width: 1px;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.physicianlink a:hover {
	display: block;
	background-color: #E6E6E6;
	width: 185px;
	line-height: 22px;
	padding-left: 4px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	border-top-width: 1px;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
/* End Left Column */	



/* Begin Main Content */
#maincontentcontainer {
	float: right;
	width: 496px;
	background-color: #FFFFFF;	
	margin-top: 0;
}

#maincontent 
{
	width: 486px;
	float: left;
	margin-left: 8px;
}

.quotes {
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;	
	width: 99%;
	float: left;
	height: 100%;
}


.names {
	color: #666666;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 15px;	
}

ol {
	margin-top: 5px;
	margin-bottom: 30px;
	
}
#footnotes {
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
	
}

ul {
	margin-top: 0px;
	padding-top: 0px;
}

li 
{
	width: auto;	
}

#maincontent ul li			{ margin-bottom: 10px; }

#maincontent ul li ul li 	{ margin-bottom: 5px; }

li.olist  {
	margin-bottom: 15px;
	width: auto;
}

ul.services li {
	margin-bottom: 5px;
}

ul.respiratory li {
	margin-bottom: 15px;
}

ul.respiratory a {
	color: #1258C5;
	text-decoration: none;
}

ul.respiratory a:hover {
	color: #666666;
	text-decoration: none;
}

ul.custommedlist {
	float: left;
	width: 100px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;	
	
}

#custommedlists {
	float: left;
	width: 440px;
	height: 225px;
	overflow: auto;
}

img.imgfloatleft {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}


/*FAQ formatting*/

p.faq_heading {
	font-weight: bold;
	margin-bottom: 5px;
	
}

.faq_list li {
	margin-bottom: 35px;
}

.faq_list ol {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 16px;
	padding-left: 0px;
}

.faq_list ol li {
	margin-bottom: 10px;
}

.faq_list ul {
	list-style: none;
	margin-top: 5px;
}

.faq_list ul li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.faq_list ol ul li {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: -16px;
}




/* Begin Order Form */

#orderform_container, #myaccount_container {
	float: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	margin-bottom: 25px;	
}

#orderform {
	margin-top: 0px;
}

p.requiredtext {
	font-size: 11px;
	color: #CC3300;
	margin-bottom: 8px;
}
.formrow {
	clear: both;
	margin-bottom: 15px;
	height: 20px;
	width: 100%;
	line-height: 20px;
	
}

.formrow1 {
	clear: both;
	margin-bottom: 8px;
	height: 20px;
	width: 100%;
	line-height: 20px;
	
}

.regForm {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.formhead {
	width: 99%;
	float: left;
	color: #0C5AA4;
	height: 20px;
	line-height: 20px;
	text-align: left;
	background-color: #F0F0F0;
	font-weight: bold;
	padding-left: 5px;	
	clear: both;
}

table.accountAddresses th, table.accountCards th, table.accountInsurance th, table.accountPhysician th
{
	color: #0C5AA4;
	line-height: 20px;
	background-color: #F0F0F0;
	border-right: 1px solid #fff;
	font-weight: bold;
}

table.accountAddresses td, table.accountCards td, table.accountInsurance td, table.accountPhysician td
{
	color: #000;
	line-height: 24px;
	background-color: #fff;
	border-right: 1px solid #fff;
}

.formlabel {
	display: block;
	width: 185px;
	float: left;
	color: #0C5AA4;
	height: 20px;
	line-height: 20px;
	text-align: left;
	background-color: #F0F0F0;
	padding-left: 5px;	
}

.formlabel1 {
	display: block;
	width: 185px;
	float: left;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
}

.formboxsize {
	float: left;
	width: 140px;
	height: 15px;
	line-height: 20px;
}
.formqty 
{
	display: block;
	float: left;
	text-align:center;
	width: 50px;
	color: #0C5AA4;
}
.formqtysize 
{
	float: left;
	width: 40px;
	line-height: 20px;	
}

.formlabelnr {
	display: block;
	width: 245px;
	float: left;
	color: #000000;
	text-align: left;
	background-color: #F0F0F0;
	padding-left: 5px;		
}

.butsubmit {
	float: right;
}



/* End Main Content */


/* Begin Footer */
#footer 
{
	float: left;
	width: 750px;
	height: 230px; /*40px */
	background-color: #FFFFFF;
	font-size: 11px;
	margin-top: 50px;
	color: #666666;	
}
	

.foot_address {
	float: left;
	width: 190px;
	height: 22px;
	margin-left: 2px;
	text-align: center;
}

.foot_phone {
	float: left;
	width: 200px;
	height: 22px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1258C5;
	text-align: center;
}

.foot_fax {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1258C5;
	width: 197px;
	height: 22px;
	text-align: center;
}


.foot_email {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1258C5;
	width: 147px;
	height: 22px;
	text-align: center;
}
/* End Footer */

/* Modal Window style */
.modalBackground {

	background-color: #000;

	filter:alpha(opacity=60);

	opacity:0.6;

}



.modalPopup {

	background-color:#fff;

	border-width:1px;

	border-style:solid;

	border-color:#333;

	padding:0px;
	width:700px;

}

.modalHeader 
{
	width: auto;
	background-color: Gray;
	line-height: 20px;
	color: #fff;
	font-weight:bold;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 10px;
	border-bottom: 1px solid #000;
}

/*Popup Control*/

.popupControl{

	background-color:#fff;

	position:absolute;

	visibility:hidden;

}

.SearchSeperator 
{	background-image: url(images/blue_dot.gif);
	background-position: center;
	background-repeat: repeat-x;
	line-height: 25px;
	width: 450px;
	margin: 0;
}
#searchPager ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#searchPager ul li
{
	padding: 3px;
	margin: 0;
	display: inline;
	}
	
/* menus */
/* menu styles*/
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	margin: 0;
	border: 0 none;
  	padding: 0;
  	width: 526px; /*For KHTML*/
  	list-style: none;
  	float: right;
}

ul#navmenu li {
  	margin: 0;
  	border: 0 none;
  	padding: 0;
  	float: left; /*For Gecko*/
  	display: inline;
  	list-style: none;
  	position: relative;
}

ul#navmenu ul {
  	margin: 0;
  	padding: 0;
  	width: 160px;
  	list-style: none;
  	display: none;
  	position: absolute;
  	top: 32px;
  	left: 0px;
  	border: 0px solid #000;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  	clear: both;
  	display: block;
  	font: 1px/0px serif;
  	content: ".";
  	height: 0;
  	visibility: hidden;
}

ul#navmenu ul li {
  	width: 160px;
  	float: left; /*For IE 7 lack of compliance*/
  	display: block !important;
  	display: inline; /*For IE*/
  	border: none;
}

/* Root Menu */
ul#navmenu a {	
  	float: none !important; /*For Opera*/
  	float: left; /*For IE*/
  	display: block;
  	font: 10px/22px;
  	text-decoration: none;
  	height: auto !important;
  	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  	background: #f3f3f3;
  	color: #8c8c8c;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a
{
	padding: 5px 0px 5px 6px;
  	float: none;
  	line-height: 15px;
  	background: #f3f3f3;
  	color: #1258c5;
}

ul#navmenu li.first a,
ul#navmenu li.first li.first a,
ul#navmenu li.first li.first li.first a,
ul#navmenu li.first li.first li.first li.first a,
ul#navmenu li.first li.first li.first li.first li.first a {
	border-top: 0px solid #000;
}

ul#navmenu li.first li a,
ul#navmenu li.first li li a,
ul#navmenu li.first li li li a,
ul#navmenu li.first li li li li a
ul#navmenu li.first li.first li a,
ul#navmenu li.first li.first li.first li a,
ul#navmenu li.first li.first li.first li.first li a,
ul#navmenu li.first li.first li.first li.first li.first li a {
	border: none;
}

ul#navmenu li.last a,
ul#navmenu li.last li.last a,
ul#navmenu li.last li.last li.last a,
ul#navmenu li.last li.last li.last li.last a,
ul#navmenu li.last li.last li.last li.last li.last a {
	border-bottom: 0px solid #000;
}

ul#navmenu li.last li a,
ul#navmenu li.last li li a,
ul#navmenu li.last li li li a,
ul#navmenu li.last li li li li a
ul#navmenu li.last li.last li a,
ul#navmenu li.last li.last li.last li a,
ul#navmenu li.last li.last li.last li.last li a,
ul#navmenu li.last li.last li.last li.last li.last li a {
	border: none;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  	background: #f3f3f3;
  	color: #8c8c8c;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  	background: #f3f3f3;
  	color: #1258c5;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  	background: #f3f3f3;
  	color: #8c8c8c;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  	background: #f3f3f3;
  	color: #1258c5;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  	background: #f3f3f3;
  	color: #8c8c8c;
}

/* 5th Menu */
ul#navmenu li:hover li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li.iehover li a {
  	background: #f3f3f3;
  	color: #1258c5;
}

/* 5th Menu Hover */
ul#navmenu li:hover li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li.iehover li a:hover {
  	background: #f3f3f3;
  	color: #8c8c8c;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul,
ul#navmenu ul ul ul ul {
  	display: none;
  	position: absolute;
  	top: 0;
  	left: 160px;
	margin-top: -1px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li:hover ul ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul,
ul#navmenu li.iehover ul ul ul ul {
  	display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu ul ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul,
ul#navmenu ul ul lu li.iehover ul {
  	display: block;
}
