.menu {
	width:342px;
	font-size:0.85em;
	position:relative;
	z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:114px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:114px;
	height:30px;
	line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:114px;
w\idth:104px;
}

/* style the second level drop background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #C39652;
}
/* style the second level drop hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background and width*/
.menu ul ul ul a, .menu ul ul ul a:visited {
	width:140px;
	background-color: #C48F24;
}
/* another hack for IE5.5 */
* html .menu ul ul ul a, .menu ul ul ul a:visited {
width:140px;
w\idth:140px;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#c9ba65;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:114px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:30px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:114px; 
top:0;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-114px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#FFFFFF;
	height:auto;
	line-height:1em;
	padding:5px;
	width:104px;
	display: block;
	background-color: #D8A230;
	}

/* yet another hack for IE5.5 */
* html .menu ul ul a{
width:104px;
w\idth:104px;
}

/* style the top and second level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#000;
	background-color: #996633;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000;
background:#996633;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}




/* secondMenu */
.menuB {
	width:759px;
	font-size:0.85em;
	position:relative;
	z-index:50;
}
/* remove all the bullets, borders and padding from the default list styling */
.menuB ul {
padding:0;
margin:0;
list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuB li {
	float:left;
	width:93px;
	position:relative;
	text-align: center;
}
/* style the links for the top level */
.menuB a, .menuB a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:93px;
	height:20px;
	line-height:19px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menuB a, * html .menuB a:visited {
width:93px;
w\idth:83px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuB ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:114px;
}
/* another hack for IE5.5 */
* html .menuB ul ul {
top:20px;
t\op:22px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menuB table {position:absolute; top:0; left:0;}

/* style the second level links */
.menuB ul ul a, .menuB ul ul a:visited {
	color:#FFFFFF;
	height:auto;
	line-height:1em;
	padding:5px;
	width:150px;
	display: block;
	background-color: #D8A230;
	text-align: left;
	}

/* yet another hack for IE5.5 */
* html .menuB ul ul a{
width:150px;
w\idth:150px;
}

/* style the top and second level hover */
.menuB a:hover{
	background-color: #CC6633;
}
.menuB ul ul a:hover{
	color:#000;
	background-color: #996633;
}
.menuB :hover > a{
	color:#000;
	background-color: #CC6633;
}
.menuB ul ul :hover > a {
color:#000;
background:#996633;
}

/* make the second level visible when hover on first level list OR link */
.menuB ul li:hover ul,
.menuB ul a:hover ul{
visibility:visible; 
}
