/* menus */


/* left */
#menuLeft {
	
}
	#menuLeft ul {
		list-style-type: none;
		margin: 0;
	}
	#menuLeft ul li {
		float: left;
		margin: 0 1.8em 0 0;
	}
	#menuLeft ul li a {
		color: #fff;
		font-size: 1.1em;
		font-weight: bold;
		text-decoration: none;
	}
	#menuLeft ul li a:hover {
		text-decoration: underline;
	}

/* center */
#menuCenter {
	
}	
	#menuCenter  ul {
		float: right;
		list-style-type: none;
		margin: 0;
	}
	#menuCenter  ul li {
		float: left;
		margin: 0 0 0 1.8em;
	}
	#menuCenter ul li a {
		color: #fff;
		font-size: 1.1em;
		font-weight: bold;
		text-decoration: none;
	}
	#menuCenter ul li a:hover {
		text-decoration: underline;
	}

/* Right */
#menuRight {
	
}
	#menuRight  ul {
		list-style-type: none;
		margin: 0;
	}
	#menuRight  ul li {
		float: left;
		margin: 0;
	}
	#menuRight  ul li a {
		color: #fff;
		font-size: 1.1em;
		font-weight: bold;
		text-decoration: none;
	}
	#menuRight ul li a:hover {
		text-decoration: underline;
	}

	
	
#right #userMenu {
	padding: 10px 20px 2em 20px;
}	
#right  #userMenu h1 {
	color: #ce1f27;
	font-size: 1.7em;
	margin: 0 0 0.5em 0;
}	
	#right  #userMenu  ul {
		list-style-type:none;
		margin:0;
	}
	#right  #userMenu  ul li {
		padding: 0;
		height: 1%;
	}
	#right  #userMenu  ul ul li {
		padding-left: 1.2em;
	}
	#right #userMenu  ul li a {
		display: block;
		height: 1%;
		color: #b25940;
		font-size: 1.4em;
		font-weight: bold;
		text-decoration: none;
		background: url('../dsg/right_li.gif') no-repeat center left;
		padding: 2px 0 2px 20px;
	}
	#right #userMenu  ul li a:hover,
	#right #userMenu  ul li a.active {
		color: #ce1f27;
	}

	
.menuSub {
	padding: 1em 0 0 20px;
	font-size: 1.4em;
}
.menuSub strong {
	float: left;
}
.menuSub ul {
	list-style-type:none;
	margin: 0;
}	
.menuSub ul li {
	margin:0 1em 0 0;
	float: left;
}
.menuSub ul li a {
}