/* @override https://www.surplusclothing.ca/style/JDEC/StoreApp/menu-client.css */

/*******************
 *
 * JDEC Client Menu Styles
 * 
 * Colours:
 * 
 *    
 *******************/
 
#menu_client {
    margin: 37px 0px 10px auto;
    float: right;
/*
    background-image: url(./images/bg-client_menu.gif);
    background-repeat: none;
*/
    width: 366px;
    height: 24px;
}

#menu_client .item {
	font-family: lucida grande;
    padding: 2px 10px 2px 10px;
    border-right: 1px solid #FFF;
    text-transform: uppercase;
    color: #FFF;
    line-height: 1em;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    font-size: 10px;
}

#menu_client .cart_count,
#menu_client .last {
    border-right-width: 0;
    padding-right: 0;
}

#menu_client .item a {
    text-decoration: none;
    color: #FFF;
}

#menu_client .item a:hover {
	color: #fe0000;
	
}