﻿
/* Left Nav Styles*/
	
.LN_ALL {
	background-color:#F0F0F0;
	width:142px; 
	padding-left:4px;
	margin-left: 4px;
	padding-right:4px;
	height:autol;
	overflow:hidden;
}

.LN_Item 
{
	/* width: 136px; modified 3/17/2008 */
	width: 142px; 
	height:20px; 
	padding-top: 6px;
	position: relative;
	border-bottom: solid 1px #c0c0c0;
	background-image: url(LN_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	z-index: 900;
}

/* Sponsor Shop Nav Styles */

.LN_Item2 
{
	width: 136px; 
	height:20px; 
	padding-top: 6px;
	border-bottom: solid 1px #c0c0c0;
}
.LN_head {font-size:10px; font-weight:bold; width: 136px; height:20px; padding-top: 6px; border-bottom: solid 1px #c0c0c0;}

.LN_Item2 a:link {color:#0066cc; font-weight:bold; text-decoration: none;}
.LN_Item2 a:visited {color:#0066cc; font-weight:bold; text-decoration: none;}
.LN_Item2 a:hover {color:#333333; font-weight:bold; text-decoration: none;}
.LN_Item2 a:active {color:#0066cc; font-weight:bold; text-decoration: none;}

/* End sponsor shop */

.LN_Item#last {border-bottom: 0;}

.LN_Item a:link {color:#333333; font-weight:bold; text-decoration: none;}
.LN_Item a:visited {color:#333333; font-weight:bold; text-decoration: none;}
.LN_Item a:hover {color:#0066cc; font-weight:bold; text-decoration: none;}
.LN_Item a:active {color:#333333; font-weight:bold; text-decoration: none;}

/* Left Nav Fly Over Styles*/
.LN_fly_ALL{
	display:none;
	z-index: 1000; 
	width:160px; 
	border: solid 2px #333333; 
	background-color:#FFFFFF; 
	padding: 10px; 
	position:absolute; 
	left:150px;
	top: -20px;
	filter: alpha(opacity=93);
	-moz-opacity: 0.93;
}

.LN_fly_ALL a:link {color:#0066cc; font-weight: normal; text-decoration: none;}
.LN_fly_ALL a:visited {color:#0066cc; font-weight:normal; text-decoration: none;}
.LN_fly_ALL a:hover {color:#0066cc; font-weight:normal; text-decoration: underline;}
.LN_fly_ALL a:active {color:#0066cc; font-weight:normal; text-decoration: none;}


/* Left Nav Fly Over Vertical Position*/	
/*
#LN_block_680 {top:-30px;}
#LN_block_682 {top:248px;}
#LN_block_684 {top:276px;}
#LN_block_686 {top:303px;}
#LN_block_690 {top:330px;}
#LN_block_688 {top:357px;}
#LN_block_692 {top:384px;}
#LN_block_694 {top:411px;}
#LN_block_696 {top:438px;}
#LN_block_698 {top:465px;}
#LN_block_700 {top:492px;}
#LN_block_702 {top:519px;}
*/

/* Left Nav bridge div to fill spacing between left nav and fly over nav */
.LN_fly_bridge
{
	display: none;
	z-index: 999;
	position:absolute; 
	background-color: #c0c0c0;
	width: 55px;
	height: 27px;
	left: 130px;
	top: 0px;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	/*border: solid 1px #c0c0c0;*/
}
/*
#LN_bridge_680 {top:-30px; left: 130px}
#LN_bridge_682 {top:248px;}
#LN_bridge_684 {top:276px;}
#LN_bridge_686 {top:303px;}
#LN_bridge_690 {top:330px;}
#LN_bridge_688 {top:357px;}
#LN_bridge_692 {top:384px;}
#LN_bridge_694 {top:411px;}
#LN_bridge_696 {top:438px;}
#LN_bridge_698 {top:465px;}
#LN_bridge_700 {top:492px;}
#LN_bridge_702 {top:519px;}
*/
.LN_Left
{
	float: left;
	width: 160px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.LN_Left hr
{
	clear:both;
	margin-top:10px;
}

.LN_Right
{
	float: right;
	width: 170px;
	margin-bottom: 10px;
}

.LN_Right hr
{
	clear:both;
	margin-top:10px;
}

.LN_TextAd
{ 
	clear: both;
	text-align: center;
	padding: 8px 8px;
	background-color: #F0F0F0;
	border: solid 1px #669933;
	margin-top: 10px;
}


.LN_CatLink {color: #333333; font-weight: bold }
a.LN_CatLink:link {color: #333333; text-decoration: underline;}
a.LN_CatLink:visited {color: #333333; text-decoration: underline;}
a.LN_CatLink:hover {color: #333333; text-decoration: underline;}
a.LN_CatLink:active {color: #333333; text-decoration: underline;}
	 

