@charset "utf-8";
/* CSS Document */

/************* #TOPNAV **************/

#topNavcontainer {
	position: absolute;
	left: 240px;
	top: 10px;
	margin: 0;
	padding: 0;

}


ul#topNavlist {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif ;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	line-height: 30px;
}


#topNavlist li {
	display: inline;
	list-style-type: none;
	margin: 0;

}


#topNavlist a {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	
}


#topNavlist a:link, #topNavlist a:visited {
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
}


#topNavlist a:hover {
	color: #666666;
	background-color: #c9c9c9;
	text-decoration: none;
}

/************* #MENU **************/

.menuContainer {
	position: absolute;
	left: 20px;
	top: 130px;
	margin: 0;
	padding: 0;
	z-index: 1;
}


#menu {
	list-style-type:none;
	padding:0;
	margin:0;
}

#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#menu li {
	float:left;
	background:#eeeeee;
	position:relative;

	margin-top: 1px;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 0;
}

#menu li.sub {
	background:#FFFFFF;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #666666;


}

/* for IE5.5 and IE6 only */
#menu table {
	border-collapse:collapse;
	position:absolute;
	top:0;
	left:0;
	z-index:80;
	font-size:13px;

}

#menu li a {
	display:block;
	height:30px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif ;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	line-height:30px;
	text-decoration:none;
	text-align:left;
	text-indent: 6px;
	padding-right: 30px;

}

#menu :hover {
	color:#FFFFFF;
	background:#eeeeee;

}


#menu .active {
	color:#FFFFFF;
	background:#666666;

}


#menu :hover > a {
	color:#FFFFFF;
	background:#666666;
}

.down{
	width:180px;
}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {
	position:absolute;
	left:-9999px;
	width:210px;

}

#menu :hover ul{
	left:0;
	top:36px;
	background-color: #eeeeee;
	background-image: url(../img/dummy.gif);
	width:210px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {
	padding:0 1px;
	left:207px;
	top:-1px;
}


/************* #leftNavcontainer **************/

#leftNavcontainer {
	width: 201px;
	margin-bottom: 10px;
}

#leftNavcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif ;
	font-size:13px;
	line-height:27px;
	text-indent: 6px;
	width: 201px;
	color: #666666;
}

#leftNavcontainer a {
	display: block;
	width: 201px;
	background-color: #eeeeee;
	text-decoration: none;
	color: #666666;
}

#leftNavcontainer a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

#leftNavcontainer .active {
	background-color: #666666;
	color: #FFFFFF;
}


