
/* Categories Navbar */
#catnav {
	font-size:0.8em;
	padding-left: 10px;
	background-color: #af1600;
	}

#catnav {
	list-style:none;
	line-height:1;
	display: block;
	}

#catnav a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	border:0;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #af1600;
	}

 #catnav ul {
	/*list-style:none;
	line-height:1;
	display: block; */
    position: absolute;

    border:0;
    left: 10px;
    top: 25px;
    display: none;
    background-color: #af1600;

	}

#catnav ul li a {
	display: block;
	width: 150px;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	border:1px solid #AF6156;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	margin: 1px;
	overflow: auto;
	}

 #catnav li:hover ul, #catnav li.over ul { display: block; }

/*#catnav a, #catnav a:hover {
	display: block;
	font-size: 11px;
	text-decoration: none;
	border:0;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;

	}         */

#catnav li {
	float: left;
	list-style:none;
	text-align: center;
	font-weight: normal;
	position: relative;
	}

/*#catnav ul li {
	float: left;
	list-style:none;
	text-align: center;
	font-weight: normal;
	}                  */

#catnav a:hover, #catnav a:active {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #711103;
	padding-bottom: 8px;    /* */

	}



/*Main Navbar */

#nav {
	font-size:1em;
	height: 33px;

	}

#nav, #nav ul {
	list-style:none;
	line-height:1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-family: arial;
	font-size: 11px;
	border:none;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 10px;
	}

#nav li {
	float: left;
	list-style:none;
	width: 110px;
	height: 33px;
	text-align: right;
	font-weight: normal;
	border-right: 1px solid #3f4d5a;

}



#nav a:hover, #nav a:active {

	text-decoration:none;
	background-color: #051927;
	width: 100px; height: 25px;

	}

#nav a:hover { color: #FFFFFF; }

#nav a:active { color: #FFFFFF; }

.on a { color: #FFFFFF; }

.current_page_item	a, #home .on  {

	color: #FFFFFF;
	text-decoration:none;

}


