/***************.C.O.P.Y.R.I.G.H.T.**************
hpforyou.de - Thomas Ballschmieter, Version 1.0.0
*************************************************/

#leftmenubox {
	display:none;
}

#topmenubox {
  width:960px;
	margin:0 auto;
	height:40px;
    background: -moz-linear-gradient(center top , #96a6bd 0%, #34426b) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(#96a6bd, #34426b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#96a6bd), to(#34426b));
	background: -webkit-linear-gradient(#96a6bd, #34426b);
	background-color: #34426b;
    border: 1px solid #34426b;
    color: #FFFFFF;
}

.ddsmoothmenu {
	font-size:12px;
	width: 100%;
}

.ddsmoothmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
		-moz-box-shadow: 3px 3px 6px #cccccc;
	-webkit-box-shadow: 3px 3px 6px #cccccc;
	box-shadow: 3px 3px 6px #cccccc;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 135, color = '#cccccc');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 135, Color = '#cccccc')";
}

.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

.ddsmoothmenu ul li a {
	display: block;
	color: #fff;
	border-right: 1px solid #fff;
	text-decoration: none;
	padding:0 15px;
	line-height:40px;
}

* html .ddsmoothmenu ul li a { 
	display: inline-block;
}

.ddsmoothmenu ul li a:link, 
.ddsmoothmenu ul li a:visited {
	color: #fff;
}

.ddsmoothmenu ul li a.selected { 
	background: #34426b; 
	color: #cccccc;
}

.ddsmoothmenu ul li a:hover {
	background: #fff; 
	color: #000;
}
	
.ddsmoothmenu ul li ul {
	position: absolute;
	left: -3000px;
	display: none;
	visibility: hidden;
}

.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}

.ddsmoothmenu ul li ul li ul {
	top: 0;
}

.ddsmoothmenu ul li ul li a {
	width: 180px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #34426b;
	padding:0 15px;
	line-height:25px;
	background:#34426b;
	color:#000;
}

* html .ddsmoothmenu{height: 1%;} 


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ 
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background-color: #ccc; /* generally should be just a little lighter than the box-shadow color for CSS3 capable browsers */
}

.toplevelshadow{
margin: 5px 0 0 5px; /* in NON CSS3 capable browsers gives the offset of the shadow */
opacity: 0.8; /* shadow opacity mostly for NON CSS3 capable browsers. Doesn't work in IE */
}

.ddcss3support .ddshadow.toplevelshadow {
margin: 0; /* in CSS3 capable browsers overrides offset from NON CSS3 capable browsers, allowing the box-shadow values in the next selector to govern that */
/* opacity: 1; */ /* optionally uncomment this to remove partial opacity for browsers supporting a box-shadow property which has its own slight gradient opacity */
}

.ddcss3support .ddshadow {
background-color: transparent;
box-shadow: 5px 5px 5px #aaa; /* box-shadow color generally should be a little darker than that for the NON CSS3 capable browsers background-color */
-moz-box-shadow: 5px 5px 5px #aaa;
-webkit-box-shadow: 5px 5px 5px #aaa;
}