
.fixed_font_1
	{
    	font-family: Lucida Console;
        letter-spacing: 1px;
    }
.category_tab_left_1
	{
		color: #999999;
    	background-color: #E6E6E6;
    	border-top: 2px solid #B4B9BE;
		border-bottom: 2px solid #B4B9BE;
		border-right: 2px solid #B4B9BE;
		-webkit-border-radius: 6px 6px 0px 0px;
		-moz-border-radius: 6px 6px 0px 0px;
		border-radius: 6px 6px 0px 0px;
		cursor: pointer;
    }
.category_tab_left_1:hover
	{
		background-color: #FFF5CD;
    }
.category_tab_left_2
	{
		color: #32508C;
    	background-color: #F5FAFF;
    	border-top: 2px solid #B4B9BE;
		border-right: 2px solid #B4B9BE;
		-webkit-border-radius: 6px 6px 0px 0px;
		-moz-border-radius: 6px 6px 0px 0px;
		border-radius: 6px 6px 0px 0px;
		cursor: pointer;
		padding-bottom: 2px;
    }
.category_tab_right_1
	{
		color: #999999;
    	background-color: #E6E6E6;
    	border-top: 2px solid #B4B9BE;
		border-bottom: 2px solid #B4B9BE;
		border-left: 2px solid #B4B9BE;
		-webkit-border-radius: 6px 6px 0px 0px;
		-moz-border-radius: 6px 6px 0px 0px;
		border-radius: 6px 6px 0px 0px;
		cursor: pointer;
    }
.category_tab_right_1:hover
	{
		background-color: #FFF5CD;
    }
.category_tab_right_2
	{
		color: #32508C;
    	background-color: #F5FAFF;
    	border-top: 2px solid #B4B9BE;
		border-left: 2px solid #B4B9BE;
		-webkit-border-radius: 6px 6px 0px 0px;
		-moz-border-radius: 6px 6px 0px 0px;
		border-radius: 6px 6px 0px 0px;
		cursor: pointer;
		padding-bottom: 2px;
    }