.menu {
width:970px; 
font-size:0.85em;
padding-bottom: 0px;
font-family: arial;
position: relative; left: 0px; top: 1px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:190px;
}
/* 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:190px;
position:relative;
}
.menu ul li {width: 92px; margin-left: 4px;}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:8pt;
text-decoration:none; 
color:#8A8157; 
width:92px; 
height:30px; 
border:0px solid #000000; 
background: url('images/button.gif') no-repeat top left; 
padding: 0px; 
line-height:15px;
text-align: center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:92px;
w\idth:92px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:url('images/sub_button.gif') no-repeat top left;
height: 30px;
overflow-y: hidden;
width: 170px;
line-height: 30px;
color: #ddd;
font-size: 9pt; font-weight: bold;
padding: 0 10px;
	border: 0;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:url('images/sub_button.gif') no-repeat top right;
background-position: top right;
padding: 0 10px; width: 170px; height: 30px;
}
.menu ul ul :hover > a.drop {
background:url('images/sub_button.gif') no-repeat top right;
background-position: top right;
padding: 0 10px; width: 170px; height: 30px;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:url('images/des_field.gif') no-repeat top left;
height: 131px;
width: 178px;
line-height: 16px;
color: #333;
font-size: 8pt; font-weight: normal;
text-transform: none;
text-align: left;
padding: 5px 10px;
	border: 0;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:url('images/des_field.gif') no-repeat top left;
color: #333;
}
.menu ul ul ul :hover > a {
background:url('images/des_field.gif') no-repeat top left;
color: #333;
}

/* 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:-92px; 
width:190px;
}
/* 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:198px; 
top:0;
width:198px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-198px;
}

/* style the table so that it takes no part 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 {
background:#17a585; 
color:#000; 
height:auto; 
line-height:1em; 
padding:0 10px; 
width:170px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:170px;
w\idth:170px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000; 
background-position: top right;
	padding-top: 2px; height: 28px;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000;
background-position: top right;
	padding-top: 2px; height: 28px;
}

/* 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;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


.menu li .drop {width: 190px; float: left;}

.menu ul ul a {width: 170px; padding: 0 10px; background: url('images/sub_button.gif') no-repeat top left; float: left; height: 30px; line-height: 30px;
		font-size: 8pt; text-align: right; color: #8A8157;}

.menu ul ul a:visited {width: 170px; padding: 0 10px; background: url('images/sub_button.gif') no-repeat top left; float: left; height: 30px; 
			line-height: 30px; font-size: 8pt; text-align: right; color: #8A8157;}

.menu ul ul a:active {width: 170px; padding: 0 10px; background: url('images/sub_button.gif') no-repeat top left; float: left; height: 30px; 
			line-height: 30px; font-size: 8pt; text-align: right; color: #8A8157;}

.menu ul ul a:hover {color: #000; padding: 0 10px; height: 30px; background-position: top right;}







