/* Horizontal navigation w/ 2 Tier dropdown */

#footer ul {
clear: both;
}

#footer li {
display: block;
float: left;
padding-right: 15px;
padding-left: 15px;
border-right: 1px solid #808080;
}

#navigation {

}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
font-size: 15px;
}

#navigation a {
display: block;
position: relative;
margin: 0;
color: #fff;
padding: 14px 17px 18px 17px;
text-align: center;
text-decoration: none;
cursor: pointer;
text-transform: uppercase;
}

#navigation a:hover {
color: #fff;

}

#navigation li {
float: left;
position: static;
border-right: 1px solid #97305e;
height: 46px;
overflow: hidden;
}

#navigation li:hover {
background: url(../assets/nav-bgb.gif) repeat-x;
}

#navigation li.last {
border-right: none;
}

#navigation ul ul {
position: absolute;
z-index: 500;
background: #fff;
font-size: 12px;
border-bottom: 1px solid #c9c9c9;
margin-top: -3px;
}

#navigation ul ul li {
clear: left;
width: 200px;
color: #767676;
height: 32px;
background : url(/asset/menu-bg-sub.gif) repeat-x;
border-bottom: 1px solid #bebebe;
border-right: none;
background-color: #f1b5d0;
}

#navigation ul ul li:hover {
background-image: none;
background : #d54486;
}

#navigation ul ul li a {
padding: 10px 15px;
position: relative;
text-align: left;
color: #000 !important;
cursor: pointer !important;
text-transform: capitalize;
}

#navigation ul ul li a:hover {
color: #fff !important;
}

#navigation ul li:hover a {
color: #fff;
}

#navigation ul ul ul {
position: absolute;
margin-top: -27px;
left: 100%;
}

#navigation ul ul ul li a {
background: none;
}

div#navigation ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{display: block;}