/*Javascript Dropdownmenu
*/
#dropmenu
{
	background-image: url(../img_menu/menuwrap.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
	position: relative;
	width: 730px;
	height: 34px;
	margin: 0;
	z-index: 3;
}
#dropmenu li
{
	font: normal 1.1em Arial, Helvetica, sans-serif;
	position: relative;
	width: 125px;
	height: auto;
	margin: 6px 0 0;
	padding: 2px 8px 0;
	list-style: none;
	float: left;
	border-right: 1px solid #8f8f8f;
}
#dropmenu li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	color: #000064;
	text-align: center;
	text-decoration: none;
}
#dropmenu li a:hover
{ color: #4d4d4d; }
#dropmenu div
{ position: absolute; visibility: hidden; margin: 0; padding: 4px; background: #f8eeda; width: 125px; border: solid 1px #5970b2 }
#dropmenu div p
	{ text-align: left; text-decoration: none; color: #414141; font-size: 1em; font-family: Arial; font-style: normal; font-variant: normal; line-height: normal; padding: 0 5px; }
#dropmenu div a {
	color: #000;
	font: 0.9em;
	text-decoration: none;
	background: transparent;
	text-align: left;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	width: auto;
}
#dropmenu div a:hover
	{
	background: #7d7e66;
	color: #fff;
}
.gapleft { background-image: url(../img_menu/gapleft.png); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; width: 6px; height: 34px; float: left; }
.gapright { background-image: url(../img_menu/gapright.png); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; width: 6px; height: 34px; float: right; }
hr { margin: 3px 5px 5px; }
