#chromemenu{
	text-align:center;
	white-space:nowrap;
	overflow:hidden;	
}

/*

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;


}

*/



#chromemenu ul{
width: 100%;
margin: 0;
/*float: left;*/
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	float: left;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	font-weight: normal;
	color: #3E3E3E;
	letter-spacing: 0.2em;
	margin: 0px;
	line-height:1.5em;
	text-decoration:none;
}

#chromemenu ul li a:hover{
color: #0002cb;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
	/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	display:none;
	position:absolute;
	left:-500px;
	top: -500px;
	border: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width: 0;
	font:normal 0.6em "Trebuchet MS";
	letter-spacing:0.15em;
	line-height:1.5em;
	z-index:100;
	background-color: white;
	width:160px;
	visibility: hidden;
	text-align:center;
}

.dropmenudiv a{
display:block;
width:100%;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}
.dropmenudiv a.break{
	 height:1px; margin:0px; padding:0px;
	display:block;
width:100%;

}
.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
color:#0002cb;
}

#blognav1{
	width:960px;
	text-align:center;
	line-height:1px;
	margin:0px;
	padding:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


