﻿.menu {
	z-index:1000;
	font-size:90%;
	float:right;
	padding-bottom: 0px;
	margin: 4 0 0 0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:132px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
	float:left;
	position:relative;
	background:#E5E9F4;
	height:32px;
	direction:rtl;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	height:32px;
	line-height:32px;
	width:132px;
	color: #000033;
	text-indent:9px;
	border:1px solid #fff;
	border-width:0px 0px 0px 0px;
	padding-top:3px;
	font: 14pt Arial;
	
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#E5E9F4; width:132px; w\idth:132px;background-image:url(images/bg.jpg);}
/* style the link hover */
* html .menu a:hover {color:#010101; background:#B1BDE0; font: 14px;}
.menu :hover > a{
	color:#010101; 
	background:#B1BDE0;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0px;
	left:-132px; 
}
/* 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;
}

.menu ul li ul {
	border-width: 1px 1px 1px 1px;
}
