﻿.chromestyle{
	width:100%;
	position: relative;
	right: 4px;	
	background: url(gfx/toplinks_bg_slim.gif) no-repeat;
	background-position: right;
	float: right;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.roundCornerLeft 
{
	width:15px;
	float:right;	
	height:31px;
	display:block;
	background: url(gfx/toplinks_bg_left.gif);
	background-repeat: repeat;
}

.roundCornerRight
{
	width:9px;
	float:right;	
	height:31px;
	display:block;
	background: url(gfx/toplinks_bg_right.gif);
	background-repeat: repeat;
}

.chromestyle ul{
	float: right;	
	text-align: right;
	background-color: #88ba0b;
	padding: 0;
	margin: 0;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a
{
	margin: 0;
	padding-right: 12px;
	line-height: 31px;
	color: White;
	background: url(gfx/toplinks_bg_items.gif);
	background-repeat: repeat;
	top: 100px;
	font-weight:bold;
}

.chromestyle a:visited {
	text-decoration: none;
	color: White;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #1f1b70;
	background-color: #d3e6a6;	
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;	
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #d3e6a6;		
	width: 160px;
	visibility: hidden;	

	margin-top:8px;
}


.dropmenudiv a
{
	border-style: none none solid none;
	width: auto;
	display: block;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	line-height: 18px;
	color: #1f1b70;
	border-bottom-width: 1px;
	border-bottom-color: #EDFCC7;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover 
{
	background-color:#EDFCC7;
	
}

