﻿#navigation
{
	margin:0 0 0 0px;
	padding:0;
	list-style:none;
	margin-top:0px;
	position:absolute;
	z-index:20;
	width:960px;

}

#navigation a
{
	color:#fff;
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:bold;
}

#navigation ul{
	margin:0;
	padding:0;
}

#navigation li{
	height:35px;
	float:left;
	color:#fff;
	text-align:left;
	overflow:hidden;
	background:#410d0d;
	width:190px;

    /*padding:0 63px 0 10px;*/
}

#navigation p{
	padding-top:5px;
	padding-left:10px;
}

#navigation	.subtext{
		padding-top:15px;
	width:auto;}

#navigation	.subtext a{
		padding-bottom:15px;
		width:auto;
		font-weight:normal;
		text-transform:none;
}

#navigation .subtext a:hover{
			text-decoration:underline;
}

/*Menu Color Classes
.green{background:#6AA63B url('images/green-item-bg.jpg') top left no-repeat;}
.yellow{background:#FBC700 url('images/yellow-item-bg.jpg') top left no-repeat;}
.red{background:#D52100 url('images/red-item-bg.jpg') top left no-repeat;}
.purple{background:#5122B4 url('images/purple-item-bg.jpg') top left no-repeat;}
.blue{background:#0292C0 url('images/blue-item-bg.jpg') top left no-repeat;}
*/
