.BottomBarL { background-image: url(../_images/BottomBarL.gif); background-repeat: no-repeat ; background-position: right top; height: 10px; width: 2px}
.BottomBarR { background-image: url(../_images/BottomBarR.gif); background-repeat: no-repeat ; background-position: left top; height: 10px; width: 2px}
.BottomBarM { background-image: url(../_images/BottomBarM.gif); background-repeat: repeat-x ; height: 10px; background-position: top}

/*Yeni Tableless NavBar İçin Style*/
#mainNav {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#mainNav li {
	float: left;
	background: url(../_images/_bar/BarM.png) repeat-x top;
}
#mainNav a:link, #mainNav a:visited{
	display: block;
	width: 108px;
	line-height: 3.4em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 11px;	
}
#mainNav a:hover {
	background: url(../_images/_bar/BarM_O.png) repeat-x;
}
#mainNav #left {
	background: url(../_images/_bar/BarL.png) no-repeat left top;
	width: 6px;
	height: 36px;
}
#mainNav #right {
	background: url(../_images/_bar/BarR.png) no-repeat;
	height: 36px;
	width: 8px;
}
#mainNav #SelecTed {
	background: url(../_images/_bar/BarM_G.png) repeat-x;
}
#mainNav .devider {
	background: url(../_images/_bar/BarD.png) no-repeat center;
	margin-top: 1px;
	width: 1px;
	height: 36px;
}
#mainNav .spacer 
{
	background: url(../_images/_bar/BarM.png) repeat-x;
	width: 2px;
	height: 36px;
}

/*IE Tableless NavBar İçin Style*/
#mainNavIE {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#mainNavIE li {
	float: left;
	background: url(../_images/_bar/BarM.gif) repeat-x top;
}
#mainNavIE a:link, #mainNavIE a:visited {
	display: block;
	width: 108px;
	line-height: 3.4em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 11px;	
}
#mainNavIE a:hover {
	background: url(../_images/_bar/BarM_O.gif) repeat-x;	
}
#mainNavIE #left {
	background: url(../_images/_bar/BarL.gif) no-repeat left top;
	width: 6px;
	height: 36px;
}
#mainNavIE #right {
	background: url(../_images/_bar/BarR.gif) no-repeat;
	height: 36px;
	width: 8px;
}
#mainNavIE #SelecTed a:link, #mainNavIE #SelecTed a:visited {
	background: url(../_images/_bar/BarM_G.gif) repeat-x;
}
#mainNavIE #SelecTed a:hover {
	background: url(../_images/_bar/BarM_G_O.gif) repeat-x;
}
#mainNavIE .devider {
	background: url(../_images/_bar/BarD.gif) no-repeat center;
	margin-top: 1px;
	width: 1px;
	height: 36px;
}
#mainNavIE .spacer 
{
	background: url(../_images/_bar/BarM.gif) repeat-x;
	width: 2px;
	height: 36px;
}