

/*-----------------------
nav top
-----------------------*/
ul#navTop {
	font-size:1.2em;
	font-weight:normal;
	text-decoration: none;
	text-align: center;
	margin:0;
	padding:0;
	}


ul#navTop li {
	float:left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	letter-spacing:1px;
	border-right:1px solid #666666;
}
ul#navTop li.last{
	border-right:none;
}


ul#navTop li a {
	color:#666666;
	font-size: 79%;
	text-decoration: none;
	margin: 0 0.5em 0 0.5em;
	padding: 0px;
	list-style-type: none;
}

	ul#navTop li a:hover {
	color:#E72421;
	text-decoration: none;	
	}

	ul#navTop li a.active{
	color:#E72421;
	text-decoration: none;	
	}
	
	ul#navTop li a.cur{
	color:#E72421;
	text-decoration: none;	
	}


/*-----------------------
Shortcuts
-----------------------*/
div #colShortcut {
    padding-top: 7px; 

	}

div #colShortcut ul {
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
	text-align: center;
	margin:0;
	padding:0;
	}


div #colShortcut ul li {
	float:left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	letter-spacing:1px;
	border-right:1px solid #666666;
}
div #colShortcut ul li.last{
	border-right:none;
}


div #colShortcut ul li a {
	color:#000000;
	font-size: 105%;
	text-decoration: none;
	margin: 0 0.5em 0 0.5em;
	padding: 0px;
	list-style-type: none;
}

div #colShortcut ul li a:hover {
	color:#E72421;
	text-decoration: none;	
	}

div #colShortcut ul li a.active{
	color:#E72421;
	text-decoration: none;	
	}
	
div #colShortcut ul li a.cur{
	color:#E72421;
	text-decoration: none;	
	}

/*
#colShortcut {
	width:auto;
	float:left;
	margin-right:3px;
	padding-left:10px;
	letter-spacing:1px;
	text-align:left;
}

#colShortcut {
    margin-top:2px;
}

* html #colShortcut {
	margin-right:0px;
	padding-left:5px;
}

#colShortcut a.active{
	color:#E72421;
	text-decoration: none;	
}

#colShortcut a.cur {
	text-decoration: underline;
	color:#E72421;
}

#colShortcut p {
		padding-top:0.2em;
	}

#colShortcut ul {
	list-style-type:none;
	}
 #colShortcut ul a {
		font-weight:normal;
		font-size:99%;
		color:#666666;
		padding-top:0.4em;
		padding-bottom:0.3em;
		display:inline;
		width:auto;
		line-height:1.2em;
		text-decoration: none;
		float:left;
		}

#colShortcut ul a:hover {
	text-decoration:underline;
	}*/

/*-----------------------
nav left
-----------------------*/
#colNav {
	width:190px;
	float:left;
	margin-right:30px;
	padding-left:10px;
	letter-spacing:1px;
	text-align:left;
}

* html #colNav {
	margin-right:0px;
	margin-top: 35px;
	padding-left:5px;
}

#colNav a.active{
	/*color:#666666;*/
	color:#E72421;
	text-decoration: none;
	
}
#colNav a.cur {
	text-decoration: underline;
	
	color:#E72421;
}

	#colNav p {
		padding-top:0.2em;
	}
	/*Second navigation*/
	#colNav ul {
	list-style-type:none;
	}
	#colNav ul a {
		font-weight:normal;
		font-size:99%;
		color:#666666;
		padding-top:0.4em;
		padding-bottom:0.3em;
		display:block;
		width:100%;
		line-height:1.2em;
		text-decoration: none;	}
		
	#colNav ul a:hover {
	text-decoration:underline;
	}
	/*Third navigation*/
		#colNav ul ul {
			list-style-type:none;
			font-weight:normal;
			display:block;
			width:100%;
			padding:0
		}
		#colNav ul ul a{
			font-weight:normal;
			width:150px;
		}
	/*Fourth navigation*/
				#colNav ul ul ul {
					border:0;
				}
				#colNav ul ul ul a{
					width:136px;
				}
