@charset "UTF-8";
#dd_menu {
	background: #CC0000;
	width: 800px;
	text-transform: uppercase;
	font: 13px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px;
}
#dd_menu  ul {
	margin: 0px;
	padding: 0px 5px 5px;
	text-align: center;
	position: relative;
}
#dd_menu   li  {
	display: inline;
}
#dd_menu li a {
	color: #FEFECB;
	text-decoration: none;
	padding: 5px 6px;
	display: inline;
	position: relative;
	margin: 0px;
}
#dd_menu li a:hover {
	text-decoration: none;
	background: #FF0000;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	z-index:100;
	background-color: #C00710;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	width: 185px;
}
.dropmenudiv a{
	display: block; /*THEME CHANGE HERE*/
	padding: 4px;
	text-decoration: none;
	color: #FEFECB;
	width: auto;
	min-width: 100px;
	background: #FF0000;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #CC0000;
}
#dd_menu  .active_menu  a {
	color: #FF0000;
	text-decoration: none;
}
#dd_menu li img {
	margin-bottom: 5px;
}
#dd_menu ul li a img {
	margin: 0px;
	padding: 0px;
	top: 4px;
	position: relative;
}
