﻿/* CSS Document */

#ddmenu {
	border: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	width: 960px;
	position: relative;
	z-index: 100;
}

#ddmenu ul {
	height: 33px;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

#ddmenu li {
	float: left;
	padding: 0px;
	border-right: 1px solid #FFF;
	position: relative;
	background-color: #494949;
}

#ddmenu li a {
	color: #FFF;
	display: block;
	font-weight: normal;
	line-height: 30px;
	margin: 0px;
	padding: 0px 20px;
	text-align: center;
	text-decoration: none;
	background: url('bottom_fade.gif') left bottom repeat-x;
}

#ddmenu li a:hover, #ddmenu ul li:hover a, #ddmenu ul li.hover a {
	background: #005782;
	color: white;
	background-image: none;
}

#ddmenu li.selected {
	top: -3px;	
}

#ddmenu li.selected a, #ddmenu li.selected a:hover, #ddmenu ul li.selected:hover a, #ddmenu ul li.hover a {
	background: white url('top_fade_selected.gif') left top repeat-x;
	color: #333;
	line-height: 33px;
}

#ddmenu li.selected ul {
	top: 33px;
}

#ddmenu li ul {
	background: #333;
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0;
	position: absolute;
	left: 0;
	top: 30px;
	width: 250px;
	z-index: 200;
	border-top: 1px solid #fff;
}

#ddmenu li:hover ul, #ddmenu li.hover ul {
	display: block;
}

#ddmenu li li {
	/*background: url('sep_sub.png') no-repeat left bottom;*/
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
	border: 0;
	border-bottom: 1px solid #666;
}

#ddmenu li:hover li a, #ddmenu li.hover li a, #ddmenu li.selected:hover li a {
	background: none;
	color: #DDD;
	text-decoration: none;
}

#ddmenu li ul a {
	display: block;
	height: 32px;
	font-size: 13px;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
	border-right: 0;
}

#ddmenu li ul a:hover, #ddmenu li ul li:hover a, #ddmenu li.selected ul a:hover, #ddmenu li.selected ul li:hover a {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background: url('hover_sub.png') no-repeat left 50%;
	color: #FFF;
	text-decoration: none;
}