/* CSS Document */
#wrapper_navigation
{
	width: 722px;
	height: 36px;
	background-color: #2b0f3b;
	margin: 0 auto;
	font-size: 1.08em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 36px;
}

#wrapper_navigation ul
{
	margin: 0;
	padding: 0;
	margin-left: 8px;
}

#wrapper_navigation li
{
	float: left;
	list-style: none;
	margin: 8px 4px;
	height: 18px;
	border: 1px solid #2b0f3b;
	background-color: #2b0f3b;
	line-height: 18px;
}

#wrapper_navigation li:hover
{
	border: 1px solid #e6b6b6;
	background-color: #ff82b3;
}

#wrapper_navigation li a
{
	padding: 0px 8px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#wrapper_navigation li a:hover
{
}

#wrapper_navigation_cats
{
	width: 722px;
	height: 34px;
	background: url(../grfx/backgrounds/bg_navigation_cats.png) repeat-x;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.17em;
	font-weight: bold;
	line-height: 34px;
}

#wrapper_navigation_cats ul
{
	margin: 0;
	padding: 0;
}

#wrapper_navigation_cats li
{
	float: left;
	list-style: none;
	margin: 0px 5px;
	height: 26px;
	border: 1px solid #d02166;
	border-top: none;
	background-color: #d02166;
	margin-top: 2px;
}

* html #wrapper_navigation_cats li
{
	height: 25px;
	line-height: 30px;
}

#wrapper_navigation_cats li:hover
{
	border: 1px solid #eca4c0;
	background-color: #ff82b3;
}

#wrapper_navigation_cats li a
{
	padding: 0px 5px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: -3px;
}

#wrapper_navigation_cats li a:hover
{
	margin-top: -4px;
}

/*IMPORTED FROM OLD WEBSITE*/
ul#category_list {

	font-size: 1em;

	font-weight: bold;

	margin: 0;

	padding: 0;

	width: 182px;

}



ul#category_list li {

	float: left;

	list-style: none;

	font-weight: bold; /* font properties added to fool IE */

	margin: 0 0 6px 0;

	padding: 0;

}



ul#category_list li a {

	margin: 0px;

	padding: 6px 0 0 4px;

	border: 0px;

	height: 24px;

	width: 178px;

	display: block;

	text-decoration: none;

	color: #FFF;

	background: url(../grfx/backgrounds/left_nav.gif) 0px 0px no-repeat;

}



ul#category_list li a:hover {

	margin: 0px;

	padding: 6px 0 0 4px;

	border: 0px;

	height: 24px;

	display: block;

	background: url(../grfx/backgrounds/left_nav.gif) -182px 0px no-repeat;

} 


