﻿/* Menu Styles */

#menu_test span#off {
	border-right: none;
}
#menu_test span a 
{
	font-family:arial;
    font-size:12px;
    color:Silver;
    font-weight:bold;
    text-decoration:none;
    letter-spacing:2px;
}
#menu_test span a.subunactive 
{
	font-family:arial;
    font-size:12px;
    color:Silver;
    font-weight:bold;
    text-decoration:none;
    letter-spacing:2px;
}
#menu_test span a.subactive 
{
	color:white;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:2px;
}
#menu_test span a:hover {
	color:white;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:2px;
}

/* SubMenu Styles */
#menu_test1 span#off {
	border-right: none;
}
#menu_test1 span a 
{
	font-family:arial;
    font-size:12px;
    color:Silver;
    font-weight:bold;
    text-decoration:none;
    letter-spacing:2px;
}
#menu_test1 span a.subunactive 
{
	font-family:arial;
    font-size:12px;
    color:Silver;
    font-weight:bold;
    text-decoration:none;
    letter-spacing:2px;
}
#menu_test1 span a.subactive 
{
	color:white;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:2px;
}
#menu_test1 span a:hover {
	color:white;
	font-weight:bold;
	text-decoration:none;
    letter-spacing:2px;

}




/*------ Category Area -----*/
#wrk_cat_main span#off {
	border-right: none;
}
#wrk_cat_main span a {
	
	font-family:arial;
	font-size:12px;
	color: silver;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:2px;
}
#wrk_cat_main span a:hover {
	color:white;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:2px;
}

#wrk_cat_main {
	background: Black;
	width: 460px;
	height: 18px;
	border-top: 1px solid #C1BFBF;
}
#wrk_cat_main span {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Silver;
	float: left;
	display: inline; /*IE*/
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 2px;
	margin-left: 2px;
	line-height: 1.1;
	border-right: 1.1 solid #808080;
	
}
#wrk_cat_main span.selct {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: White;
	float: left;
	display: inline; /*IE*/
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 2px;
	line-height: 1.1;
	border-right: 1.1 solid #808080;
		
}

#wrk_cat_main span.select {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Silver;
	float: left;
	display: inline; /*IE*/
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 2px;
	line-height: 1.1;
	border-right: 1.1 solid #808080;
}




/* --------Main category---------*/
#wrk_cat_main_sub {
	background: #FFFFFF;
	width: 460px;
	height: 18px;
	border-top: 1px solid #C1BFBF;
	border-bottom: 1px solid #C1BFBF;
	border-right: 1px solid #C1BFBF;
	border : 0px solid
}
#wrk_cat_main_sub span {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #353535;
	float: left;
	display: inline; /*IE*/
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 2px;
	margin-left: 2px;
	line-height: 1.1;
	border-right: 1.1 solid #808080;
	border : 0px solid
	
}
#wrk_cat_main_sub span.selct {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B45501;
	float: left;
	display: inline; /*IE*/
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 2px;
	line-height: 1.1;
	border-right: 1.1 solid #808080;
	
	
}
#wrk_cat_main_sub span.select {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	float: left;
	display: inline; /*IE*/
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 2px;
	line-height: 1.1;
	border-right: 1.1 solid #808080;
	
	
}
#wrk_cat_main_sub span#off {
	border-right: none;
}
#wrk_cat_main_sub span a {
	
	color: #353535;
	text-decoration:none;
}
#wrk_cat_main_sub span a:hover {
	color:#808080;
	text-decoration:none;
}