body	{
	margin: 0px;
	padding: 0px;
	background: url(../images/body-bg.jpg) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.chromestyle{
	width: 800px;
	color: #04487d;
}

.chromestyle:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 6px 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	font-weight:bold;
	padding: 4px 13px;
	margin: 0;
	text-decoration: none;
	background: url(../images/separation.jpg) right no-repeat;
}

.chromestyle ul li a:hover{
	color: #b40700;
	font-weight:bold;
	padding: 4px 13px;
	margin: 0;
	text-decoration: none;
	background: url(../images/separation.jpg) right no-repeat;
}


.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #c5e4e9;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=3);
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #c5e4e9;
	padding: 2px 0;
	text-decoration: none;
	font-size: 11px;
	color: black;
}

* html .dropmenudiv a{
	width: 100%;
}

.dropmenudiv a:hover{
	background-color: #F0F0F0;
	color: #b40700;
	background: url(../images/menu-bg.jpg) repeat-x;
}

A.morelink {
	color: #0000FF;
	text-decoration:none;
	font-weight:normal;
}
A.morelink:hover {
	text-decoration:underline;
	color: #FF0000;
	font-weight:bold;
}
A.morelink:active {
	text-decoration:none;
}
A.morelink:visited {
	text-decoration:none;
}
A.footer {
	color: #666666;
	text-decoration:none;
	font-weight:normal;
}
A.footer:hover {
	text-decoration:underline;
	color: #333333;
	font-weight:normal;
}
A.footer:active {
	text-decoration:none;
}
A.footer:visited {
	text-decoration:none;
}