/* This style is for the "Find" Buttons below the logo */
/* Edit with caution :) */

.focus {
background-image: url(../assets/nav-bg-focus.gif) !important;
}
#submenu {
float: left;
}
#submenu ul {
list-style: none;
margin: 0 0 0 0;
padding: 0;
float: left;
}
#submenu a {
display: block;
height: 28px;
_height: 20px;
padding: 6px 0 0 0;
color: #fff;
font-weight: bold;
text-decoration: none;
text-align: center;
background-repeat: no-repeat;
background-image: url(../asset/elements/crnr-tr.gif);
background-position: top right;
}
#submenu a:hover {
}
#submenu li {
position: relative;
float: left;
position: static;
width: 78px;
height: 29px;
display: block;
margin-right: 3px;
/*background-color: #d06f1a;*/
background-repeat: no-repeat;
background-image: url(../assets/nav-bg.gif);
background-position: top left;
}
#submenu li:hover {
background-image: url(../assets/nav-bg-hover.gif);
}
.btnfocus {
background-color: #510b5e !important;
}
#submenu ul ul {
position: absolute;
z-index: 500;
}
#submenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
div#submenu ul ul,
div#submenu ul li:hover ul ul,
div#submenu ul ul li:hover ul ul
{display: none;}
div#submenu ul li:hover ul,
div#submenu ul ul li:hover ul,
div#submenu ul ul ul li:hover ul
{display: block;}
