﻿body
{
	margin: 0 auto;
	text-align: center;
	background-color: #93918a;
	background: #93918a url(Images/white_bg_small.gif) repeat-x top left;
}

a, a:visited
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.menuimg
{
	padding-left: 5px;
}

.default
{
	font-family: Microsoft Tai Le;
	font-size: 15px;
}


/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu
{
	position: relative;
	width: 956px;
	height: 257px;
	overflow: hidden;
	/*border: solid 1px #081363;*/
}

#imageMenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0;
	display: block;
	height: 257px;
	width: 956px;
}

#imageMenu ul li
{
	float: left;
}

#imageMenu ul li a
{
	text-indent: -1000px;
	background: #FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 315px;
	height: 257px;
}

#imageMenu ul li.panels a
{
	background: url(images/panels.jpg) repeat scroll 0%;
}

#imageMenu ul li.leds a
{
	background: url(images/led.jpg) repeat scroll 0%;
}

#imageMenu ul li.digital a
{
	background: url(images/digital.jpg) repeat scroll 0%;
}

.clear
{
	clear: both;
}

/*************************************************************/

