﻿/* Main menu style for unselected items */
.menuMainLevel1
{
	font-size: 11px;
	color: #fff;
	height:32px;
	text-align:center;
	background-image:url(/images/bgMenuUnSel.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
	font-family: Verdana;
	font-weight: normal;
    padding-top:0px;
}

.menuMainLevel1 a
{
	background-image: none;
	margin-left:6px;
	margin-right:6px;
}

.menuMainLevelHover
{
	background-image:url(/images/bgMenuSel.gif);
	color:#000;
}

/* Main menu style for selected page/item */
.menuMainLevel1Selected
{
    font-size: 11px;
	color: #000;
	height:32px;
	text-align:center;
	background-image:url(/images/bgMenuSel.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
	font-family: Verdana;
	font-weight: normal;
    padding-top:0px;
}

.menuMainLevel1Selected a
{
	background-image: none;
	margin-left:6px;
	margin-right:6px;
}

.menuMainLevel2
{
	font-size: 11px;
	color: #fff;
	height:20px;
	width:140px;
	text-align:center;
	background-image:url(/images/bgSubLinkUnSel.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
	font-family: Verdana;
	font-weight: normal;
    padding-top:0px;
}

.menuMainLevel2 a
{
	background-image: none;
	margin-left:6px;
	margin-right:6px;
}

.menuMainLevel2Hover
{
	background-image:url(/images/bgMenuSel.gif);
	color:#000;
}

/* Main menu style for unselected items */
.menuCategoryLevel1
{
	font-size: 11px;
	color: #000;
    background-color: Transparent ;
    text-transform:uppercase;
	font-family: Helvetica;
	font-weight: normal;
    padding-top:0px;
    padding-left:15px;
       
}

/* Main menu style for selected page/item */
.menuCategoryLevel1Selected
{
    font-size: 11px;
    color: #000;
    background-color: #ccc;
    text-transform:uppercase;
	font-family: Helvetica;
	font-weight: normal;
    padding-top:0px;
    padding-left:15px;
}
