#nav ul {
	display : inline; 
	width : 100%; 
	padding: 0; 
	margin-top : 2px; 
	margin-right : 0; 
	margin-bottom : 2px; 
	margin-left : 0; 
	text-decoration: none
} 
#nav ul li {
	list-style-type : none; 
	padding : 0 5px; 
	display : inline; 
	z-index : 2; 
	border-color: #000000 #666666 #333333;
	border-style: solid;	
	border-top-width: 0px;
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 1px
} 


#left title {
	background-color : #cc9900; 
	font-weight : bold; 
	color : #000000; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	height : 20px; 
} 
ul.left {  
	list-style-image: none; 
	list-style-type: none; 
	list-style-position: inside; 
	border-color: #000000 black; 
	margin: 0px;
	border-style: solid; 
	border-top-width: 1px;
	border-right-width: 0px; 
	border-bottom-width: 1px;
	border-left-width: 0px; 
	font-size: 12px; 
	padding: 0px; 
	height: 25px
}
#nav a {  
	color: #FFCC00; 
	text-decoration: none
}
#nav a:hover,#nav a.selected { 
	text-decoration: underline; 
}


breadcrumbcurrent {  font-size: 9px}

#left ul { 
	list-style-type: none; 
	display : block;  
	width: 150px;
	padding: 0px;
white-space: normal;}
#left li { 
	list-style-type: none; 
	display : block;  
	padding: 0px;
white-space: normal;}
#left ul ul{ 
	width:145px;}

#left li a { 
	font-weight: bold; 
	font-family: verdana, arial, helvetica, sans-serif; 
	display:block; 
	text-align: left; 
	list-style-image: none; 
	list-style-type: none; 
	text-decoration: none ; 
	margin: 0px; 
	font-size: 12px;
	padding: 0px ; 
	height: 25px 
}
#left ul ul li a{

}

#left li a.selected { 
 color : #990000;
}
#footer ul{
display: inline;
}
#footer li{
display:inline;
}
li.footer{
list-style-type: none;}

a.footer{
text-decoration:none;
}
#tabs{
margin:0;
padding:0;
height:20px;
margin-bottom:10px;

}
#tabs ul{
display:block;
margin:0;;
padding:0;
}
#tabs ul li{
width:60px;
display:inline;
border:1px solid #333333;
list-style:none;
margin:0;
height:40px;
background-color:#003399;
text-align:center;

}
#tabs li a{
display:inline-block;
color:#FFCC00;
margin:5px;
}
#tabs li a:hover{
background-color:#FFCC00;
color:#000000;
margin:5px;
}