/* Rounded Corners */

/* Color 1 - Blue on Gray Gradient */
.ul_blue, .ur_blue
{
	background-color: transparent;
	background-repeat: no-repeat;
}

.ul_blue
{
	background-image:url(images/ul_blue.gif);
	background-position: 0% 0%;
}

.ur_blue
{
	background-image:url(images/ur_blue.gif);
	background-position: 100% 0%;
}

/* Color 2 - Green on White */
.ul_green, .ur_green
{
	background-color: transparent;
	background-repeat: no-repeat;
}

.ul_green
{
	background-image:url(images/ul_green.gif);
	background-position: 0% 0%;
}

.ur_green
{
	background-image:url(images/ur_green.gif);
	background-position: 100% 0%;
}

/* Color 3 - Orange on Gray Gradient */
.ul_orange, .ur_orange
{
	background-color: transparent;
	background-repeat: no-repeat;
}

.ul_orange
{
	background-image:url(images/ul_orange.gif);
	background-position: 0% 0%;
}

.ur_orange
{
	background-image:url(images/ur_orange.gif);
	background-position: 100% 0%;
}


.ul_dark_orange, .ur_dark_orange
{
	background-color: transparent;
	background-repeat: no-repeat;
}

.ul_dark_orange
{
	background-image:url(images/ul_dark_orange.gif);
	background-position: 0% 0%;
}

.ur_dark_orange
{
	background-image:url(images/ur_dark_orange.gif);
	background-position: 100% 0%;
}
/* Color 4 - Red on White */
.ul_red, .ur_red
{
	background-color: transparent;
	background-repeat: no-repeat;
}

.ul_red
{
	background-image:url(images/ul_red.gif);
	background-position: 0% 0%;
}

.ur_red
{
	background-image:url(images/ur_red.gif);
	background-position: 100% 0%;
}