.mainmenu
{
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-transform: lowercase;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: 1px;
}

.mainmenu a
{
	display: block;
	height: 14px;
	text-decoration: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
	text-align: center;
}

.mainmenu a:hover
{
	background: url('images/MenuItems/menubg-over.gif');
	color: #fff;
}

.mainmenu a:active
{
	background: url('images/MenuItems/menubg-over.gif');
	color: #fff;
}

.mainmenu a:link { color: #fff; }

.mainmenu a:visited
{
	color: #fff;
	font-weight: normal;
}

.mainmenuvisited
{
	display: block;
	height: 14px;
	background: url('images/MenuItems/menubg-over.gif');
	text-decoration: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-transform: lowercase;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: 1px;
}

.mainmenuvisited a:link { color: #fff; }

.mainmenuvisited a:visited
{
	color: #FFF;
	font-weight: normal;
}

.mainmenu2
{
	font-size: 10px;
	color: #c6388a;
	line-height: 16px;
}

.mainmenu2 a { text-decoration: none; }
.mainmenu2 a:link { color: #c6388a; }
.mainmenu2 a:visited { color: #c6388a; }
.mainmenu2 a:active { color: #B10014; }
.mainmenu2 a:hover { color: #B10014; }

.maincategory
{
font-weight: bold;
}
.maincategory a
{
	display: block;
	text-decoration: none;
	width: 225px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #F2F8FB;
	background: url('images/MenuItems/Categories.jpg');
}

.maincategory a:link { color: #000; }
.maincategory a:visited { color: #000; }
.maincategory a:hover { color: #B10014; background: url('images/MenuItems/Categories-over.jpg'); }
.maincategory a:active { color: #B10014; background: url('images/MenuItems/Categories-over.jpg'); }

.maincategoryon
{
	font-weight: bold;
	color: #B10014;
	display: block;
	text-decoration: none;
	width: 225px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #F2F8FB;
	background: url('images/MenuItems/Categories-over.jpg');
}

.subcategory a
{
	display: block;
	text-decoration: none;
	width: 210px;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #F2F8FB;
	font-weight: normal;
}

.subcategory a:link { color: #000; }
.subcategory a:visited { color: #000; }
.subcategory a:hover { color: #B10014; }
.subcategory a:active { color: #B10014; }

.subcategoryon
{
	display: block;
	text-decoration: none;
	width: 210px;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #F2F8FB;
	font-weight: normal;
	color: #B10014;

}


.whiteheading
{
	color: white;
	font-size: 12px;
	font-weight: bold;
}

/*----------------------------------------------------------------------
          Progress Indicator
-----------------------------------------------------------------------*/

ul#progressMeter
{
	list-style-type: none;
	color: #8e98a1;
	font-size: 10px;
	margin: 0px 0 6px 0;
	padding: 0;
	clear: both;
}

ul#progressMeter li
{
	float: left;
	text-align: center;
	padding: 0 12px 12px 12px;
	background: url(images/Breadcrum/progress_bar.gif) repeat-x center bottom;
}

ul#progressMeter li a {
	font-weight: normal;
}

ul#progressMeter li.currentmiddle a, ul#progressMeter li.currentend a {
	font-weight: bold;
	color: #000;
}

ul#progressMeter li.title { 
	padding-left: 0;
}
ul#progressMeter li.incompletemiddle { 
	background-image: url(images/Breadcrum/progress_dot_middle.gif); 
}
ul#progressMeter li.incompleteend { 
	background-image: url(images/Breadcrum/progress_dot_end.gif); 
}
ul#progressMeter li.currentmiddle
{
	font-weight: bold;
	color: #369;
	background-image: url(images/Breadcrum/progress_dot_middle_red.gif);
}

ul#progressMeter li.currentend
{
	font-weight: bold;
	color: #000;
	background-image: url(images/Breadcrum/progress_dot_end_red.gif);
}
