#c_menu {
	margin-left: 10%;
	margin-right: 10%;
	width: 500px;
	float: left;
	display: inline;
	
}
#c_menu a {
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	width: 110px;
}

#c_menu .child a:hover {
	text-decoration: underline;
	margin-left: 0px;
}

* html .child a { /*IE only hack*/
width: 100%;
margin-left: -55px;
}
/*
#menu_parent { 
	padding-top: 10px;
	display:block; 
	width:125px; 
	margin-left:50px;
	height:25px; 
	background: url(images/button_shop.png) no-repeat transparent; 
	float: left;
}

.menu_child {
	display:none; 
	width:150px; 
	background-color:#000;
	position:absolute; 
	margin-top:8px;
}

.product_display_wrap { text-align:center;}
.4products_wrap { text-align:left; width: 450px; margin:0 auto}

.ddcolortabs{
	float: right;
	padding-right: 140px;
}

.ddcolortabs ul{
	margin: 0;
	list-style: none;
}

.ddcolortabs li{
	display: inline;
}


.ddcolortabs a{
	display: block;
	float: left;
	width: 110px;
	height: 25px;
	margin-left: 5px;
	padding-top: 10px;
	background: url(images/button_shop.png) no-repeat transparent;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

.ddcolortabs a:hover{
	padding-top: 10px;
	color: #c6ff00;
}

/* ######### Style for Drop Down Menu ######### */
/*
.dropmenudiv_a{
position:absolute;
top: 0;
border: 0;
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above
border-bottom-width: 0;
font: 12px Arial black;
line-height:18px;
z-index:100;
background-color: #f460b6;
width: 120px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: #FFF;
}

* html .dropmenudiv_a a{ /*IE only hack
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE
color: #c6ff00;
} */