#menu
{
top: 180px;
position: absolute;
border-bottom-style: solid;
border-top-style: solid;
border-bottom-color: #b3b3b3;
border-top-color: #b3b3b3;
border-bottom-width: 1px;
border-top-width: 1px;
width: 100%;
margin: 0px;
padding: 0;
height: 22px;
}

#menu ul
{
margin: 0;
padding: 0px;
list-style-type: none;
text-align: center;
}

#menu ul li
{
margin: 0px;
padding: 0px;
display: block;
float: left;
text-align: center;
}

#menu ul li a
{
text-transform: uppercase;
padding-right: 7px;
padding-left: 7px;
padding-bottom: 0px;
padding-top: 4px;
border-right-style: none;
font-family: Helvetica, Arial, sans-serif;
background: #fff;
width: auto;
height: 18px;
margin: 0px;
color: black;
text-decoration: none;
display: block;
text-align: center;
font-size: 12px;
font-style: normal;
}

#menu ul li a:hover
{
text-decoration: underline;
color: black;
}

#menu a:active
{
background: black;
color: white;
}

#menu li#active a
{
background: black;
color: white;
}

#menu_store
{
top: 180px;
position: absolute;
width: 100%;
margin: 0px;
padding: 0;
height: 22px;
border-bottom-style: solid;
border-top-style: solid;
border-bottom-color: #b3b3b3;
border-top-color: #b3b3b3;
border-bottom-width: 1px;
border-top-width: 1px;
}

#menu_store ul
{
margin: 0;
padding: 0px;
list-style-type: none;
text-align: center;
}

#menu_store ul li
{
margin: 0px;
padding: 0px;
display: block;
text-align: center;
}

#menu_store ul li a
{
text-transform: uppercase;
padding-right: 4px;
padding-left: 0px;
padding-bottom: 0px;
padding-top: 4px;
border-right-style: none;
font-family: Helvetica, Arial, sans-serif;
width: auto;
height: 18px;
margin: 0px;
color: white;
text-decoration: none;
display: block;
text-align: center;
font-size: 12px;
font-style: normal;
}

#menu_store ul li a:hover
{
text-decoration: underline;
color: white;
}

#menu_store a:active
{
color: #fff;
}

#menu_store li#active a
{
color: #fff;
}