/* 
Nicolasix.com styles - Navigation
*/


A,A:visited
 {
	color: #994D00;
	text-decoration: underline;
}

A:Active,A:hover 
	{
	color: #3F5604;
	text-decoration: underline;
}

#mainNav ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #4e4e4e url(../images/aNavBGInactive.gif) top repeat-x;
	color: #ffffff;
	float: left;
	width: 100%;
	height: 28px;
	font-family: arial, helvetica, sans-serif;
}

#mainNav ul li { 
	display: inline; 
	height: 28px; 
}

#mainNav ul li a {
	font-size: 15px;
	letter-spacing:.5px;
	padding: 0px 4em 0px 1em;
	margin: 0px 0px 0px 0px;
	background: #4e4e4e url(../images/aNavBGInactive.gif) top repeat-x;
	color: #ffffff;
	text-decoration: none;
	float: left;
	line-height: 28px;
	height: 28px;
}

#mainNav ul li a:hover {
	background: #994D00 url(../images/aNavBGActive.gif) top repeat-x;
	color: #ffffff;
	height: 28px;
}

#mainNav li ul {
  display: none;
  position: absolute; 
  }

#mainNav li:hover ul { 
	display: block;
	clear: left ;
}

/* this controls the space between the primary navigation items and the content admin nav items */
li#mainNavSpacer {
	padding: 0px 1em 0px 1em;
	margin: 0px 0px 0px 0px;
	background: #4e4e4e url(../images/aNavBGInactive.jpg) top repeat-x;
	color: #ffffff;
	text-decoration: none;
	float: left;
	line-height: 28px;
	width:250px;
	height: 28px;
}

li#rss {
	display:block;
	line-height: 28px;
	height:28px;
	padding: 0px 0em 0px 0em;
	margin: 0px 0px 0px 0px;
	background: #998900 url(../images/aNavBGInactive.jpg) top repeat-x;
	color: #ffffff;
	text-decoration: none;
	vertical-align:middle;
}


div#TagItems {
	line-height:24px;
}




/* use for rss javascript */

.rss_items {
	padding:0;
	margin:0;
	list-style:none;
}

.rss_item {
	margin-top:5px;
	font-weight:bold;
}

.rss_item li a {
	list-style:none;
	color:#000000;
}

.rss_item li a:hover {
	list-style:none;
	color:#000000;
	text-decoration:underline;
}







