a.top-links, a.top-links_home{
	font-size:14px;
	font-family: Arial;
	text-decoration: none;
	color: #65FFCF;
}

a.top-links-on, a.top-links_home-on{
	font-size:14px;
	font-family: Arial;
	text-decoration: none;
	color: #65FFCF;
}

a.top-links-no{
	font-size:14px;
	font-family: Arial;
	text-decoration: none;
	color: #65FFCF;
	font-weight: bold;

}


a.top-links_home:hover{
	color: #ffffff;
}

a.top-links:hover{
	color: #ffffff;
}

.ddlinks_home{
/*background-color: #000000;*/
}

.ddlinks{

}

.chromestyle{
text-align: right;
vertical-align: bottom;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*background: url(../images/line_under_buttons.gif) bottom center no-repeat;*/
padding: 0 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
vertical-align: bottom;
text-align: center;
}

.chromestyle ul li a{

padding: 4px 7px;
margin: 0;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*color: #D6C098;
background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv, .dropmenudiv_side, .dropmenudiv_home{
position:absolute;
top: 4px;
direction: rtl;
/*border: 1px solid #BBB; THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
font:normal 14px Arial;
line-height:18px;
z-index:100;
/* background-color: #152B65; */
/* filter:alpha(opacity=85); IE's opacity
opacity: 0.85;
width: 100px; */
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
text-align: center;
}


.dropmenudiv a, .dropmenudiv_side a, .dropmenudiv_home a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
font-size: 12px;
color: #65FFCF;
}

* html .dropmenudiv a, * html .dropmenudiv_side a{ /*IE only hack*/
width: 100%;
}
* html .dropmenudiv_home a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_home a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
}

.dropmenudiv a:hover, .dropmenudiv_side a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
}


