.navbar
{
}  

/* navigation */
.nav1 a, .nav1 a:active, .nav1 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #130E0D;
	text-decoration: none;
	text-indent: 34px;	
	width: 211px;
	display: block;
	line-height: 30px;
	background: url("menubar.jpg");
	background-position:right;
	background-repeat:no-repeat;
	}
	
#nav1Hover, .nav1 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #130E0D;	
	background: url("navhover.jpg");
	background-position:right;
	background-repeat:no-repeat;	
	text-decoration: none;
	}


.mainDiv {
	  width: 211px;
	}

.topItem {
	font-family:Arial, Helvetica, sans-serif;
	color: #130E0D;
	font-size: 12px;
	letter-spacing: 0;
	background: url("arrow-up-title.jpg") no-repeat 0 0;
	background-position:right;
	background-repeat:no-repeat;  
	background-repeat:no-repeat;
	border: none;
	width: 211px;
	height: 30px;  
	cursor:pointer;
	text-indent:34px;
	line-height: 30px;
	}

.topItemOver {
	text-indent:34px;
	font-family:Arial, Helvetica, sans-serif;
	color: #130E0D;
	font-size: 12px;
	letter-spacing: 0;
	background: url("arrow-up-title-on.jpg") no-repeat 0 0;
	background-position:right;
	background-repeat:no-repeat; 
	line-height: 30px;
	background-repeat:no-repeat;
	height: 30px;
	width: 211px;  
	cursor:pointer;
	}

.topItemClose {
	text-indent:34px;
	font-family:Arial, Helvetica, sans-serif;
	color: #130E0D;
	font-size: 12px;
	letter-spacing: 0;
	background: url("arrow-down-title.jpg") no-repeat 0 0;
	background-position:right;
	background-repeat:no-repeat;
	line-height: 30px;  
	background-repeat:no-repeat;
	height: 30px;
	width: 211px;  
	cursor:pointer;
	}


.topItemCloseOver {
	text-indent:34px;
	font-family:Arial, Helvetica, sans-serif;
	color: #130E0D;
	font-size: 12px;
	letter-spacing: 0;
	background: url("arrow-down-title.jpg") no-repeat 0 0;
	background-position:right;
	background-repeat:no-repeat;  
	line-height: 30px;
	background-repeat:no-repeat;
	height: 30px;
	width: 211px;  
	cursor:pointer;
	}



.dropMenu {
	font-family:Arial, Helvetica, sans-serif;
	color: #130E0D;
	font-size: 12px;	
	background-color: #E3F3F2;
	color: #000;  
	width: 207px;
	padding-bottom: 0px;
	filter:alpha(opacity=20);  
	margin-left: 4px;  
	}

.subMenu {
	   display:block;
	}

.subItem {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #385A59;
   	height:30px;   
   	text-decoration:none;
   	background: url("submenu.jpg") no-repeat 0 0;
	background-position:right;
	background-repeat:no-repeat;
	display:block;
	line-height: 30px;
	text-indent:56px;   
	}

.subItem a {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #385A59;    
	text-decoration:none;
	line-height: 30px;
	display:block;   
	}
	
	.subItem a:visited {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #385A59;    
	text-decoration:none;
	line-height: 30px;
	display:block;   
	}

.subItemOver {
   
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #385A59;      
   	height:30px;
   	text-decoration:none;
    background: url("subhover.jpg") no-repeat 0 0;
	background-position:right;
	background-repeat:no-repeat;
	display:block;
   	line-height: 30px;
   	text-indent:56px;
	}

.subItemOver  a {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #385A59;  
   	cursor:pointer;	
   	line-height: 30px;
   	text-decoration:none;
   	cursor:pointer;
   	display:block;
	}


#clearfix:after {
	  content: ".";
	  clear: both;
	  height: 0;
	  visibility: hidden;
	  display: block;
	}
#clearfix {
  display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html #clearfix {height: 1%;}
#clearfix {display: block;}
/* End hide from IE-mac */ 







