@charset "utf-8";
/* CSS Document */

.menuItemContainer{
	float:left;
	text-align:left;
	position:relative;
	margin-left:10px;
	background:url('../images/design/bottomfade.png');
	background-position:bottom;

}

.menuItem{
	
   	position:relative;
  
	


	
	background-color:white;
	text-decoration:none;
	line-height:24px;
	font-family:Arial;
	font-size:14px;
	font-variant:small-caps;

	
	
}



.menuItemActive{
	
    position:relative;
	height:24px;
	line-height:24px;
	padding-left:8px;
	padding-right:8px;
	border-bottom: solid 1px white;
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
	background-color:#555555;
	color:white;
	
}

a {text-decoration:none; color:#999999; }

.subMenuItem{
	
	font-family:"Trebuchet MS", trebuchet;
    font-size:13px;
    font-weight:bold;
    color:#555555;
    text-decoration:none;
 }
 
 a.subMenuItem:hover{
 	
    top:-2px;
 	height:28px;
    color:#555555;
    text-decoration:underline;
 
 }
 
 .menuRow{
	
    margin-right:auto;
    margin-left:auto;
    clear:both;
    height:30px;
		background:url('../images/design/bottomfade.png');
	background-position:bottom;
    
 }
 
 .menuBanner{
 
	 position:relative; 
	 text-align:center; 
	 
 }
 
#kwick              { position:relative; left:0px;  width:800px; height:25px; overflow:hidden;}   
#kwick .kwicks          { height:20px; list-style-type:none; margin:0; padding:0; }   
#kwick li           { float:left; }   
#kwick .kwick           { display:block;cursor:pointer; text-align:center; overflow:hidden; height:20px; margin:1px; border-bottom:dashed 1px #777777;  }   

  
 
