@charset "UTF-8";
body {
    font-size: 100%;
}
a {
    text-decoration: none;
}
ul, 
ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#wrapper {  
    margin: 0px 8px;
    font-size: 0.8125em;
}
.menu {
    width: auto;
    height: auto;
}
/*.menu li a {
   background-color: #000000;
    width: 100%;
    height: 1.75em;
    line-height: 1.75em;
    text-indent: 5px;
    display: block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}*/
.menu1 a {
    background-color: #000000;
    width: 100%;
    height: 1.75em;
    line-height: 1.75em;
    text-indent: 15px;
    display: block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #dd127b;
}

.menu2 a{
    background-color: #eeeeee;
    width: 100%;
    height: 1.75em;
    line-height: 1.75em;
    text-indent: 15px;
    display: block;
    position: relative;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 600;
    color: #000000;
	font-weight: none;
}
