@charset "utf-8";
/* CSS Document */

#navigator ul {
    height: 130px;
    float: right;
    list-style: none;
    margin-top: 0px;
}

#navigator ul li a:hover {
    background-color: transparent;
    margin-top: 0px;
}

#navigator {
    float: right;
    text-align: left;
}

/* Main menu */
#navigator,#menu
{
    height: 130px;
}
 
#navigator .list1 li,
#navigator .list2 li,
#menu li
{
    float: left;
    position: relative;
}
 
#navigator .list1 a,
#navigator .list2 a,
#menu a
{
    float: left;
    color: #000000;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 12px;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
 
#navigator .list1 li:hover > a,
#navigator .list2 li:hover > a,
#menu li:hover > a
{
    color: #000000;
}
 
 *html .list1 li a:hover,
 *html .list2 li a:hover, 
 *html #menu li a:hover /* IE6 */
{
    text-decoration: none;
}
 
#navigator .list1 li:hover > ul,
#navigator .list2 li:hover > ul,
 #menu li:hover > ul
{
    display: block;
}
 
/* Sub-menu */
 
#navigator .list1 ul,
#navigator .list2 ul,
#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 99999;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
}
 
#navigator .list1 ul li,
#navigator .list2 ul li,
#menu ul li
{
    background-image: none;
    float: none;
    margin: 0;
    padding: 0;
    display: block; 
}
 
#navigator .list1 ul li:last-child,
#navigator .list2 ul li:last-child,
#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;   
}
 
#navigator .list1 ul a,
#navigator .list2 ul a,
#menu ul a
{
    background-color: #FFD300;
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    border-bottom: 1px solid #E4C41A;
}
 
/* *html .list1 ul a,*/
/* *html .list2 ul a, */
*html #menu ul a /* IE6 */
{
    width: 150px;
}
 
/* *:first-child+html .list1 ul a, */
/* *:first-child+html .list2 ul a, */
*:first-child+html  #menu ul a /* IE7 */
{
    width: 150px;
}
 
#navigator .list1 ul a:hover,
#navigator .list2 ul a:hover,
#menu ul a:hover
{
    background: #FFA1DF;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFA1DF), to(#FFA1DF));
    background-position: top;
    background-color: #FFA1DF;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFA1DF', endColorstr='#FFA1DF'); /* IE */
}
 
#navigator .list1 ul li:first-child a,
#navigator .list2 ul li:first-child a,
#menu ul li:first-child a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
 
#navigator .list1 ul li:first-child a:after,
#navigator .list2 ul li:first-child a:after,
#menu ul li:first-child a:after
{
    content: '';
    position: absolute;
	left: 43px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid;

}
 
#navigator .list1 ul li:first-child a:hover:after,
#navigator .list2 ul li:first-child a:hover:after,
#menu ul li:first-child a:hover:after
{
    border-bottom-color: #FFA1DF; /*#04aced;*/
}
 
#navigator .list1 ul li:last-child a,
#navigator .list2 ul li:last-child a,
#menu ul li:last-child a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
 
/* Clear floated elements */
#navigator .list1:after,
#navigator .list2:after,
#menu:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#navigator .list1 ul li:first-child a:after,
#navigator .list2 ul li:first-child a:after,
#menu ul li:first-child a:after 
{
    border-bottom-color: #FFD300;
    margin-top: -17px;
    margin-left: 0px;
}
 
/* .list1 * html #menu, */
/* .list2 * html #menu, */
* html #menu
{ zoom: 1; } /* IE6 */

/* .list1 *:first-child+html #menu, */
/* .list2 *:first-child+html #menu, */
*:first-child+html #menu
{ zoom: 1; } /* IE7 */
