﻿/* Menu styles */
#multi-level
{
height: 26px;
margin: 0 0 0 0;
clear: both;	
position:relative;
z-index:100;
}

#multi-level_main
{
margin: 0 auto;
clear: both;
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul 
{
list-style-type:none;
padding: 0 0 5px 0; 
margin: 0;
position: relative;
left: 2px;
top: 5px;
}

.menuMain, .menuMain ul 
{
list-style-type: none;
margin-top: 10px;
position: relative;
left: 15px;
}


/* Set up the top level list items and float left to place inline */
.menu li.top 
{
display:block; 
float:left; 
position:relative; 
top: 0px;
}

.menuMain li.top 
{ 
display:block; 
float:left; 
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table 
{
border-collapse:collapse; 
width:0; 
height:0; 
position:absolute; 
top:0; 
left:0;
}

/* Default top link link styling */
.menu li.top a.top_link 
{
display:block;
height:35px;
color: #ffffff;
text-align: center;
text-decoration: none;
background: url(../images/menu/divider_line.gif) right no-repeat;
margin-bottom: 5px; 
}

.menuMain li.top p.top_link 
{
display: block;
height: 25px;
width: 200px;
text-align: left;
text-decoration: underline;
font-size: 14px;
font-weight: bold;
padding: 0 10px;
margin: 0 40px;
position: relative;
left: 55px;
}

.menu li.p1
{
height: 20px;
background: none; 
}

.menu li
{
height: 20px;
background: url(../images/backgrounds/menu_line.gif) 0px 3px no-repeat; 
}

/* pre-load the hover images into the lists */
.menu li.p1 {padding: 0px 5px 0px 5px;}
.menu li.p2 {padding: 0px 5px 0px 5px;}
.menu li.p3 {padding: 0px 5px 0px 5px;}
.menu li.p4 {padding: 0px 5px 0px 5px;}
.menu li.p5 {padding: 0px 5px 0px 5px;}
.menu li.p6 {padding: 0px 5px 0px 5px;}

/* set up the normal unhovered images in the links */
.menu li a#first {left: 0px; padding: 0px 5px 0px 5px;}
.menu li a#second {left: 0px; padding: 0px 5px 0px 5px;}
.menu li a#third {left: 0px; padding: 0px 5px 0px 5px;}
.menu li a#forth {left: 0px; padding: 0px 5px 0px 5px;}
.menu li a#fifth {left: 0px; padding: 0px 5px 0px 5px;}
.menu li a#sixth {left: 0px; padding: 0px 5px 0px 5px;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#first:hover, .menu li:hover a#first,
.menu li a#second:hover, .menu li:hover a#second,
.menu li a#third:hover, .menu li:hover a#third,
.menu li a#forth:hover, .menu li:hover a#forth,
.menu li a#fifth:hover, .menu li:hover a#fifth,
.menu li a#sixth:hover, .menu li:hover a#sixth 
{text-decoration: underline;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:5px; top:32px; background: #026c9e; padding:3px 0; border: 1px solid #c62700; white-space:nowrap; width: 200px; height:auto; text-align: left;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:150px; border: none;}
.menu :hover ul.sub li a {display:block; left: 0px; font-size:11px; font-weight: normal; height:20px; width: 194px; line-height:20px; text-indent:5px; color:#ffffff; text-decoration:none; border:3px solid #026c9e; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#ffffff url(../multi_level-files/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#ffffff; color:#693069;}
.menu :hover ul.sub li a.fly:hover {background:#ffffff url(../multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#ffffff;}
.menu :hover ul li:hover > a.fly {background:#ffffff url(../multi_level-files/arrow_over.gif) 90px 7px no-repeat; color:#ffffff;} 

.menu :hover #testOc
{
	
}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:100px; z-index:200; height:auto; z-index:300;}