/* 

	MENU STYLES 

*/

/* @group Top Nav */

/* Top Menu */

#top-nav
{
	background-color: #573885;
	width: 980px;
	height: 35px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size: 0.8em;
	overflow: hidden;
	background-image: url("../images/menus/bg_topmenu.gif");
	background-repeat: repeat-x;

}

#top-nav ul 
{
	padding: 3px 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	float: right;
}


/* Defines the appearance of the links */

#top-nav a 
{
	font-family: Myriad Pro, Myriad, Trebuchet MS, Arial, sans-serif;
	display: block;
	color: #fff;
/* 	background-color: red; */
	text-decoration: none;
	padding: 3px 20px 0 0;
	margin: 0;
}

#top-nav li 
{
	float: left;
}

#top-nav li a:hover
{
	color: #6CB45C;
}

#top-nav a.lang1 
{
	margin: -3px 0 0 0;
}

#top-nav a.lang2 
{
	margin: -3px 0 0 0;	
}

/* gets the link text out the way for "at Issue" */

.push-top-nav
{
	display: block;
	padding: 30px 0 0 0;
}

/* 
	At Issue ROLLOVER 
*/

#top-nav li.atissue a
{
	width: 56px;
	height: 26px;
	margin: -3px 0 0 0;
	background-image: url("../images/menus/at_issue.gif");
	background-repeat: no-repeat;
}

#top-nav li.atissue a:hover
{ 
	background-position: 0 -26px;
}



/* @end */





