/* NAV */

.menu {
		z-index:1000;
	font-size:1.3em;
	float:right;
	background: url(../images/nav-background.png);
	width: 155px;
	list-style-type: none;
	margin-top: -95px;
	font-weight: bold;
	position: relative;
	padding-right: 5px;
	top: 85px;
}

.menu ul {
	padding: 0px;
	margin: 0px;
	width: 155px;
	list-style-type: none;
}
/* hack for IE5.5 */
* html .menu ul {
	margin-left:-16px; 
	ma\rgin-left:0;
}
.menu li {
	position: relative;
	height: 25px;
	text-align: right;
}
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
.menu a, .menu a:visited {
	display: block; 
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	width: 155px;
	color: #000;
	border-width: 0px 1px 1px 0px;
	text-transform: uppercase;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	width:155px; 
	w\idth:155px;
}
/* style the link hover */
* html .menu a:hover {
	color:#fff; 
	background:#066290;

}

.menu :hover > a {
	color: #fff; 
	background: #066290;
/*	text-align: right;*/
}
.menu ul ul {	
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: -155px;
}
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
	background: url(../images/nav-background.png);
}