﻿#MenuBox .MenuMain td, #MenuBox .MenuItemMainDynamic td
{
	height: 30px;
	padding: 0px 6px;
}
#MenuBox .MenuMain td
{
	text-align: center;	
}
#MenuBox img
{
	display: none;	
}
#MenuBox .MenuMainDynamic
{
	z-index: 1;
}
#MenuBox .MenuItemMainDynamic td
{
	background-color: #4C4C4C;
	text-align: left;
}
#MenuBox .MenuMain a
{
	font-weight: bold;
	color: #303030;
}
#MenuBox .MenuItemMainDynamic a
{
	font-weight: bold;
	color: #FFFFFF;
}

#MenuBox .MenuMainHover td, #MenuBox .MenuItemMainDynamic:hover td, #MenuBox .MenuMainSelected td
{
	background-image: url(../Images/top_menu_back_selected.gif);
	background-repeat: repeat-x;
}
#MenuBox .MenuMainHover a, #MenuBox .MenuItemMainDynamic:hover a, #MenuBox .MenuMainSelected a
{
	color: #FFFFFF;
	text-decoration: none;
}


.MenuBottom
{
	color: #ffffff;
	line-height: 20px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.MenuBottom a
{
	color: #ffffff;
	font-size: 11px;
}

.MenuBottom a:hover
{
	text-decoration: underline;
}

.MenuBottom a.Selected
{
	
}

#AdminMenuBox .MenuMain
{
	line-height: 30px;
	float: left;
	padding-right: 10px;
	padding-left: 5px;
}

#AdminMenuBox .MenuMain a
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#AdminMenuBox .MenuMain a:hover
{
	text-decoration: underline;
}

#AdminMenuBox .MenuMain a.Selected
{
	
}

/* Product Category Menu */

#ProductCategoryBox
{
	width: 177px;
	background-color: #FAFAF0;
}

.FirstLevel
{
	background-image: url(../Images/product_category_back.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.FirstLevelIcon, .FirstLevelIconSelected
{
	padding-top: 8px;
	padding-bottom: 4px;
	background-image: url(../Images/product_category_icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 18px;
	padding-left: 20px;
}
.FirstLevelIcon:hover, .FirstLevelIconSelected
{
	background-image: url(../Images/product_category_icon_hover.gif);
	background-repeat: no-repeat;
}

.FirstLevel a
{
	color: #2A343A;
}
.FirstLevel a:hover, .FirstLevelSelected a:hover
{
	text-decoration: none;
}
.FirstLevelSelected a
{
	color: #CC0000;
	font-weight: bold;	
}

.ChildLevel, .ChildLevelSelected
{
	padding-top: 6px;
}
.ChildLevel a
{
	color: #505050;	
}
.ChildLevel a:hover, .ChildLevelSelected a:hover
{
	text-decoration: none;
	color: #CC0000;
}
.ChildLevelSelected a
{
	color: #CC0000;
	font-weight: bold;	
}

/* End of Product Category Menu */

#AdminProductCategoryMenuBox .FirstLevel, #AdminProductCategoryMenuBox .FirstLevelSelected
{
	padding: 3px;
	font-size: 12px;
	background-image: none;
	background-color: #505050;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 0px;
}
#AdminProductCategoryMenuBox .FirstLevel a
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#AdminProductCategoryMenuBox .FirstLevelSelected a
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


#AdminProductCategoryMenuBox .ChildLevel, #AdminProductCategoryMenuBox .ChildLevelSelected
{
	padding: 2px;
	line-height: 20px;
}
#AdminProductCategoryMenuBox .ChildLevel a
{
	color: #000000;	
	font-size: 12px;
}
#AdminProductCategoryMenuBox .ChildLevelSelected a
{
	font-weight: bold;	
	color: #000000;	
}