/*	-------------------------------------------------------------
	Left menu declarations
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	h2#browseMenu {
		height: 12px;
		margin: 12px 0 0 0;
		line-height: 12px;
		background: url(../../img/static/leftMenu/browse.gif);
		}
		
	#contentL ul {
		color: #FFFFFF;
		margin: 10px 0 100px 1px;
		list-style-type: none;
		}
		
	#contentL ul li {
		margin: 5px 0 0 10px;
		line-height: 12px;
		color:#FFFFFF;
		}
		
	#contentL ul li a {
		height: 12px;
		text-decoration: none;
		color:#CCCCCC;
		}
		
	#content ul li ul {
		margin: 5px 20px 5px 0;
		display: none;
		}

	#contentL ul li ul li {
		margin:0 0 3px 0; padding:0 0 0 8px;
		}

	/**
	* mailing list
	*/
	#mailingList h2 {
		height: 16px;
		margin: 12px 0 0 10px;
		line-height: 16px;
		background-image: url(../../img/static/subtitles/mailingList.gif);
		background-repeat:no-repeat;
		}
		
		#mailingList label {
			color: #fff;
			margin: 10px 0 3px 10px;
		}
		
	#mailingList input {
		margin: 0 0 0 10px;
		border: 0;
		width: 160px !important;
		}
		
	#mailingList button {
		width: 50px;
		height: 10px;
		text-indent: -9999em;
		margin: 10px 0 0 10px;
		background: url(../../img/static/buttons/mailing-submit.gif);
		}
