﻿.menu_start_selected
{
	background-image		:url(Images/menu_selected_start.gif);
	background-repeat		:no-repeat;
	width								:11px;
	height							:33px
}

.menu_start_default
{
	background-image		:url(Images/menu_default_start.gif);
	background-repeat		:no-repeat;
	width								:11px;
	height							:33px	
}

.menu_end_selected
{
	background-image		:url(Images/menu_selected_end.gif);
	background-repeat		:no-repeat;
	width								:13px;
	height							:33px
}

.menu_end_default
{
	background-image		:url(Images/menu_default_end.gif);
	background-repeat		:no-repeat;
	width								:13px;
	height							:33px
}

.menu_selected_right
{
	background-image		:url(Images/menu_select_right.gif);
	background-repeat		:no-repeat;
	width								:17px;
	height							:33px	
}

.menu_selected_left
{
	background-image		:url(Images/menu_select_left.gif);
	background-repeat		:no-repeat;
	width								:17px;
	height							:33px	
}

.menu_middle_default
{
	background-image		:url(Images/menu_middle.gif);
	background-repeat		:no-repeat;
	width								:17px;
	height							:33px	
}

.menu_middle_selected
{
	background-image		:url(Images/menu_middle_selected.gif);
	background-repeat		:no-repeat;
	width								:17px;
	height							:33px	
}
		
/*HOME*/
.home_default
{
	background-image		:url(Images/home_default.gif);
	background-repeat		:no-repeat;
	height							:33px;
	width								:99px;
}

.home_selected
{
	background-image		:url(Images/home_selected.gif);
	background-repeat		:no-repeat;
	height							:33px;
	width								:99px;
}

/*UPLOAD*/

.upload_default
{
	background-image		:url(Images/upload_default.gif);
	background-repeat		:no-repeat;
	height							:33px;
	width								:99px;
}

.upload_selected
{
	background-image		:url(Images/upload_selected.gif);
	background-repeat		:no-repeat;
	height							:33px;
	width								:99px;
}

/*FORUMS*/

.forums_default
{
	background-image		:url(Images/forums_default.gif);
	background-repeat		:no-repeat;
	height							:33px;
	width								:99px;
}

.forums_selected
{
	background-image		:url(Images/forums_selected.gif);
	background-repeat		:no-repeat;
	height							:33px;
	width								:99px;
}

/*CONTACT US*/
.contactus_default
{
	background-image		:url(Images/contactus_default.gif);
	background-repeat		:no-repeat;
	height							:33px;
	width								:99px;
}

.contactus_selected
{
	background-image		:url(Images/contactus_selected.gif);
	background-repeat		:no-repeat;
	height							:33px;
	width								:99px;
}

/*ABOUT US*/
.aboutus_default
{
	background-image		:url(Images/aboutus_default.gif);
	background-repeat		:no-repeat;
	height							:33px;
	width								:99px;
}

.aboutus_selected
{
	background-image		:url(Images/aboutus_selected.gif);
	background-repeat		:no-repeat;
	height							:33px;
	width								:99px;
}



