/*category menu*/
#categorymenu{
	float:left;
	line-height:normal;
}
#categorymenu ul{
	list-style-type: none;
	margin:0 auto;
	padding:0;
}

#categorymenu li{
	display:inline;	
	margin:0 auto;
	padding:0;	
}

#categorymenu a{
	float:left;
	background:url(../images/assets/tab_left.gif) no-repeat left top;
	margin:0;
	padding:0;
	padding-left:5px;
	text-decoration:none;
	cursor:default;
}
#categorymenu a span{
	float:left;
	display:block;
	background:url(../images/assets/tab.gif) no-repeat right top;
	padding:5px 10px 3px 5px;
	margin:0;
	font-family:"Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;	
	height:24px;
	cursor:pointer;
	
	margin-right:3px;
}

#categorymenu a:hover{ /*onMouseover style*/
	background-position:0% -32px; /*Shift background image up to start of 2nd tab image*/
}

#categorymenu a:hover span{ /*onMouseover style*/
	background-position:100% -32px; /*Shift background image up to start of 2nd tab image*/
	color:#7b9b00;
}

#categorymenu a.current{ /*Selected Tab style*/
	background-position:0 -32px; /*Shift background image up to start of 2nd tab image*/
}

#categorymenu a.current span{ /*Selected Tab style*/
	background-position:100% -32px; /*Shift background image up to start of 2nd tab image*/
	font-family:"Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7b9b00;
	text-decoration: none;
	height:32px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#categorymenu a span {float:none;}
/* End IE5-Mac hack */

/*category menu end*/

.glowingtabs{
	float:left;
	line-height:normal;
	/*clear:both;*/
	/*width:100%;*/
}

.glowingtabs a{
	float:left;
	background:url(../images/tab-left.png) no-repeat left top;
	margin:0;
	/*margin-right: 5px; /*spacing between each tab*/
	/*padding:0 0 0 9px;*/
	padding-left:5px;
	text-decoration:none;
	cursor:default;
	
	/*border:1px solid black;*/
}

.glowingtabs a span{
	float:left;
	display:block;
	background:url(../images/tab.png) no-repeat right top;
	/*padding: 5px 15px 3px 3px;*/
	/*padding-right:15px;*/
	padding:9px 10px 3px 10px;
	margin:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5b5b5b;
	text-decoration: none;	
	height:31px;
	/*border:1px solid red;
/*	cursor:pointer;*/
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */