/* CSS Document */
/*3D Red with Blue Hover Vertical Menu*/
a.btn_v_rb:link, a.btn_v_rb:visited{
	width: 188px;
	height: 29px;
	line-height: 29px;
	background-color: #256C8B;
	background-image: url(../img/buttons.gif);
	background-position: top right;
	background-repeat:no-repeat;
	padding-left: 42px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
}

a.btn_v_rb:hover, a.btn_v_rb:active{
	text-decoration:none;
	background-position: bottom right;	
	background-color: #256C8B;
	color:#C2C2C2;
}
/*3D Red with Blue Hover Vertical Menu*/
/*Selected Cat Vertical Menu*/
a.btn_vc_sel:link, a.btn_vc_sel:visited, a.btn_vc_sel:hover, a.btn_vc_sel:active{
	width: 188px;
	height: 29px;
	line-height: 29px;
	background-image: url(../img/buttons.gif);
	background-repeat:no-repeat;
	padding-left: 42px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
	text-decoration:none;
	background-position: bottom right;	
	background-color: #256C8B;
	color:#C2C2C2;	
}
/*Selected Cat Vertical Menu*/

/*Horizontal*/
a.btn_h_gr:link, a.btn_h_gr:visited{
	width:auto;
	height:20px;
	line-height:20px;
	padding-left:4px;
	padding-right:4px;
	margin:1px;
	color:#256c8b;
	font-weight:bold;
	float:right;
	display: block;
}

a.btn_h_gr:hover, a.btn_h_gr:active{
	color:#ffffff;
	text-decoration:none;
}
/*End Horizontal*/
/*3D Red with Blue Hover Vertical Menu*/
a.btn_g:link, a.btn_g:visited{
	width: 215px;
	height:18px;
	background-color: #256C8B;
	background-image: url(../img/bs.gif);
	background-repeat:no-repeat;
	background-position: top;	
	padding-left: 15px;
	color: #FFFFFF;
	float: left;
	display: block;
}

a.btn_g:hover, a.btn_g:active{
	text-decoration:none;	
	background-color: #256C8B;
	background-image: url(../img/bs.gif);
	background-repeat:no-repeat;
	background-position: bottom;		
	color:#C2C2C2;
}
a.btn_g_sel:link, a.btn_g_sel:visited, a.btn_g_sel:hover, a.btn_g_sel:active{
	width: 215px;
	height:18px;
	background-color: #256C8B;
	background-image: url(../img/bs.gif);
	background-repeat:no-repeat;
	background-position: bottom;	
	padding-left: 15px;
	color: #FFFFFF;
	float: left;
	display: block;
	text-decoration:none;
}
/*3D Red with Blue Hover Vertical Menu*/

