﻿.tabsmiddle{
	width:552px;
	display:table;
	margin-top:10px;
}
#navcontainer {
	background-image: url(../../themes/mtg2013/images/tab_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:	37px;
	padding-top:8px;
}
.tabstop{
	height:	20px;	
}
.tabsbottom{
	height:	20px;	
	padding:0px;
	margin:0px;
}
#navlist {
	margin: 0px;
	font-size:1em;
	font-weight:bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color:#FFF;
}

#navlist li {
        list-style: none;
        display: inline;
		margin:0px;
}
.tabsearch{
	width:731px;
	height:33px;
	background-image: url(../../themes/mtg2013/images/s_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom:10px;		
}
.tabsearchhead{
	width:695px;
	height:30px;
	background-image: url(../../themes/mtg2013/images/s_heading.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;		
}
#navlist li a {
	margin-left: 0px;
	background-color: #4DB643;
	text-decoration: none;
	color:#FFF;
	padding-top: 5px;
	padding-right: 0.5em;
	padding-bottom: 5px;
	padding-left: 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #398C33;
	border-right-color: #398C33;
	border-bottom-color: #4DB643;
	border-left-color: #4DB643;
}

/*#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }*/

#navlist li a:hover {
	color: #FFF;
	background-color: #398C33;
}

#navlist li a#current {
	background-color: #398C33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #398C33;
	background-image:none;		
}