
.menu {
width:410px; 
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;

-moz-opacity:0.98;

}
.menu ul ul {
width:170px;

}
/* 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:150px;*/
position:relative;
padding:0;
margin:0;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
letter-spacing:0.00em;
text-decoration:none; 
font-weight:normal;
color:#ffffff; 
/*width:100px;*/ 
/*height:40px;*/
border:0px solid #ca1c41;

border-width:0px 0px 0px 0px; 
background:#ffffff; 
/*padding-left:10px;*/ 
/*line-height:29px;*/
padding:0;
margin:0;
filter:alpha(opacity=90); 
}
/* IE5.5 box hack*/
* html .menu a, * html .menu a:visited {
/*width:150px;*/
/*w\idth:139px;*/

}

/* 2 level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#ffffff url(./navigation/drop.gif) bottom right no-repeat;


}
/* 2 second level hover */
.menu ul ul a.drop:hover{
background:#cccccc url(./navigation/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#cccccc url(./navigation/drop.gif) bottom right no-repeat;
}
/* 3 level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#ffffff;
text-decoration:none;
border:1px solid #ca1c41; 
border-width:0px 1px 1px 1px; 
font-size:11px;
font-weight:normal;
letter-spacing:0.00em;
}
/* 3 level hover */
.menu ul ul ul a:hover {
background:#cccccc;
font-size:11px;
font-weight:normal;
text-decoration:none;
letter-spacing:0.00em; 
}

#arow2{
	width:100px;
}

#arow8{
	width:70px;
}

#arow8top{
	width:70px;
	border-width:1px 1px 1px 1px; 
}

#arow6top{
	border-width:1px 1px 1px 1px; 
}

#arow4top{
	border-width:1px 1px 1px 1px; 
}

#arow2top{
	width:100px;
	border-width:1px 1px 1px 1px; 
}

* html .menu ul ul a{
	width:100px;
	w\idth:100px;
}

/* 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:40px;

left:0; 

}
/* another hack for IE5.5 */
* html .menu ul ul {
top:40px;
t\op:40px;
}


/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:-1px;
}

#urow6top{
left:150px; 
top:0px;	
}

#urow2{
left:131px;	

}

#urow8{
left:151px;	
}

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

/* 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; padding:0; margin:0; border:0}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#ffffff; 
text-decoration:none;
font-size:11px;
font-weight:normal;
letter-spacing:0.00em;
border:1px solid #ca1c41; 
border-width:0px 1px 1px 1px; 

color:#000; 
/*height:auto;*/ 
/*line-height:1em;*/ 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:129px;
w\idth:129px;
}

#arow1 {
width:110px;	
}

#arow1top {
width:110px;	
border-width:1px 1px 1px 1px;
}

* html #arow1{
width:110px;
w\idth:110px;
}

#arow7 {
width:130px;	
}

#arow7top {
width:130px;
border-width:1px 1px 1px 1px; 	
}

#arow5top{
border-width:1px 1px 1px 1px; 	
}

#arow3top{
border-width:1px 1px 1px 1px; 	
}

#arow1top{
border-width:1px 1px 1px 1px; 	
}

* html #arow7{
width:130px;
w\idth:130px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000000; 
background:#cccccc;
text-decoration: none;
font-size:11px;
font-weight:normal;
letter-spacing:0.00em;

}
.menu :hover > a, .menu ul ul :hover > a {
color:#000000;
background:#cccccc;
}

/* 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;
}

<!--[if lt IE 7]>

.menu ul :hover ul :hover ul{ 
visibility:hidden;
}

/* 2 and 13 */.menu ul ul, .menu li:hover ul ul 
{ display:none; } 

/* 12 and 23*/ .menu li:hover ul, .menu li:hover li:hover ul 
{ display:block; }	
}

<![endif]-->