/*
  Menu and Left hand column for the site 
*/

.button {
	border : solid 1px #000000;
	background: #969184;
	color : #333366;
	font-weight : bold;
	font-size : 12px;
        padding: 0px;
	}





#left_column {
  float:left;
  position:relative;
  left:6px;
  top:-55px;
  margin-bottom:-55px;
}
#left_column #logo {
	background-image:url(../images/interface/logo_top.gif);
	background-repeat:no-repeat;
	padding-top:80px;
}
#left_column #menu {
	background-image:url(../images/interface/logo_slice.gif);
}
#left_column #logo ul {
	overflow:hidden;
	width:300px;
	list-style:none;
	margin:0 0px;
	padding:0;
}
#left_column #logo ul li{
	float:left;
	list-style-type:none;
	width:33px;
	height:20px;
	margin:-2px 0 0px 25px;
	display:inline;
	/*background:url(../images/item-bg.gif);*/
}
#left_column #logo ul a {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-Serif;
}
#left_column #logo ul a:hover {
	color:#ffc68a;
}
#left_column img {
	display:block;
}
ul#main_menu {
	color: #231f20;
	margin: 0; padding: 0;
	background-color:#969184;
	border-left:1px solid #6b6659;	
	border-right:1px solid #6b6659;
	border-bottom:1px solid #6b6659;
	border-top:1px solid #7d786c;

}
ul#main_menu li {
	list-style: none;
	margin: 0;
	padding: 0;	
	font-size:12px;
}
ul#main_menu li a {
	color: #ffffff;
	text-decoration:none;
	padding:7px;
	padding-left:14px;	
	padding-right:6px;
	width:278px; /* 128px */
	display:block;
	border-top:1px solid #a29e91;
	border-bottom:1px solid #8a8477;	
}
ul#main_menu li a:hover {
	background-color: #888377;
	border-top: 1px solid #a29e91;
	border-bottom: 1px solid #7d786c;
	color: #ffffff;
}
ul#main_menu .selected {
	background-color: #504c41;
	border-bottom: 1px solid #5a5548;
	color: #fea849;	
	font-weight:bold;
       color: #111111;	
}
/* IF there is a drop down here then we need an arrow */
ul#main_menu .down {
	background-image: url(../images/interface/arrow.gif);
	background-repeat:no-repeat;
	background-position:280px; /* 130px */
}
ul#main_menu .down:hover {
	background-image: url(../images/interface/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:280px;
       color: #111111;	
}
/* When the drop down is open */
ul#main_menu .down_open {
	background-image: url(../images/interface/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:280px;
	background-color: #888377;
	border-top: 1px solid #a29e91;
	border-bottom: 1px solid #7d786c;
	/* color: #ffffff; */
       /* color: #111111; */
	font-weight:bold;
}
/* When the drop down is selected */
ul#main_menu .down_selected {
	background-image: url(../images/interface/arrow_selected.gif);
	background-repeat:no-repeat;
	background-position:280px;
	background-color: #504c41;
	border-bottom: 1px solid #5a5548;
	/* color: #fea849; */
	font-weight:bold;
}

ul#main_menu ul {
	color: #231f20;
	margin: 0; padding: 0;	
	border-bottom:1px solid #8a8477;
}
ul#main_menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul#main_menu ul li a {
	color: #545045; 
	text-decoration:none;
	padding:6px;
	padding-left:14px;	
	padding-right:4px;
	width:280px; 
	display:block;
	border:0;
	background-color: #d8d2c2;
	border-top:1px solid #e4decf;
	font-size:11px;
}
ul#main_menu ul li a:hover {
	color: #111111;
	background-color: #b4aea0;	
	border:0;
	border-top:1px solid #e4decf;
	font-weight:normal;		
}
ul#main_menu ul li .submenu-down {
/*       color: #ffffff;  */

    background-color: #7e755c;	
}

#login_block {
margin-top: 5px;
width: 297px;
height: 120px;
background-position:  0 0;
background-repeat:  no-repeat;
float: none;
}

#login_auth_success {
margin-top: 5px;
width: 297px;
height: 80px;
background-position:  0 0;
background-repeat:  no-repeat;
float: none;
}




.login
	{
	 width: 297px;
	 float: left;
          text-align: left;
	margin: 0px;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 14px;
        margin: 0; padding: 0;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-Serif;
       	color: #231f20;
	background-color:#969184;
	border: 1px solid #888377;
	}
		
		.login TABLE
		{
			 width: 100%;
                               margin:  5px 5px 5px 5px;
                                padding-left:10px;
		}
			.login TABLE TH DIV
			{
                               color:#000000;
	                        font-weight:bold;

                                text-align:left;
				font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 				background-color: #D7E5F2;
 				color: #102132;
 				border: 1px solid #284279; 		

	

			}
                        
			.login TABLE TD
			{
				height: 32px;
				padding: 0px;
				text-align: left;
				padding:0  13px 0 0;
			}
				.login TABLE TD INPUT
				{
					background-color: transparent;
					border: none;
					border-style: hidden;
					background-image: url(../img/bg_input.gif);
					background-position:  0 0;
					background-repeat: no-repeat;
					height: 20px;
					width: 132px;
					font-size: 11px;
				}
			.login P A
			{
				color: White;
			}
