/********   left-menu	*******************/

#top-menu
{
	border:solid 0px lime;
	float:left;
	width:500px;
	position:relative;
	left:305px;	
	left:550px;	
	top:-23px;
	display:block;
	font: bold 13px Arial; 
}

.download-button a
{
	background: #817e6d;
	font:bold 12px Tahoma;
	border:solid 1px white;
	border-bottom-color:black;
	border-right-color:black;
	padding:3px 15px 5px 15px;
	color:beige;
}

.download-button a:hover
{
	background: url(../Images/orange_shade.png) #a2a089 repeat-x right -0px;
	color:black;
}



/*	SHORT TABS */
.top-menu-item80-active a	{text-align:center; margin-left:0px; padding:4px 0px 0px 0px; float: left;width: 80px; height: 22px;background: url(../Images/topmenu_active_80.gif) 0 0 no-repeat;color:White;}
.top-menu-item80			{float: left; margin-left:0px;  padding:4px 0px 0px 0px; width: 80px; height: 22px;background: url(../Images/topmenu_normal_80.gif) 0 0 no-repeat;}
.top-menu-item80 a			{text-align:center; display: block;overflow:hidden;text-decoration: none;color: Black;}
.top-menu-item80 a:hover	{text-decoration:underline; }

/*	LONG TABS		*/
.top-menu-item100				{float: left; margin-left:0px;padding:4px 0px 0px 0px; width: 100px; height: 22px;background: url(../Images/topmenu_normal_100.gif) 0 0 no-repeat;}
.top-menu-item100-active a		{text-align:center;margin-left:0px; padding:4px 0px 0px 0px; float: left;width: 100px; height: 22px;background: url(../Images/topmenu_active_100.gif) 0 0 no-repeat;color:White;}
.top-menu-item100 a				{text-align:center; display: block;overflow:hidden;text-decoration: none;color: Black;}
.top-menu-item100 a:hover		{text-decoration:underline; }
.top-menu-item100-active a:hover{color:White;}

/*	ORANGE TABS */
.top-menu-item100-orange			{float: left; margin-left:0px;padding:4px 0px 0px 0px; width: 100px;height: 22px; text-align:center; background: url(../Images/topmenu_normal_100_orange.gif) 0 0 no-repeat;}
.top-menu-item100-orange a			{text-decoration:none;}
.top-menu-item100-orange:hover		{text-decoration:underline;}
.top-menu-item100-active-orange a	{text-align:center;margin-left:0px; padding:4px 0px 0px 0px; float: left;width: 100px; height: 22px;background: url(../Images/topmenu_active_100_orange.gif) 0 0 no-repeat;}

/*	BLUE TABS */
.top-menu-item100-blue				{float: left; margin-left:0px;padding:4px 0px 0px 0px; width: 100px; height: 22px; text-align:center; background: url(../Images/topmenu_normal_100_blue.gif) 0 0 no-repeat;}
.top-menu-item100-blue a			{text-decoration:none;}
.top-menu-item100-blue:hover		{text-decoration:underline;}
.top-menu-item100-active-blue a		{ text-align:center;margin-left:0px; padding:4px 0px 0px 0px; float: left;width: 100px; height: 22px;background: url(../Images/topmenu_active_100_blue.gif) 0 0 no-repeat;}


/*	LEFT GRAPHICAL MENU		*/
/*
.outer			{float: left;width: 120px; height: 25px;margin: 0 3px 0 0;background: url(../Images/bars.gif) 0 -25px no-repeat;}
.outer a		{display: block;width:100%; height:100%;overflow:hidden;color:#039;text-decoration: none;background: url( '../Images/bars.gif' ) top left no-repeat;}
.outer span		{display: block;margin:0; padding: 7px 0 0 13px;}
.outer a:hover	{background-image: none;color: yellow;}

.lm-home			{width: 98px; height: 90px;margin:-6px 0px 15px 10px; background: url(../Images/lm_home.jpg) 0 -90px no-repeat;}
.lm-home a			{border:solid 1px gray; margin:1px 1px 1px 1px; display: block;width:100%; height:100%;overflow:hidden;color:#039;text-decoration: none;background: url( '../Images/lm_home.jpg' ) top left no-repeat;}
.lm-home a:hover	{background-image: none;color: yellow;}
.lm-home a:active	{margin:0px 0px 0px 0px; border:solid 2px yellow;}

.lm-find			{width: 98px; height: 90px;margin:-6px 0px 15px 10px; background: url(../Images/lm_find.jpg) 0 -90px no-repeat;}
.lm-find a			{border:solid 1px gray; margin:1px 1px 1px 1px; display: block;width:100%; height:100%;overflow:hidden;color:#039;text-decoration: none;background: url( '../Images/lm_find.jpg' ) top left no-repeat;}
.lm-find a:hover	{background-image: none;color: yellow;}
.lm-find a:active	{margin:0px 0px 0px 0px; border:solid 2px yellow;}

.lm-gallery			{width: 98px; height: 90px;margin:-6px 0px 15px 10px; background: url(../Images/lm_gallery.jpg) 0 -90px no-repeat;}
.lm-gallery a		{border:solid 1px gray; display: block;width:100%; height:100%;overflow:hidden;color:#039;text-decoration: none;background: url( '../Images/lm_gallery.jpg' ) top left no-repeat;}
.lm-gallery a:hover	{background-image: none;color: yellow;}
.lm-gallery a:active	{margin:0px 0px 0px 0px; border:solid 2px yellow;}

.lm-downloads		{width: 98px; height: 90px;margin:-6px 0px 15px 10px; background: url(../Images/lm_downloads.jpg) 0 -90px no-repeat;}
.lm-downloads a		{border:solid 1px gray; display: block;width:100%; height:100%;overflow:hidden;color:#039;text-decoration: none;background: url( '../Images/lm_downloads.jpg' ) top left no-repeat;}
.lm-downloads a:hover{background-image: none;color: yellow;}
.lm-downloads a:active	{margin:0px 0px 0px 0px; border:solid 2px yellow;}
*/