﻿*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}

/* links */
a img{border:none}


/*** CATEGORY NAVIGATION ***/
#category_navigation{background-image:url('../images/bg_category_navigation2.gif'); 
background-repeat:no-repeat; height:94px; margin-top:0; clear: both;
}

/* Top Navigation bar menu styling */
#nav {margin:0px auto; padding:13px 0px 0px 10px;}
#nav ul{ 
	padding:0;
	margin:0 auto;
	list-style: none;
	height:72px;
	position: relative;
	width:900px;
}
#nav li{
	list-style:none;
	float:left;
	padding:0;
	font:normal 12px Arial;
	width:285px;
	height:72px;
	margin:0px 10px 0px 0px;
	
}

#nav li.nomargin{margin-right:0px !important;}
#nav .lavaLamp li a {
	z-index: 10;
	display: block;
	float: left;
	height:72px;
	position: relative;
	overflow: hidden;
	margin: auto 0px;
	color:#FFFFFF;
	text-decoration:none;
}

#nav .lavaLamp li a:hover {
	z-index: 10;
	display: block;
	float: left;
	height:69px;
	position: relative;
	overflow: hidden;
	margin: auto 0px; 
	color:#FFFFFF;
}

#nav .lavaLamp li .active {
	z-index: 10;
	display: block;
	float: left;
	height:72px;
	position: relative;
	overflow: hidden;
	margin: auto 0px; 
	color:#FFFFFF;
}

#nav .lavaLamp li.back {
	background: url('../images/lava2.png') no-repeat right -72px;
	width: 9px; height: 72px;
	z-index: 8;
	position: absolute;
}
#nav .lavaLamp li.back .left {
	background: url('../images/lava2.png') no-repeat left top;
	height:72px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#main_centercolumn{width:900px; margin:0px auto; }




