﻿/* CSS Document */

.menuDrop
{
	display: none;
	position: absolute;
	top: 54px;
	background: #FEFEFE;
	font-weight: bold;
	padding: 0px;
	margin: 4px 0px 0px 0px;
	z-index: 500;
	border-left:2px solid #666666;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
}
.dropUp table
{
	display: block;
}
.menuDrop ul, .dropUp ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.menuDrop ul li
{
}
.menuDrop a, .dropUp a
{
	background:#FEFEFE;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	padding:5px;
	margin: 0px;
	display:block;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.menuDrop a:hover, .dropUp a:hover
{
	background:#666;
	color:#FFF;
}

.menuDrop2
{
	display: none;
	position: absolute;
	top: 54px;
	background: #FEFEFE;
	font-weight: bold;
	padding: 0px;
	margin: 4px 0px 0px 20px;
	z-index: 500;
	border-left:2px solid #666666;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	line-height:16px;
}
.menuDrop2 a
{
	background:#FEFEFE;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	margin: 0px;
}
#drop_iFrameBack
{
	position: absolute;
	border: none;
	z-index: 400;
}