#nav-inner {
	position:relative;
	z-index:100;
	}

/* remove all the bullets, borders and padding from the default list styling */
#nav-inner ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
#nav-inner ul ul {
	width:275px;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav-inner li { float:left; position:relative;}
/* style the links for the top level */
#nav-inner a, #nav-inner 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 #nav-inner a, * html #nav-inner a:visited {width:118px; w\idth:107px;}


/* style the second level background */
#nav-inner ul ul a.drop, #nav-inner ul ul a.drop:visited {
	background-image: url(../images/drop.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
/* style the second level hover */
#nav-inner ul ul a.drop:hover, #nav-inner 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 */
#nav-inner ul ul {visibility:hidden;position:absolute;height:0;top:45px;left:0; width:275px;}
#nav-inner ul #nav-1 ul { width:275px; }

/* another hack for IE5.5 */
* html #nav-inner ul ul {top:45px;t\op:46px;}

/* position the third level flyout menu */
#nav-inner ul ul ul{left:120px; top:0px; width:118px;}

/* position the third level flyout menu for a left flyout */
#nav-inner ul ul ul.left {left:-118px;}

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

/* style the second level links */
#nav-inner ul ul li { background: #4C4C41; border:0; height:28px; }
#nav-inner ul ul a, #nav-inner ul ul a:visited {
	background:#4C4C41;
	color:#fff;
	font-weight:bold;
	height:auto;
	line-height:1em;
	padding:5px 10px 0;
	width:275px;
	width/* */:/**/255px; width: /**/255px;
	height:28px;
	height/* */:/**/22px; height: /**/22px;
	border: 1px solid #616157;
	border-width: 0px 0px 1px 0px;
	}
#nav-inner ul #nav-about ul { width:150px; }
#nav-inner ul #nav-about ul a, .menu ul #nav-about ul a:visited { width:150px; width/* */:/**/130px; width: /**/130px; }


/* yet another hack for IE5.5 */
/*
* html #nav-inner ul ul a, * html #nav-inner ul ul a:visited {width:140px;w\idth:118px;}
*/
/* style the third level border */
#nav-inner ul ul ul a, #nav-inner ul ul ul a:visited { border-width: 0px 0px 1px 0px;}
/* style the third level hover */
/*
#nav-inner ul ul ul a:hover {background:#b2ab9b;}
*/
/* style the top level hover */
#nav-inner ul ul a:hover{
	border-color: #5B5B52; background: #434339; color:#fff;
	}
#nav-inner ul ul :hover > a {
	border-color: #5B5B52; background: #434339; color:#fff;
	}

/* make the second level visible when hover on first level list OR link */
#nav-inner ul li:hover ul,
#nav-inner ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#nav-inner ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#nav-inner 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
*/
#nav-inner a, #nav-inner a:visited, #nav-inner a:hover { font-size:11px; font-weight:bold; }
