.menu
{
	z-index: 80;
	font-size:16px;
}

.menu a, .menu a:visited {
font-size:16px;

text-decoration:none; 
color:#FFFFFF; 
height:39px; 
padding: 0px 10px; 
line-height:39px;
border-right: solid 1px #203268;
padding-left:25.7px;
padding-right:25.7px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#C9BC8F url(/virtual/images/childarrow.gif) bottom right no-repeat;

z-index: 80;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c4c4c4 url(/virtual/images/childarrow.gif) bottom right no-repeat;
z-index: 80;

}
.menu ul ul :hover > a.drop {
background: #a9a07f url(/virtual/images/childarrow.gif) bottom right no-repeat;
z-index: 80;
font-weight:bold;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#c4c4c4;
z-index: 80;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background: #a9a07f;
z-index: 80;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#383838; 
color:#ffffff; 
height:auto; 
padding:5px 10px;
line-height:1em;
z-index: 80;
font-weight:bold;
font-size: 12px;
}

.menu a:hover, .menu ul ul a:hover{
color:#ffffff; 
background:#d2d2d2;
z-index: 80;

}
.menu :hover > a, .menu ul ul :hover > a {
color:#ffffff;
background:#c4c4c4;
z-index: 80;

}


/* sizing */

.menu ul ul a			{ width:160px;}
.menu ul ul a:visited		{ width:160px; }

.menu ul ul ul a 		{ width:200px;}
.menu ul ul ul a:visited	{ width:200px; }

/*
.menu a, .menu a:visited 	{ width:139px; }
.menu li 			{ width:150px; }
*/

.menu ul ul 			{ width:150px; top:39px; }
.menu ul ul 			{ width:150px; }
.menu ul ul ul			{ width:150px; left:180px; }
.menu ul ul ul.left		{ left:-180px; }



* html .menu a, * html .menu a:visited {
/*width:120px;*/
float: left;
/*w\idth:139px;*/
}

* html .menu ul ul {
/*top:30px; */
/*t\op:31px;*/
}

* html .menu ul ul a{
float: left;
/*width:120px;*/
/*w\idth:129px;*/
}