.chromestyle{
	width: 1280px;
	height: 50px;
	border-right: 1px solid #8bb;
	border-left: 1px solid #8bb;
	margin-top: 0px;
	background: url("linksbg.png") repeat-x;
}
.chromestyle a:link
{
	width: 200px;
	height: 100%;
	text-align: center;
	font-family: century gothic;
	letter-spacing: 2px;
	font-size: 15pt;
	text-decoration: none;
	color: #fff;
	background: url("linki.png") no-repeat;
	overflow: auto;
	float: left;
	padding-top: 10px;
	margin-left: 11px;
	position: relative;
}
.chromestyle a:active
{
	width: 200px;
	height: 100%;
	text-align: center;
	font-family: century gothic;
	letter-spacing: 2px;
	font-size: 15pt;
	text-decoration: none;
	color: #fff;
	background: url("linki.png") no-repeat;
	overflow: auto;
	float: left;
	padding-top: 10px;
	margin-left: 11px;
	position: relative;
}
.chromestyle a:visited
{
	width: 200px;
	height: 100%;
	text-align: center;
	font-family: century gothic;
	letter-spacing: 2px;
	font-size: 15pt;
	text-decoration: none;
	color: #fff;
	background: url("linki.png") no-repeat;
	overflow: auto;
	float: left;
	padding-top: 10px;
	margin-left: 11px;
	position: relative;
}
.chromestyle a:hover
{
	width: 200px;
	height: 100%;
	text-align: center;
	font-family: century gothic;
	letter-spacing: 2px;
	font-size: 15pt;
	text-decoration: none;
	color: #fff;
	background: url("linka.png") no-repeat;
	overflow: auto;
	float: left;
	padding-top: 10px;
	margin-left: 11px;
	position: relative;
}
.chromestyle a.beta:link, .chromestyle a.beta:active, .chromestyle a.beta:visited
{
width: 200px;
	height: 100%;
	text-align: center;
	font-family: century gothic;
	letter-spacing: 2px;
	font-size: 15pt;
	text-decoration: none;
	color: #fff;
	background: url("linki.png") no-repeat;
	overflow: auto;
	float: left;
	padding-top: 10px;
	margin-left: 11px;
	position: relative;
}
.chromestyle a.beta:hover
{
	width: 200px;
	height: 100%;
	text-align: center;
	font-family: century gothic;
	letter-spacing: 2px;
	font-size: 15pt;
	text-decoration: none;
	color: #fff;
	background: url("linka.png") no-repeat;
	overflow: auto;
	float: left;
	padding-top: 10px;
	margin-left: 11px;
	position: relative;
}
.chromestyle a.alpha:link, .chromestyle a.alpha:active, .chromestyle a.alpha:visited
{
	width: 200px;
	height: 100%;
	text-align: center;
	font-family: century gothic;
	letter-spacing: 2px;
	font-size: 15pt;
	text-decoration: none;
	color: #fff;
	background: url("alpha.png") no-repeat;
	overflow: auto;
	float: left;
	padding-top: 10px;
	margin-left: 11px;
	position: relative;
}
.chromestyle a.alpha:hover
{
	width: 200px;
	height: 100%;
	text-align: center;
	font-family: century gothic;
	letter-spacing: 2px;
	font-size: 15pt;
	text-decoration: none;
	color: #fff;
	background: url("alphah.png") no-repeat;
	overflow: auto;
	float: left;
	padding-top: 10px;
	margin-left: 11px;
	position: relative;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}



.chromestyle ul li a[rel]: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{
position:absolute;
top: 0;
border: 1px solid #8bb; /*THEME CHANGE HERE*/
border-bottom-width: 1px solid 8bb;
font:normal 10px century gothic;
line-height:18px;
z-index:100;
background-color: #000;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #aaa; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: 100;
color: #fff;
text-align: center;
font-family: calibri;
font-size: 10pt;
letter-spacing: 1px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover /*THEME CHANGE HERE*/
{
	background-color: #8bb;
	color: #000;
}