.homemenu {
	position:relative;
	z-index:90;
	}

/* remove all the bullets, borders and padding from the default list styling */
.homemenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.homemenu ul ul {
	width:160px;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.homemenu li { float:left; position:relative; height:auto !important;}
.homemenu ul ul li:hover {background-image:none !important;}
/* style the links for the top level */
.homemenu a, .homemenu a:visited {
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#fff;
	line-height:29px;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .homemenu a, * html .homemenu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.homemenu ul ul a.drop, .homemenu ul ul a.drop:visited {
/*	background-image: url(images/drop.gif); */
	background-position: bottom right;
	background-repeat: no-repeat;
	}
/* style the second level hover */
.homemenu ul ul a.drop:hover, .homemenu ul ul :hover > a.drop {
/*	background-image: url(images/drop.gif); */
	background-position: bottom right;
	background-repeat: no-repeat;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.homemenu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:181px;
	left:0;
	width:202px;
	}
/* another hack for IE5.5 */
* html .homemenu ul ul {
	top:179px;
	t\op:180px;
	}

/* position the third level flyout menu */
.homemenu ul ul ul{left:151px; top:0px; width:120px;}

/* position the third level flyout menu for a left flyout */
.homemenu ul ul ul.left {left:-120px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.homemenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.homemenu ul ul a, .homemenu ul ul a:visited {
	/*background:#ffffff;*/
	background:url(images/drop_li_bignav_bg.jpg) top center no-repeat;
	color:#ffffff;
	height:auto !important;
	line-height:1em;
	padding:6px 7px 6px 35px;
	width:160px;
	font-size:10px;
	}
/* yet another hack for IE5.5 */
* html .homemenu ul ul a, * html .homemenu ul ul a:visited {/*width:170px;w\idth:148px;*/}

/* style the third level border */
.homemenu ul ul ul a, .homemenu ul ul ul a:visited { /*border-width: 2px 2px 2px 2px;*/}
/* style the third level hover */
/*
.homemenu ul ul ul a:hover {background:#b2ab9b;}
*/
/* style the top level hover */
.homemenu a:hover, .homemenu ul ul a:hover{
	color:#ffffff;
	background:url(images/drop_li_bignav_hover_bg.jpg) top center no-repeat;
	/*background:#8cd1f2;*/
	}
.homemenu :hover > a, .homemenu ul ul :hover > a {
	color:#f8f4b5;
	}

/* make the second level visible when hover on first level list OR link */
.homemenu ul li:hover ul,
.homemenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.homemenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.homemenu ul :hover ul :hover ul{ visibility:visible;}

/*
now style the text for all links in the menu, because the blasted thing keeps resizing the blasted text
*/
.homemenu a, .homemenu a:visited, .homemenu a:hover {
	font-size:10px;
	font-weight:bold;
	}
#homebignav li.top-curve{
	height:13px !important;
	width:202px;
	margin:0 !important 13px 0 0 0;
	margin-bottom:-3px;
	background:url(images/bignav_top_curve.jpg) top center no-repeat !important;
}
#homebignav li.bottom-curve{
	height:13px !important;
	width:202px;
	margin:-1px 0 0;
	background:url(images/bignav_bottom_curve.jpg) top center no-repeat !important;
}

