/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.dpleftnavi {
font-family: arial, sans-serif; 
font-size:12px;
background-image:url(navi_back.png);
background-repeat:no-repeat;
background-color:#FFFFFF;
width:170px; 
height:auto;
min-height:508px;
position:relative; 
left:0px;
top:1px;
font-size:16px; 
z-index:95;
}

.dpleftnavi ul li a, .dpleftnavi ul li a:visited {
font-family: verdana, arial, sans-serif;
display:block; 
text-decoration:none; 
color:#444444;
width:144px;
height:27px; 
text-align:left; 
border-bottom:1px solid #ffffff; 
background:#dcdcdc;
line-height:20px; 
font-size:12px; 
font-weight:normal;
overflow:hidden;
padding-left: 25px;
padding-top: 8px;
margin-right: 5px;
}

.dpleftnavi ul {
/*padding:0; 
margin:0;*/
list-style: none;
}

.dpleftnavi ul li {
/*float:left; */
position:relative;
left:-39px;
top:-16px;

}
.dpleftnavi ul li ul {
position: relative;
top:0px;
display: none;
line-height:12px;
}

/* specific to non IE browsers */
 .dpleftnavi ul li:hover a {
color:#fff; 
background:#4b8eb4;
font-weight:bold;
}
.dpleftnavi ul li:hover ul {
display:block; 
/*position:absolute; 
top:21px; 
left:0; 
width:100px;*/
}

.dpleftnavi ul li:hover ul li a.hide {
/*background:#a60b16;*/
color:#fff;

}

.dpleftnavi ul li:hover ul li:hover a.hide {
/*background:#a60b16;*/ 
color:#000;

}
.dpleftnavi ul li:hover ul li ul {
display: none;
}
.dpleftnavi ul li:hover ul li a {
font-size: 10px;
display:block; 
/*background:#a60b16;*/ 
color:#fff;
padding-bottom:3px;
}

.dpleftnavi ul li:hover ul li a:hover {
font-size: 10px;
background-image: url("../00_standards/subnaviback_black.png");
/*background:#000000;*/
color:#fff;
/*text-decoration:underline;*/

}

.dpleftnavi ul li:hover ul li:hover ul {
display:block; 
position:absolute; 
left:110px; 
top:0;
}

.dpleftnavi ul li:hover ul li:hover ul.left {
/*left:-105px;*/
}

#nolink
{
font-family: verdana, arial, sans-serif; 
color:#fff; 
background:#4b8eb4;
font-weight:bold;
font-size:12px; 
width:144px;
height:24px; 
padding-left: 25px;
padding-top: 11px;
margin-bottom:1px;
margin-right: 5px;
}

/*---------- Content ------------*/

#content {
padding-left:18px;
padding-top:20px;
}

#content_leftcell {
padding-left:18px;

}


/*---------- Footer Logos ------------*/

#footer{
position:relative;
background-color:#FFFFFF;
z-index:101;
}

#footer_links  {
	color: #0000FF;
	font-weight: bold;
	background-color:#b4cad7;
}

#footer_links a {
	height:30px;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

#footer_links a:hover {
	/*color: #009ee0;*/
	color: #7f7fff;
	text-decoration: none;
}


