/* body, general settings--------------------------------------- */
/* removable code-non-transferable to newer stylesheet ----------*/


body {
    font-family:sans-serif;
    padding:0;
    margin:0 10px;
    font-family:Verdana,sans-serif;
}


/* NAVIGATION & NAVIGATION STYLES */

#navcontainer {
	font-family: Frutiger, New Gothic, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #069;
	width: 165px;
	padding: 0px;
	}
	
#navlist {
	margin: 0;
	padding-bottom: 19px;
	padding-left: 0px;
	}

#navlist ul {
	/*display: inline;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#navlist li.topnav {
	border-bottom: 1px solid #ccc;
}
	
#navlist li {
	/*display: inline;*/
	list-style-type: none;
	margin: 0;
	padding: 03px 0px 03px 0px;
	}
	
#navlist ul a, #navlist li a {
	color: #069;
	text-decoration: none;
	}



/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav ul li a {
    float:none;
   	border-top: 1px dotted #069;
	}

/* End IE5-Mac hack */

#nav ul li a:hover {
    background:#CCC;
    color:#bbb;
	font-weight: bolder;
	}

#nav .nav_selected a, #nav .nav_selected a:hover {
    line-height:34px !important;
    margin:0 !important;
    background: #990000 !important;
	background-image: url('../images/col-105_nav01_bg01.gif');
    /*background-image:none !important;*/
	}



/* NAVIGATION IN DYNAMIC STATES */
.hideSwitch {
    display:none;
	}

.showSwitch {
    display:block;
    font-family: Frutiger, New Gothic, sans-serif;
	font-size: 11px;
	font-weight: 200;
	}

/*NAVIGATION - PARENT STATIC STATE*/
.rollup {
    padding-left:00px !important;
    /*background:#ccc;*/
	}

/*NAVIGATION - PARENT IN ACTIVE STATE*/
.rolldown {
    padding-left:00px !important;
    padding-top: 03px;
    padding-bottom: 03px;
    /*background:#F6F6F6;*/
	}

/*NAVIGATION - CHILD DYNAMIC STATE*/
.showtopic {
    padding-left:12px !important;
    /*background: #CCC;*/
	
	}

#active, #hover {
	background-repeat: no-repeat;
	font-weight: bolder;
	list-style-position: inside;
	list-style-image: url(../images/li-arrow.gif);
	
	}
	
.showitem {
	font-weight: normal;
	margin-left: 12px;
}
a:hover.showitem {
	font-weight: bold;
	margin-left: 12px;
}
a:active.showitem {
	font-weight: bold;
	margin-left: 12px;
}
