.topcateg a {
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	min-width: 40px;
	font-size: 12px;
	letter-spacing: 2px;
	padding:0px 5px 0px 0px;
	color: #676767;
	text-decoration:none;
	text-align: left;
	border-style: none;
}
.topcateg a:hover{
	color: #ad2c23;
}
.topcateg ul {
}
.topcateg li ul a{
	/* The width of the dropdown and popout menu */
	                                               
	width:135px;
	text-align:left;
	color:#CCCCCC;	
	border-style: none;
}
.categories a {
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	min-width: 40px;
	font-size: 12px;
	letter-spacing: 2px;
	padding:0px 5px 0px 0px;
	margin-bottom:15px;
	color: #676767;
	text-decoration:none;
	text-align: left;
	border-style: none;
}

.categories a:hover{
	color: #676767;
}
.categories ul {
}
.categories li ul a{
	/* The width of the dropdown and popout menu */
	width:135px;
	text-align:left;
	color:#CCCCCC;
	border-style: none;
}

.dropdown {
	/*
		OVER ALL LINE HEIGHT
	*/
	line-height: 15px;
}
.dropdown a {
	/* The minimum width of the "MAIN" links on top */
	                                                  
	                                                  
	list-style-type: none;
	                                                  
	                                                  
	width: 150px;
	                                                  
	                                                  
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	color: #676767;
	text-decoration:none;
	text-align: left;
	font-style: italic;
	border-style: none;

}
.dropdown a:hover{
	color: #ad2c23;
}
.dropdown ul {
}
.dropdown li ul a{
	/* The width of the dropdown and popout menu */
	width:135px;
	text-align:left;
	color:#CCCCCC;
	border-style: none;

	
	/*
		Optional thought i'd make the drop down and popout transparent
		This line is also what is killing the CSS validation
	*/
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}
.dropdown li ul {
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	                                                              
	width:147px;
	border-style: none;
}
.dropdown li ul li{
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	width:147px;
}
.dropdown li ul li a{
	border-bottom: solid 1px #333333;
	border-left:   solid 1px #333333;
	border-right:  solid 1px #333333;
	border-style: none;
}

.dropdown li ul li a:hover{
	background:#2C2C2C;
	border-style: none;
}
/*.dropdown a.popout {         /* totally optional popout indicator *//*
	
	background-image: url(images/popout.png);
	background-position:center right;
	background-repeat:no-repeat;
}*/

/************************************************************
ONLY EDIT BELOW IF YOU REALLY KNOW WHAT YOUR DOING!
************************************************************/
.dropdown {
	margin:0;
	padding:0;
	list-style-type:none;
	border-style: none;
}
.dropdown ul{
	margin:0;
	padding:0;
	list-style-type:none;
	border-style: none;
}
.dropdown a {
	display:block;
	border-style: none;
}
.dropdown li{
	float:left;
	position:relative;
	display: block;
	border-style: none;
}
.dropdown ul {
	position:absolute;
	display:none;
	border-style: none;
}
.dropdown li ul a{
	float:left;
	border-style: none;
}
.dropdown li ul {
	float:left;
	border-style: none;
}
.dropdown li ul li{
	float:left;
	position:relative;
	border-style: none;
}
.dropdown ul ul{
	top:0;
	left:100%;
	border-style: none;
}
.dropdown li ul ul {
	width:auto;
	margin: -1px 0px 0px 0px;
	float:left;
	border-top:1px solid #333333;
}
.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul{
	display:none;
}
.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul{
	display:block;
}
solid #333333;
}
.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul{
	display:none;
}
.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul{
	display:block;
}

.catfooter {
	text-align: right;
	padding-left: 0px;
	padding-bottom: 0px;
	height: 50px;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 960px;
	font-size: 10px;
	letter-spacing: 0px;
	color: #999999;
	text-decoration:none;
	border-style: none;
}