﻿/*
  * Contains Styles for the menu
  */

div#menu { 
    float:left;
    width:167px;
}

div.menu ul {
    list-style-type:none;
}

div.menu_header {
    background-image:url(../images/menu/menu_header.png);
    width:167px;
    height:94px;
}

div.menu_body {
    background-image:url(../images/menu/menu_background.png);
    background-repeat:repeat-y;
    width:142px;
    padding:0px 15px 0px 10px;
}

div.menu_footer {
    background-image:url(../images/menu/menu_footer.png);
    width:167px;
    height:33px;
}


div.menu_body div.category {
    text-align:right;
    padding-top:10px;
    padding-bottom:5px;
}

div.menu_body ul,
div.loginForm {
    padding-left:10px;
}

div.menu_body li ul {
    padding-top:5px;
    padding-bottom:5px;
}

div.menu_body li a,
div.loginForm a,
div.category span,
div.loginForm label {
    color:#fff;
    font-weight:bold;
    font-size:12px;
}

div.category span { margin-right:10px; }
 
div.menu_body li a,
div.loginForm label,
div.loginForm a { color:#000 }

div.menu_body li a:hover,
div.loginForm a:hover { 
    color:#fff; 
    text-decoration:none 
}

div.menu_body hr { 
    background-color:#fff;
    height:1px;
    border:0px none;
}

#nav { 
    width:94px;
    height:94px;
    margin: 0px auto;
    padding: 55px 0px 0px 90px;
    background: url(../images/menu/sample.png) no-repeat top center;
    cursor:pointer;
}

#nav:hover { background-image: url(../images/menu/sample2.png); }


span.login_error,
.welcome,
.welcome li a,
.welcome li span { font-size:12px; color:#fff!important}

.welcome li span { font-weight:bold; }
.welcome li a:hover { text-decoration:underline!important; }
