#dropdownmenu {
	margin: 0px;
	padding: 0px;
}

#dropdownmenu li {
	float: left;
	list-style: none;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#dropdownmenu ul {
	margin: 0px;
	padding: 0px;
}

#dropdownmenu li a {
	display: block;
	background: transparent;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	width: 105px;
	height: 112px;
	color: #FFFFFF;
	text-align: left;
	z-index: 5;
}

#dropdownmenu li a.selected {
	display: block;
	width: 105px;
	height: 112px;
	background-image: url('../images/bg_menu_selected.png');
	background-repeat: repeat-x;
	background-position: top center;
	padding: 0px 20px 0px 20px;
	margin: 0px -10px 0px -10px;
	text-decoration: none;
	z-index: 10;
}

#dropdownmenu li a:hover {
	background-image: url('../images/bg_menu_hover.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}
	
#dropdownmenu li a:hover.selected {
	background-image: url('../images/bg_menu_selected.png');
	background-repeat: repeat-x;
	background-position: top center;
}
	
#dropdownmenu li ul {
	margin: -1px 0px 0px -1px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	line-height: 100%;
	z-index: 100;
	border: solid 1px #C10901;
	border-top: 0px;
	background: #585657;
	background-image: url('../images/bg_sub-menu.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

#dropdownmenu li ul li {
	float: none;
	display: inline;
}

#dropdownmenu li ul li a {
	width: auto;
	min-width: 105px;
	height: auto;
	padding: 10px;
	background: transparent;
	color: #FFFFFF;
	border: 0px;
	font-family: "Gill Sans MT", "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#dropdownmenu li ul li a:hover {
	background: #222222;
}

#dropdownmenu h2 {
	font-family: "Gill Sans MT", "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #FFFFFF;
}

#dropdownmenu h3 {
	font-family: "Gill Sans MT", "Trebuchet MS", Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	color: #AAAAAA;
}

.selected h3 {
	color: #333333;
}

