/* CSS Document */

body{
	margin:0px;
	background-color:#e4e4e5;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x

}


.main{
	width:961px;
	border:6px solid #f3f3f3

}

.leftbg{
	background-image:url(images/left_bg.jpg);
	background-repeat:repeat-x;
	background-color:#20abc8;
}


td{
	font-family:tahoma, arial;
	font-size:12px;
	line-height:18px;	
	

}



#menu11 {
        width: 199px;
		font-size:14px;
		font-family:"Trebuchet MS", arial, tahoma;
		

		margin:0px; padding:0px;
		margin-top:30px;
		}
		
		
		
		#menu11 ul {
		list-style-type:none;
		margin:10px 10px 10px 10px;
		padding-left:10px;
		
     
        }
		
#menu11 ul li {
		list-style-type:none;
		margin:0px;
		padding:0px;
		border-bottom:1px solid #ccc;
		background-image:url(images/arrow.gif);
		background-position:left 7px;
		background-repeat:no-repeat;
		padding-left:0px;
		color:#fff;
		background-image:url(images/arrow.png);
		background-repeat:no-repeat;
		height:30px
		

		
     
        }

#menu11 li a {
       
        height: 24px;
        text-decoration: none;
		margin:0px 0px 0px 0px;
		padding: 5px 0 0 5px;
		background-repeat:no-repeat;
		background-position:12% center;
		list-style-type:none;
		font-weight:bold;
		line-height:24px;
		color:#fff
			
		
        }

#menu11 li a:link, #menu11 li a:visited {
        color: #fff;
        display: block;
		background-repeat:no-repeat;
		background-position:12% center;
		padding: 0px 0 0 5px;
		list-style-type:none;
		font-weight:bold

        }

#menu11 li a:hover, #menu11 li #current {
        color: #fbaf0c;
        background-color:#fff; 
        padding: 0px 0 0 5px;
		list-style-type:none;
		/*background-image:url(images/bullet01.gif);*/
		background-repeat:no-repeat;
		background-position:4% center;
		font-weight:bold
		

        }
		



h1{
	font-family:"Trebuchet MS", tahoma, arial;
	font-size:20px;
	color:#000

	

}

h1 span{
	color:#e59e05

	

}