﻿#mainMenuWrapper
{
    background-color:  #00592d;
    padding: 10px 0px 10px 10px;
    min-height: 216px;
}

#mainMenuWrapper h2
{
    color:  #00592d;
}

.SiteTreeView 
{
    padding: 15px 0px 0px 0px;
    color: #f6dc01;
}

.shop0_Box, .shop0_Hover, .shop0_Selected
{
    padding-left:	28px;
    padding-top:	3px;
    height:			18px;
    vertical-align: middle;
    margin-bottom:	5px;
    cursor:			pointer;
}

.shop0_Selected 
{
    background: url(../images/MenuArrow.gif) no-repeat top left;
}



.shop0_Hover, .shop0_Box:hover
{
    color: #ffffff;
    /* UNCOMMENT THE NEXT LINE IF YOU WANT THE ARROW TO APPEAR WHEN HOVERING */
    background: url(../images/MenuArrow.gif) no-repeat top left;
}

.shop1_Box, .shop1_Hover, .shop1_Selected 
{
    margin-left:	11px;
    padding:		4px 0 4px 8px;
    background: 	#002814;
    font-size:		0.75em;
    cursor:			pointer;
}

.shop1_Hover
{
	color: #ffffff;
}

.shop1_Selected 
{
	color: #ffffff;
}


#mainMenuWrapper a
{
	color: #f6dc01;
}

#mainMenuWrapper a:hover
{
	text-decoration: none;
	color: #ffffff;
}