/* Left menu stuff */

#contentLeft {
	float: left;
	width:155px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#C65C29;
	z-index:2;
	margin-right:0px; 
	margin-top:0px; 
	
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#contentLeft {width:155px;}

#contentLeft h1, #contentLeft h2, #contentLeft h3, #contentLeft h4, #contentLeft p, #contentLeft ul, #contentLeft li {
	/* padding:5px 5px 5px 5px; */
	/* color:#ffffff; */
}
#contentLeft h3 {
	font-size:1.0em;
}
#contentLeft p {
	font-size:1.0em;
}
#contentLeft img {
	border:0;
	padding:0px 0px 0px 0px;
	background-color:#C65C29;
}
#contentLeft .textField
{
	border:0px;
	background-color:#F1D6CB;
	font-size:90%;
	color:#003366;
	border: solid  1px #C65A29
}
#leftMenu {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:4px; 
}
#leftMenu .item A.link {
	position:		relative;
	width:			150px;
	/*height:			16px; --RD this was breaking the menus in firefox - internet explorer ignores when text wraps, firefox honours it*/
	padding-top:	0px;
	padding-bottom:	3px;
	margin: 0px;
	border-top:1px solid #EEC9B7; 
	border-bottom:1px solid #EEC9B7; 
	font-size:11px;
	font-weight:	bold;
	color:	#C65A29; 
	display: block;
	text-transform:uppercase; 
}
#leftMenu .item A:hover.link {
	background-color: #C65A29; 
	color: #FFFFFF;
	text-decoration: none;
}
#contentLeft .yellowboxtitle {
	color: #FFFFFF;
	background-color:#FAA632;
	margin: 0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight:normal;
	text-align:center; 
}
#contentLeft .yellowboxcontent {
	background-color: #FAE9BD; 
	color: #000000;
	padding:4px; 
	margin-bottom:4px; 
	width:144px; 
}
#contentLeft .whiteboxcontent {
	background-color: #FFFFFF; 
	color: #000000;
	padding:4px; 
	margin-bottom:4px; 
	width:144px; 
}
#contentLeft  .whiteboxcontent ul {
	list-style:url(../images/misc/redtri.gif) inside disc;
	/* list-style:none outside disc; */
	margin-left:1em;
	padding-left:1em;
	margin-bottom:1em;
	/* text-indent:-1em; */
	}
#contentLeft  .brownboxtitle {
	background-color:#C65A29;
	padding:4px; 
	color: white;
	font-size:1.0em;
	line-height:1.3em;
	font-weight: normal;
	text-align:justify; 
}
#contentLeft  .brownboxcontent {
	background-color: #FFFFFF; 
	color: #000000;
	padding:5px; 
	margin-bottom:4px; 
	text-align:justify; 
}
#contentLeft .loginbox {
	background-color: #FFFFFF; 
	color: #000000;
	padding:4px; 
	margin-bottom:4px; 
	width:150px; 
}
#leftMenu {
	/* margin: 0px;
	padding: 4px;
	background-color: #FFFFFF; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#leftMenu h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding:1px 0px 1px 0px;
	color:#ffffff;
	background-color:#faa632;
	text-align:center;
}
#leftMenu ul {
	list-style:none;
	margin-bottom:5px;
}
#leftMenu li {
	margin-bottom:0px;
}
#leftMenu a {
	font-size:1.3em;
	line-height: 1.3em;
	font-weight:normal;
	display:block;
	background-color:#C65C29;
	color:#ffffff;
	width:145px;
	padding:5px 5px 5px 5px;
	text-decoration:none;
}
#leftMenu a:hover {
	color:#C65C29;
	background-color:#faa733;
}
#leftMenu .item A.link {
	position:		relative;
	width:			150px;
	/*height:			16px; --RD this was breaking the menus in firefox - internet explorer ignores when text wraps, firefox honours it*/
	
	
	padding-top:	0px;
	padding-bottom:	3px;
	
	margin: 0px;
	border-top:1px solid #EEC9B7; 
	
	font-size:11px;
	font-weight:	normal;
	color:	#C65A29; 
	display: block;
	text-transform:uppercase; 
	
}

#leftMenu .item A:hover.link {
	background-color: #C65A29; 
	color: #FFFFFF;
	text-decoration: none;
}


