/* CSS Document */
#menubar ul
{
	list-style:none;
	margin:0px;
	text-align:left;
	width:900px;
	position:relative;
	padding-top:14px;
	font-size:12px;
	font-weight:bold;
	
}

#menubar ul li
{
		height:27px;
		position:relative;
		float:left;
		margin-right:10px;
		border-left:1px solid #d8d8d8;
		border-right:1px solid #d8d8d8;
		border-top:1px solid #d8d8d8;
		text-align:center;
		
}
#menubar ul li a
{
	color:#333;
	display:block;
	height:22px;
	text-decoration:none;
	background-image:url(../images/menu.gif);
	background-repeat:repeat-x;
	padding-left:15px;
	padding-right:15px;
	min-width:70px;
	padding-top:5px;
}
#menubar ul li a:hover
{
	background-image:url(../images/menu2.gif);
	background-repeat:repeat-x;
	color:#fff;
}

#ContentLeft ul
{
	width:160px;
	
	position:relative;
	list-style:none;
	border:1px solid #ccc;
	padding:20px;
	text-align:left;
	font-size:12px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0px;
}

#ContentLeft ul li
{
	width:200px;
	min-height:20px;
	height:auto;
	text-transform:uppercase;
	font-weight:bold;
}
#ContentLeft ul li a
{
	color:#333;
	text-decoration:none;
}
#ContentLeft ul li ul 
{
	border:0px solid;
	margin-left:-20px;
}
#ContentLeft ul li ul li
{
	width:160px;
	height:20px;
	text-transform:none;
	font-weight:normal;
	border-bottom:1px #ccc dashed;
	/*background-image:url(../images/arrow.png);*/
	background-repeat:no-repeat;
	text-indent:25px;
	
}
#ContentLeft ul li ul li a
{
	color:#333;
	text-decoration:none;
	width:160px;
	height:18px;
	padding-top:2px;
	display:block;
}
#ContentLeft ul li ul li a:hover
{
	color:#333;
	width:160px;
	height:18px;
	display:block;
	text-decoration:none;
	background-image:url(../images/arrow2.png);
	background-repeat:no-repeat;
}
.LeftMenu00
{
	color:#333;
	width:160px;
	height:18px;
	display:block;
	text-decoration:none;
	background-image:url(../images/arrow2.png);
	background-repeat:no-repeat;
}
.LeftMenu01
{
	width:160px;
	height:20px;
	text-transform:none;
	font-weight:normal;
	border-bottom:1px #ccc dashed;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	text-indent:25px;
}
.LeftMenu02
{
	width:160px;
	height:20px;
	text-transform:none;
	font-weight:normal;
	border-bottom:1px #ccc dashed;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	text-indent:25px;
}
.LeftMenu02:hover
{
	width:160px;
	height:20px;
	text-transform:none;
	font-weight:normal;
	border-bottom:1px #ccc dashed;
	background-image:url(../images/arrow2.png);
	background-repeat:no-repeat;
	text-indent:25px;
}

.level1
{
    /*color: White;
    background-color: Black;
    font-variant: small-caps;
    font-size: large;
    font-weight: bold;*/
    
    width:160px;
	height:20px;
	text-transform:none;
	font-weight:normal;
	border-bottom:1px #ccc dashed;
    background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	text-indent:25px;
	font-size:11px;
	color:#000;
}
.level1 a
{
	background:none;
}

.hoverstyle
{
    background-image:url(../images/arrow2.png);
}