.menu_right
{
	width:250px;
	height: 100%; 
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px; 
}


/* hack to correct IE5.5 faulty box model */
* html .menu_right
{
	width:260px;
	w\idth:225px;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu_right ul
{
	padding:0;
	margin:0;
	list-style-type: none;
	background: #ff0ff0;

}


.menu_right ul ul
{
	width:149px;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu_right li
{
	float:left;
	position:relative;
	white-space: nowrap;
	overflow: show;
	_width: 0px; /* IE 5.5 and 6 hack */
	background: #004b96;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	margin-right: 10px; 
	padding-bottom: 3px; 
	text-align: center; 
}

.menu_right li:hover
{
	background: #979eb7;
}

.menu_right ul ul li
{
	white-space: normal;
}


/* style the links for the top level */
.menu_right a, .menu_right a:visited
{
	display:block;
	font-size:12px;
	text-decoration:none;
	color: #fff;
	height: 22px; 
	vertical-align: middle;
	padding-left:10px;
	padding-right: 10px;
	line-height:27px;
	font-weight:bold;
	width: 50px; 
}

.css_menu_splitter_level_0
{
	float: left;
	width: 0px;
	display: none;
}

.menu_right .css_menu_left_level_0, .menu_right .css_menu_right_level_0
{
	float: left;
	height: 0px;
	width: 0px;
	display: none;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu_right a, * html .menu_right a:visited
{
}


 
/* style the third level background */
.menu_right ul ul ul a, .menu_right ul ul ul a:visited
{
	background: #bac3e0;
	width: 200px;
}


/* style the third level hover */
.menu_right ul ul ul a:hover
{
	width: 200px;
	background: #fff;
}


 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_right ul ul
{
	visibility:hidden;
	position:absolute;
	height: auto;
	top:26px;
	left:0;
	width:152px;
	border-top: 2px solid #004c97;
	border-bottom: 2px solid #004c97;
	border-width: 2px;
}


/* another hack for IE5.5 */
* html .menu_right ul ul
{
	top:30px;
	t\op:27px;
}


 
/* position the third level flyout menu */
.menu_right ul ul ul
{
	left:150px;
	top:-1px;
	width: 224px;
}

 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu_right table
{
	position:absolute;
	top:0;
	left:0;
	border-collapse: collapse;
}


 
/* style the second level links */
.menu_right ul ul a, .menu_right ul ul a:visited
{
	background: #bac3e0;
	color: #fff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-left: 2px solid #004c97;
	border-right: 2px solid #004c97;
	font-size: 11px;
	letter-spacing: 0px;
}


/* yet another hack for IE5.5 */
* html .menu_right ul ul a, * html .menu_right ul ul a:visited
{
	width:150px;
	w\idth:128px;
}

* html .menu_right ul ul ul a, * html .menu_right ul ul ul a:visited
{
	width:200px;
	w\idth:200px;
}

/* style the top level hover */
.menu_right a:hover
{
	color:#fff;
	background: none;
}

.menu_right ul ul a:hover
{
	color: #000;
	font-size: 11px;
	letter-spacing: 0px;
	background: #fff;

}


.menu_right :hover > a
{
	color:#fff;
}

.menu_right ul ul :hover > a
{
	color: #000;
	font-size: 11px;
	letter-spacing: 0px;
	background: #fff;
}


 
/* make the second level visible when hover on first level list OR link */
.menu_right ul li:hover ul,
.menu_right ul a:hover ul
{
	visibility:visible;

}


/* keep the third level hidden when you hover on first level list OR link */
.menu_right ul :hover ul ul
{
	visibility:hidden;
}


/* make the third level visible when you hover over second level list OR link */
.menu_right ul :hover ul :hover ul
{
	 visibility:visible;
}

* html .menu_right li
{
	float:left;
	position:relative;
	white-space: nowrap;
	overflow: show;
	_width: 0px; /* IE 5.5 and 6 hack */
	background: none;
	border: none;
	margin-right: 10px; 
	padding-bottom: 3px; 
	text-align: center; 
}

* html .menu_right ul a, * html .menu_right ul a:visited
{
	background-color: #004b96;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}

* html .menu_right ul a:hover
{
	background-color: #979eb7;
	text-decoration: none;
}