.menu {
	/*border-right:1px solid #000; */
	font-family:arial, sans-serif;
	height:32px; 
	position:relative; 
	width:100%; 
	z-index:100;
	}
.menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
.menu ul ul {
	margin:0;
	text-align:left;
	width:150px;
	}
	
.menu li {
	float:left; 
	margin:5px;
	position:relative;
	/*width:150px;*/
	}
.menu li li{
	border-top:solid 1px #000;
	margin:0px;
	position:relative;
	text-align:left;
	}
.menu a, .menu a:visited {
	background:#ccc; 
	/*border:1px solid #000; 
	border-width:1px 0 1px 1px;*/
	color:#003399;  
	display:block;
	font-size:12px;
	font-weight:bold;
	height:30px; 
	line-height:29px; 
	padding:0 5px 0 5px; 
	text-align:center;
	text-decoration:none; 
	width:148px; 
	}

* html .menu a, * html .menu a:visited {
	width:145px; 
	}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd url(../images/grey-arrow.gif) no-repeat 130px center;
	}

.menu ul ul a.drop:hover {
	background:#c9ba65 url(../images/blue-arrow.gif) no-repeat 130px center;
	}
.menu ul ul :hover > a.drop {
	background:#c9ba65 url(../images/blue-arrow.gif) no-repeat 130px center;
	}

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
	}

.menu ul ul ul a:hover {
	background:#b2ab9b;
	}

.menu ul ul {
	border-color:#000;
	border-type:solid;
	border-width: 0 1px 1px 1px;
	height:0;
	left:0; 
	margin:0;
	position:absolute;
	text-align:left;
	top:30px;
	visibility:hidden;
	width:149px;
	}

.menu ul ul ul{
	left:149px; 
	top:-1px; 
	width:149px;
	}

.menu ul ul ul.left {
	left:-149px;
	}

.menu table {
	border-collapse:collapse;
	left:0; 
	position:absolute; 
	top:0; 
	}

.menu ul ul a, .menu ul ul a:visited {
	background:#ccc; 
	border-width:0 1px 1px 1px;
	color:#000; 
	font-size:11px;
	font-weight:bold;
	height:auto; 
	line-height:1em; 
	margin:0;
	padding:5px 0px 5px 5px; 
	text-align:left;
	width:153px;
	}

.menu a:hover, .menu ul ul a:hover, .menu :hover > a, .menu ul ul :hover > a {
	background-color:#3399FF;
	color:#fff; 
	}

.menu ul li:hover ul, .menu ul a:hover ul, .menu ul :hover ul :hover ul {
	visibility:visible; 
	}

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