
#tabs
{
	/*float: left;*/
	width: 100%; /*background-image: url("../app_themes/main/images/blue-gradient-30x1.gif"); 	background-repeat: repeat-x;*/
	font-size: 93%;
	line-height: normal; /*border-bottom: 1px solid #DD740B;*/
}

#tabs ul
{
	margin: 0;
	list-style: none;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#tabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a
{
	float: left; /*background:url("../images/tableft.gif") no-repeat left top;*/
	background: url( "../images/1/tableft.gif" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 8pt;
}

#tabs a span
{
	float: left;
	display: block; /*background:url("../images/tabright.gif") no-repeat right top;*/
	background: url( "../images/1/tabright.gif" ) no-repeat right top;
	padding: 5px 15px 4px 6px; /*color:#FFF;*/
}
#tabs ul li a.current
{
	float: left;
	background: url( "../images/1/Selectedleft.gif" ) no-repeat top left;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#tabs ul li a.current span
{
	float: left;
	display: block;
	background: url( "../images/1/selectedright.gif" ) no-repeat top right;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span
{
	float: none;
}

/* End IE5-Mac hack */
#tabs a:hover span
{
	color: #FFF;
}

#tabs a:hover
{
	background-position: 0% -42px;
}

#tabs a:hover span
{
	background-position: 100% -42px;
}
#tabs a.current:hover span
{
	color: #FFF;
}
#tabs a.current span
{
	float: none;
}
#tabs a.current:hover
{
	background-position: 0% -42px;
}
#tabs a.current:hover span
{
	background-position: 100% -42px;
}

.glossymenu
{
	 
	padding: 0 0 0 1px;
	margin: 0 auto 0 auto;		
	list-style: none;
}
.glossymenu li
{
	float: left;
}
.glossymenu li a
{
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 8pt;	
	cursor: pointer;
}

.glossymenu li a b
{
	float: left;
	display: block;
	padding: 0 2px 0 2px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover
{
	color: black;
	background-color:#63a5d3;
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b
{
	color: #fff;	
}

