#b_demo {float: left; margin-top: 20px; height: 52px;}


/*---------------BANNER--------------------*/

#container {
	width: 96%;
	padding: 7px;
	height: 100%;
	overflow: hidden;
}
#navcontainer {
	margin-left: 3px;
}

/* Breadcrumbs*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "> "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
background-image: url("images/gt.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0.5em 0 1em;
margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { background-image: none; }

#left_menu {
	width: 240px;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-left: 15px;
	background-color: #eeeeee;
	font-family:"Arial";
	font-size: 1.1em;
	font-weight: bold;
}

#left_menu a {
 color: #7c7e82; 
}

#left_menu a:hover { color: #45134A; }

#left_menu div {
	text-align: center;
	width: 230px;
	margin-bottom: 2px;
   
}

.javascript, .html {
	
}
#d1 div, #d2 div, #d3 div, #d4 div, #d5 div, #d6 div, #d7 div, #d8 div, #d9 div, #d10 div, #d11 div, #d12 div, #d13 div {

	background: url(images/d_div.jpg) no-repeat;
	height: 22px;
	
}
#d1 div:hover, #d2 div:hover, #d3 div:hover, #d4 div:hover, #d5 div:hover, #d6 div:hover, #d7 div:hover, #d8 div:hover, #d9 div:hover, #d10 div:hover, #d11 div:hover, #d12 div:hover, #d13 div:hover {

color:#22486F;
	height: 22px;
}
#left_menu #d1, #left_menu #d2, #left_menu #d3, #left_menu #d4, #left_menu #d5, #left_menu #d6, #left_menu #d7, #left_menu #d8, #left_menu #d9, #left_menu #d10, #left_menu #d11, #left_menu #d12, #left_menu #d13 {
	border: 0px;
	color:#22486F;
}
.d1, .d2, .d3, .d4, .d5, .d6, .d7, .d8, .d9, .d10, .d11, .d12, .d13 {
	height: 23px;
	line-height: 20px;
	background: url(images/d_div11.jpg) no-repeat;

color:#92291e;
}
.d1:hover, .d2:hover, .d3:hover, .d4:hover, .d5:hover, .d6:hover, .d7:hover, .d8:hover, .d9:hover, .d10:hover, .d11:hover, .d12:hover, .d13:hover {
height: 23px;
color:#701005;
	line-height: 22px;
		cursor: hand;
	cursor: pointer;

	background: url(images/d_div12.jpg) no-repeat;
}
#left_menu .selected_example{
		height: 22px;
	background:#b62e2e url(images/selected.jpg) no-repeat;
}

#left_menu .selected_example a{
	color:#FFFFFF;
	
}

#AjaxifyLoading {
	color: white;
}
#AjaxifyLoading img {
	float: left;
}
/*---------------second submenu--------------------*/
#left_menu2 {
	width: 240px;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-left: 15px;
	background-color: #eeeeee;
	font-family:"Arial";
	font-size: 1.1em;
	font-weight: bold;
	padding-top:20px;
}
#left_menu2 ul.sidemenu {
text-align: center;
	list-style:none;
	margin:0px 0px 2px 0px;
	padding:0;		
	font-size: 1.0em;
}

#left_menu2 ul.sidemenu li {
	margin-bottom:2px;
}

#left_menu2 ul.sidemenu a {
	display:block;
	font-weight:bold;
	color:#92291e;
	text-decoration:none;	
	background: url(images/d_div11.jpg) no-repeat;
	line-height: 20px;
	min-height:23px;
}

#left_menu2 ul.sidemenu a:hover {
	display:block;
	font-weight:bold;
	color:#701005;
	text-decoration:none;	
	background: url(images/d_div12.jpg) no-repeat;
	line-height: 22px;
	min-height:23px;
}

#left_menu2 ul.sidemenu li .current {
	min-height:23px;
	line-height: 22px;
	background:#b62e2e url(images/selected.jpg) no-repeat;
	color:#ffffff;
}

* html body #left_menu2 ul.sidemenu a { height: 23px; }
