#navigation{
	margin:0 0 0 245px; padding:0;
	}
.chromestyle{
	 font-weight: bold;
	}
.chromestyle:after{ 
	content: "."; 
	display: block; 	
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.chromestyle ul{
	padding: 30px 0 0 0;
	margin: 0; line-height:17px;
	}
.chromestyle ul li{
	display: inline; list-style:none;
	border-left: 1px dotted #ddd; color: #666; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
	margin-left: 0; padding: 30px 10px 0px;
	}
.chromestyle ul li a{
	color: #666; text-decoration:none;
	}
.chromestyle ul li.active {
	background: transparent url(../images/topmenu_back.gif) repeat-x top fixed;
	}
.chromestyle ul li.first {
	border:none;
	}
	.chromestyle ul li.activefirst {
	background: transparent url(../images/topmenu_back.gif) repeat-x top fixed;
	border:none;
	}
.chromestyle ul li a[rel]:after{ 
	}

.dropmenudiv{
	position:absolute; margin-left:-20px; margin-top:1px;
	line-height:18px;
	z-index:100;
	background: #FFFFFF;
	width: 210px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	}
.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active{
	width: auto;
	display: block;
	text-indent: 18px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	border-bottom:1px dotted #CCCCCC;
	border-left:1px dotted #FFFFFF;  border-right:1px dotted #FFFFFF; 
	}
.dropmenudiv a:hover{
	width: auto;
	display: block;
	text-indent: 18px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	border-bottom:1px dotted #CCCCCC;
	background:#7DBF44;
	border-left:1px dotted #FFFFFF;  border-right:1px dotted #FFFFFF; 
	}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}
.dropmenudiv a:hover{ 
	background-color: #7DBF44;
	}