
/*FOR NEXT SUBMENU
*/

.navigationBar {float:right; margin:0px; padding-left:0px; background-image:url(../../images/front/top_bg.gif); background-repeat:repeat-x; height:32px;}

/* remove all the bullets, borders and padding from the default list styling */
.navigationBar ul {margin:0;list-style-type:none;padding:0px;}

/* style the sub-level lists */
.navigationBar ul ul {}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown navigationBar positon */
.navigationBar ul li {float:left;height:28px;line-height:28px;}
.navigationBar ul li.selected a {color:#f56a0f; text-decoration:none;padding:0px 3px 0px 3px;}
/* style the sub level list items */
.navigationBar ul ul li {display:block;height:auto;position:relative;line-height:1em; border-bottom:1px solid #a4a4a4; background-color:#f2f2f2; z-index:10000;}

/* style the links for the top level */
.navigationBar a, .navigationBar a:visited {display:block;float:left;height:100%;font-weight:bold;color:#000000; font-size:12px; padding:0 3px 0 3px; text-decoration:none;}

/* style the sub level links */
.navigationBar ul ul a, .navigationBar ul ul a:visited {display:block;background: #f2f2f2; color:#330000;height:100%;line-height:1em; padding:0.5em 1em; font-size:12px; width:245px;}
.navigationBar ul ul a.last, .navigationBar ul ul a.last:visited {display:block;background: #f2f2f2; color:#330000;height:100%;line-height:1em; padding:0.5em 1em; font-size:12px; width:68px;}
.navigationBar ul table ul a, .navigationBar ul table ul a:visited  {}


/* style the table so that it takes no part in the layout - required for IE to work */
.navigationBar table {position:absolute; left:0; top:0; font-size:14px; z-index:100000;}
.navigationBar ul ul table {lef\t:-1px;}
.navigationBar ul ul table ul.left {margin-lef\t:2px;}

.navigationBar li:hover {position:relative;}
* html .navigationBar a:hover {position:relative;}

/* style the third level background */
.navigationBar ul ul ul a, .navigationBar ul ul ul a:visited {background: #fbf2e3;}
/* style the fourth level background */
.navigationBar ul ul ul ul a, .navigationBar ul ul ul ul a:visited {background:#fbf2e3;}
/* style the sub level 1 background */
.navigationBar ul :hover a.sub1 {background:#dccdcd;}
/* style the sub level 2 background */
.navigationBar ul ul :hover a.sub2 {background:#dccdcd;}

/* style the level hovers */
/* first */
.navigationBar a:hover {color:#e96000;}
.navigationBar :hover > a {color:#e96000;}
/* second */
.navigationBar ul ul a:hover{color:#000; background:#6db8f8; }
.navigationBar ul ul :hover > a {color:#000; background:#6db8f8; }
.navigationBar ul ul a.last:hover{color:#000; background:#6db8f8; }
.navigationBar ul ul :hover > a.last {color:#000; background:#6db8f8; }
/* third */
.navigationBar ul ul ul a:hover {background:#6db8f8;}
.navigationBar ul ul ul :hover > a {background:#6db8f8;}
.navigationBar ul ul ul a.last:hover {background:#6db8f8;}
.navigationBar ul ul ul :hover > a.last {background:#6db8f8;}
/* fourth */
.navigationBar ul ul ul ul a.last:hover {background:#6db8f8;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.navigationBar ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:1px; padding-top:4px;}

/* position the third level flyout navigationBar */
.navigationBar ul ul ul{left:144px; _left:-81px; top:0; }

/* position the third level flyout navigationBar for a left flyout */
.navigationBar ul ul ul.left {left:14em;}


/* make the second level visible when hover on first level list OR link */
.navigationBar ul li:hover ul, .navigationBar ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; }
/* keep the third level hidden when you hover on first level list OR link */
.navigationBar ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.navigationBar ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.navigationBar ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.navigationBar ul :hover ul :hover ul :hover ul {visibility:visible;}


.navigationBar ul li a.link_selected{text-decoration:none; color:#f56a0f;}
.navigationBar ul li a.link_selected:hover{text-decoration:none;color:#f56a0f;}