#leftMenu .admin A:hover.link 
{
	background:#C65A29; 
}

#leftMenu .item .selected A.link {
	position:		relative;
	width:			150px;
	/*height:			16px; --RD this was breaking the menus in firefox - internet explorer ignores when text wraps, firefox honours it*/
	padding-left:	4px;
	padding-top:	3px;
	padding-bottom:	3px;
	margin: 0px;
	
	/* 
	border: 1px inset;
	border-right: solid 1px #C65A29;
	border-bottom: solid 1px #C65A29;
	border-top: solid 1px #C65A29;
	border-left: solid 1px #C65A29;
	*/ 
	font-size:		11px;
	font-weight:	bold;
	background-color: #F0F0F0;
	color:			#C65A29;
	display:		block;
}

#leftMenu .item .selected A:hover.link {
	background-color: #C65A29; 
	color: #FFFFFF;
	text-decoration: none;
	
}

#leftMenu .submenu
{
	/* margin-left: 10px; */
	/* padding-left: 5px; */
	margin-left: 10px;
	border-top:0px; 
	border-bottom:0px; 
	
}

#leftMenu .item .item A.link {
	/*height:			12px;*/
	padding-left:	5px;
	padding-top:	1px;
	padding-bottom:	2px;
	margin: 0px;
	background-color: #FFFFFF;
	border-top:		1px solid #EEC9B7;
	font-size:		10px;
	font-weight:	normal;
	color:			#C65A29;
	display:		block;
	width:140px; 
	
}

#leftMenu .item .item .selected A.link {
	/*height:			12px;*/
	padding-left:	5px;
	padding-top:	1px;
	padding-bottom:	2px;
	margin: 0px;
	background-color: #F0F0F0;
	/*border:		1px solid #000000; */ 
	font-size:		10px;
	font-weight:	bold;
	color:			#C65A29;
	display:		block;
	width:	140px;
}

#leftMenu .item .item A:hover.link {
	/* border:		1px solid #C0C0C0; */
	background-color:#C65A29; 
	color: #FFFFFF;
	width: 140px; 
}

#leftMenu .item .item .item A.link 
{
	background-color:  #FFFFFF;
	width:	129px;
	 color:			#C65A29;
	font-weight:normal;
}

#leftMenu .item .item .item .selected A.link 
{
	/*background-image: url(../images/mnu-arrow.gif);*/ 
	/* background-position: 0px 3px; */ 
	/* background-repeat:no-repeat;*/ 
	padding-left: 10px;
	width: 129px;
	background-color:#F0F0F0;
	font-weight:bold; 

}

#leftMenu .item .item .item A:hover.link {
	
	background-color: #C65A29;
	color: #FFFFFF;
	width: 129px; 
}

#leftMenu .item .item .item .selected A:hover.link 
{
	/*background-image: url(../images/mnu-arrow.gif);*/ 
	/* background-position: 0px 3px; */ 
	/* background-repeat:no-repeat;*/ 
	padding-left: 10px;
	width: 129px;
}


#leftMenu .item .item .item .item A.link 
{
	background-color: #FFFFFF;
	width:	119px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#leftMenu .item .item .item .item .item A.link 
{
	width:	119px;
}

#leftMenu .item .item .item .item .item .item A.link 
{
	width:	119px;
}

#leftMenu .item .item .item .item .item .item .item A.link 
{
	width:	119px;
}

/* Admin/preview items */


#leftMenu .admin A.link 
{
	background:#ffcccc;
}
#leftMenu .admin A:hover.link 
{
	background:#ff6666;
}
#leftMenu .selected .admin A.link
{
	background:#ff8888;
	color:#ffffff;
}
#leftMenu .selected .admin A:hover.link
{
	background:#ff6666;
	color:#ffffff;
}
#leftMenu .item .item .item .admin A.link
{	
	background:#eeeeee; 
}
#leftMenu .item .item .item .item .admin A.link
{	
	background:#eeeeee;
}
#leftMenu .item .selected .admin A.link
{
	background:#eeeeee;
	color:#ff3333;
}
#leftMenu .item .item .selected .admin A.link
{
}
#leftMenu .item .item .item .selected .admin A.link
{
}
#leftMenu .item .item .item .item .selected .admin A.link
{

}
