/******************* topMenu ***************************/
.main_menu {
	background:url(../images/global/menu.gif) no-repeat;
	padding: 2px 0 0;
	height: 23px;
}
#topMenu {
	font-family: Verdana;
	padding: 0;
	margin: 0 0 0 -24px;
	text-align: left;
	white-space: nowrap;
}
#topMenu td {
	margin: 0;
	padding: 0;
}
.dropdown {
	float:left;
	padding-right:5px;
	margin: 0;
	padding: 0;
}
.dropdown dt {
	cursor:pointer;
	white-space: nowrap;
	background: transparent url(../topMenu/images/topmenu_middle.png) repeat-x;
	width: 75px;
	height: 23px;
	margin: 0;
	padding: 0;
}
.dropdown dt a {
	font-size: 9px;
	font-weight: bold;
	position: relative;
	line-height: 17px; /* needed for Safari and Opera */
	white-space: nowrap;
	display: block;
	color: #666;
	padding: 3px 5px 0;
	text-align: center;
}
.dropdown dd {
	position: absolute;
	overflow: hidden;
	display: none;
	z-index: 3;
	/*opacity: 0;*/
	margin-top: 0;
	padding: 0;
	min-width: 130px;
}
.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}
.dropdown li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
	background: #c1d72d;
	/* Can't use opacity filters because IE is having refresh issues on expand and collapse*/
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	opacity: 0.95;*/
	font-size: 9px;
	font-weight: bold;
	white-space: nowrap;
	display: block;
	color: #555;
	line-height: 22px;
	height: 22px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.dropdown li a:hover {
	color: #fff;
	background: #677318;
}
.subMenu{
	font-size: 0px;
	width: 130px;
}
.subMenu_TopLeft{
	width: 8px;
	font-size: 0px;
}
.subMenu_TopLeft div{
	background: transparent url(../images/global/menucorners.png) no-repeat left top;
	height: 8px;
	width: 8px;
}
.subMenu_TopMiddle {
	background: #c1d72d;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	opacity: 0.95;*/
	width: 100%;
	font-size: 0px;
}
.subMenu_TopMiddle div{
	border: none;
	border-top: solid 2px #fff;
	display: table;
	width: 100%;
}
.subMenu_TopRight{
	width: 0%;
	font-size: 0px;
}
.subMenu_TopRight div{
	background: transparent url(../images/global/menucorners.png) no-repeat right top;
	height: 8px;
	width: 8px;
}
.subMenu_BottomLeft div{
	background: transparent url(../images/global/menucorners.png) no-repeat left bottom;
	height: 8px;
	width: 8px;
	font-size: 0px;
}
.subMenu_BottomMiddle {
	background: #c1d72d;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	opacity: 0.95;*/
	height: 8px;
	width: 100%;
	border-bottom: solid 2px #fff;
	font-size: 0px;
}
.subMenu_BottomRight div{
	background: transparent url(../images/global/menucorners.png) no-repeat right bottom;
	height: 8px;
	width: 8px;
	font-size: 0px;
}