* {
	margin:0;
	padding:0;
}
html {
	width:100%;
	height:100%;
	overflow-x:hidden;
}
body {
	height:100%;
	margin:0;
	padding:0;
	font-size:10pt;
	color:#333;
	overflow:auto;
	overflow-x:hidden;
}

.c10{clear:both;height:10px;}


ul,li,a{margin:0;padding:0;}   
  
body {   
 font-family: Arial,Verdana,Helvetica,sans-serif;   
 font-size:12px;   
}   

.leftmenu{  background-position: right top; width:190px;height:auto;min-height:980px;background-image:url('center_line.gif'); background-repeat:no-repeat; background-attachment:scroll}  
 
#nav {   
 list-style-type: none;   
 text-align:left;   
 margin-left:10px; margin-right:0; margin-top:10px; margin-bottom:0;   
}   
  
#nav a {   
 width: 140px;    
 display: block;   
 padding:5px 0 5px 10px;   
}   
  
#nav li {   
 background-position: 
               center bottom; border-bottom:1px solid #FFFFFF; float:left; 
 line-height:25px; background-image:url('left_menu_bg.jpg'); background-repeat:no-repeat; background-attachment:scroll  
}   
  
#nav li a:hover{   
background:#CC0000
}   
  
#nav a:link  {   
 color:#666;   
 text-decoration:none;   
}   
  
#nav a:visited  {   
 color:#666;   
 text-decoration:none;   
}   
  
#nav a:hover  {   
 color:#ffffff;   
 text-decoration:none;   
 font-weight:bold;   
}   
  
#nav li ul {   
 list-style:none;   
 text-align:left;   
 padding:0;   
}   
  
#nav li ul li{    
 line-height:20px; margin-left:5px;
}   
  
#nav li ul a{   
 padding-left:20px;   
 width:120px; 
}   
  
#nav li ul a:link  {   
 color:#666;   
 text-decoration:none;

   
}   
#nav li ul a:visited  {   
 color:#666;   
 text-decoration:none;  
 
}   
#nav li ul a:hover {   
 color:#f3f3f3;   
 text-decoration:none;   
 font-weight:normal;   
 background:#cc0000;   
}   
  
#nav li:hover ul {   
 left: auto;   
}   
#nav li.sfhover ul {   
 left: auto;   
}   
#content {   
 clear: left;    
}   
#nav ul.collapsed {   
 display: none;   
}