@charset "utf-8";
/* CSS Document */

#nav
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#000;
		line-height:14px;
		background-color:#000;
		text-align:left;
		width:130px;
	}
#nav p
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#fff;
		line-height:14px;
		background-color:#000;
		text-align:left;
		margin-bottom:6px;
		margin-top:9px;
	}
#nav span
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#C00;
		line-height:14px;
		background-color:#000;
		text-align:left;
		margin:0px;
	}

.link a
	{text-decoration:none;
	color:#FFF;
	margin-left:12px;
	}
.link a:hover
	{text-decoration:underline;
	color:#FFF;
	}
.category
	{
		text-transform:uppercase;
		color:#FFF;
		margin-top:0px;
		margin-bottom:0px;
	}
.highlight
	{
		border-bottom-color:#C00;
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-top-color:#C00;
		border-top-style:solid;
		border-top-width:1px;
		margin-top:6px;
		margin-bottom:6px;

	}
.category_link
	{
		color:#FFF;
		text-transform:uppercase;
	}
.category_link a
	{
		color:#FFF;
		text-transform:capitalize;
		margin-left:0px;
		text-decoration:none;
	}
.category_link a:hover
	{
		color:#FFF;
		text-transform:capitalize;
		margin-left:0px;
		text-decoration:underline;
	}
.category_link a:vlink
	{
		color:#FFF;
		text-transform:capitalize;
		margin-left:0px;
		text-decoration:none;
	}
