@charset "utf-8";
/* CSS Document */

/* This is the Sweet Aroma Soaps Navigation */

ul.sweet_aroma_nav	{
	list-style: none;
	padding-left:0;
	margin-left: 0;
	border-bottom: 1px solid #000;
}
ul.sweet_aroma_nav a	{
	display: block;
	width: 100%;
	text-align:right;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color:#FFF;
}
ul.sweet_aroma_nav li	{
		border: 1px solid #000;
		border-bottom: none;
}
li.forest_petals a	{
	background-image:url(../images/forest_petals.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 161px;
	padding-right: 10px;
}
li.hawaiian_breeze a	{
	background-image: url(../images/hawaiian_breeze.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 161px;
	padding-right: 10px;
}
li.wisteria a	{
	background-image: url(../images/wisteria.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 161px;
	padding-right: 10px;
}
li.old_world_christmas	a {
	background-image:url(../images/old_world_christmas.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 161px;
	padding-right: 10px;
}
li.spiced_apple a	{
	background-image:url(../images/spiced_apple.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 161px;
	padding-right: 10px;
}
li.spiced_woods a	{
	background-image:url(../images/spiced_woods.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 161px;
	padding-right: 10px;
}
li.vanilla_raspberry a	{
	background-image:url(../images/vanilla_raspberry.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 161px;
	padding-right: 10px;
}
li.southern_summer a	{
	background-image:url(../images/southern_summer.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 161px;
	padding-right: 10px;
}
li.forest_petals a:hover		{
	background-image:url(../images/forest_petals_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#993333;
}
li.hawaiian_breeze a:hover		{
	background-image:url(../images/hawaiian_breeze_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#993333;
}
li.wisteria a:hover		{
	background-image:url(../images/wisteria_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#993333;
}
li.old_world_christmas	a:hover	 {
	background-image:url(../images/old_world_christmas_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#993333;
}
li.spiced_apple a:hover		{
	background-image:url(../images/spiced_apple_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#993333;
}
li.spiced_woods a:hover	{
	background-image:url(../images/spiced_woods_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#993333;
}
li.vanilla_raspberry a:hover	{
	background-image:url(../images/vanilla_raspberry_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#993333;
}
li.southern_summer a:hover	{
	background-image:url(../images/southern_summer_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#993333;
}
/* This is the End of the Sweet Aroma Soaps Navigation */