@charset "utf-8";
/* CSS Document */
/*
#nav {padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; width:160px;}
#nav a:hover {text-decoration:none;}
#nav dt b, #nav dt a {display:block; font-weight:normal; font-size:14px; color:#FFF; height:26px; line-height:22px; cursor:pointer; width:160px; text-decoration:none;}
#nav dt a {color:#FFF; text-decoration:none;}

#nav dt {background: url('../images/sldr_mdl_darkgrey.png');}
#nav dt:hover {background: url('../images/sldr_mdl_green.png');}

#nav .top{background: url('../images/sldr_top_darkgrey.png') !important;}
#nav .top:hover{background: url('../images/sldr_top_green.png') !important;}


#nav .bottom{background: url('../images/sldr_btm_darkgrey.png') !important; height:8px;}


#nav dd {padding:0; margin:0; background-color:#666; border-left:1px solid #000;border-right:1px solid #000;}
#nav dd ul {padding:0; margin:0; list-style:none;}
#nav dd ul li {padding-left:0px;}
#nav dd ul li a {font-size:12px; color:#000; text-decoration:none;}
*/

#navigation {
	margin:0px;
	padding:0px;
	text-indent:10px;
	width:180px;
	text-align:left;
}



#navigation a.top{
	height:26px;
	background: url('../images/sldr_top_green.png');
	display:block;
	color:#FFF;
	line-height:22px;
	text-decoration:none;
}
#navigation a.top:hover{
	background: url('../images/sldr_top_green2.png');
}
#navigation .bottom{
	height:7px;
	background: url('../images/sldr_btm_darkgrey.png');
	display:block;
}

#navigation a.head {
	line-height:22px;
	cursor:pointer;
	background: url('../images/sldr_mdl_darkgrey.png');
	color:#FFFFFF;
	display:block;
	margin:0px;
	padding:0px;
	text-decoration: none;
	height:26px;
}
#navigation a.head:hover {
	color:#FFFF99;
	background: url('../images/sldr_mdl_green.png');
}
#navigation a.selected {
	background: url('../images/sldr_mdl_darkgrey.png');
}
#navigation a.current {
	background: url('../images/sldr_mdl_darkgrey.png');
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#CCC;
	border-left:1px solid #333;
	border-right:1px solid #333;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000;
	display:block;
	text-decoration: none;
	padding:5px 5px;
}
#navigation li li a:hover {
	background-color:#ccc;
	color:#FF3300;
}


/*.preload {
    display: none;
}
div#sidenav {
	
	padding-top:20px;
	padding-left:5px;
    width: 160px;
}
a.drawerhandle {
	width:160px;
	
    display: block;
    text-align: center;
    background: url('images/sldr_mdl_darkgrey.png');
    color: #fff;
    padding: 0;
    margin: 0;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
	text-decoration:none;
}
a.drawerhandle:hover {
	width:160px;
	
    color: #fff;
    background: url('images/sldr_mdl_green.png');
}
a.drawerhandletop { background: url('images/sldr_top_darkgrey.png') !important; }
a.drawerhandletop:hover { background: url('images/sldr_top_green.png') !important; }
div.drawercontent {
    text-align: left;
    padding: 4px;
    padding-left: 25px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    background: #666;
    color: #efefef;
    height: 100px;
}
div.drawercontent a {
    color: #efefef;
    text-decoration: none;
}
div.drawercontent a:hover {
    color: #f60;
}
div.drawerbottom {
    height: 8px;
    font-size: 0px;
    background: url('images/sldr_btm_darkgrey.png');
}
div.drawercontent li {
    list-style-image: url('images/arrow.png');
    padding-top: 2px;
    padding-bottom: 2px;
}
*/