﻿
.nav_table
{width:100%;}

#nav_table_back
{
	padding:  3px 2px 6px 1px;
	background-image:url(images/back_shadow.png);
	background-repeat: repeat-x;
	}


.nav_table td
{
	
	 
	border-top: solid 3px white;
	border-bottom: solid 3px white;
	border-left: solid 3px white;
	 
}
.nav_table_last
{
	border-right: solid 3px white;

}



.maincategory div
{

margin: 0px 10px 0px 10px;
height:100%;

}


.maincategory a:link, 
.maincategory a:visited,
.nav_deselected a:link,
.nav_deselected a:visited
{
	background-image:url('images/nav_off.jpg');
	color: #e10075;

	text-align:center;
	background-repeat:repeat-x;
	line-height:34px;
	margin:0px 0px 0px 0px;
	display:block;
	letter-spacing: 0.1em;
	font-weight: 100;
	font-family:Arial Narrow ;
	font-size:20px;
	vertical-align:top;
	text-decoration: none; 
	
}

.maincategory a:hover,
.nav_selected a:link,
.nav_selected a:visited
{

    color: #fff;
    background-image:url('images/nav_on.jpg');
	text-align:center;
	background-repeat:repeat-x;
	line-height:34px;
	margin:0px 0px 0px 0px;
	display:block;
	letter-spacing: 0.1em;
	font-weight: 100;
	font-family:Arial Narrow ;
	font-size:20px;
	vertical-align:top;
	text-decoration: none; 
}

 .pagination { font-size:14px;}
     .pagination a{padding:5px;}  
    .pagination span{padding:5px; color:#e10075;}  

