/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.mainmenu {
	z-index:2;
}
.menu ul li a{	
	/*width:85px;*/
	height:73px;
}
.menu ul li ul li a{
	text-align:left;
}
#home a{
	width:85px;
	height:73px;
	text-align:center;
	background:url(../img/home.jpg) top left no-repeat;
}
#home a:hover{
	background:url(../img/home_over.jpg) top left no-repeat;
}



#aboutus a {
	width:111px;
	height:73px;
	text-align:center;
	background:url(../img/aboutus.jpg) top left no-repeat;
}


#aboutus:hover {
	background:url(../img/aboutus_over.jpg) top left no-repeat;
}

#aboutus a:hover {
	background:url(../img/aboutus_over.jpg) top left no-repeat;
}

#aboutus ul li a{
	position:relative;
	float:left;
	text-align:left;
	padding:6px 0 0 30px;
	height:49px;
	line-height:23px;
	width:158px;
	background:url(../img/drop1.png) top left no-repeat;
	left:-31px;
}

#aboutus ul li a:hover {
	background:url(../img/drop1_over.png) top left no-repeat;
	/*border-top:5px;*/
}

* html #aboutus ul li a{
	width:158px;
	w\idth:158px;
}



#products a {
	width:109px;
	height:73px;
	text-align:center;
	background:url(../img/products.jpg) top left no-repeat;
	z-index:100;
	/*border-bottom:1px solid #A4AAB6;*/
}

#products:hover {
	background:url(../img/products_over.jpg) top left no-repeat;
	z-index:100;
}

#products a:hover {
	background:url(../img/products_over.jpg) top left no-repeat;
	z-index:100;
}


#products ul #productdrop a {
	position:relative;
	float:left;
	text-align:left;
	padding:6px 0 0 20px;
	height:32px;
	line-height:23px;
	width:178px;
	background:url('../img/drop2.png') top left no-repeat;
	left:-31px;
	z-index:100;
}

#products ul #productdrop a:hover {
	background:url('../img/drop2_over.png') top left no-repeat;
	z-index:100;
}

* html #products ul li a{
	width:178px;
	w\idth:178px;
	z-index:100;
}

#products ul #productbottom a {
	position:relative;
	float:left;
	text-align:left;
	padding:6px 0 0 20px;
	height:45px;
	line-height:23px;
	width:178px;
	background:url('../img/drop3.png') top left no-repeat;
	left:-31px;
}

#products ul #productbottom a:hover {
	background:url('../img/drop3_over.png') top left no-repeat;
}




#techinfo a{
	width:200px;
	height:73px;
	text-align:center;
	background:url(../img/techinfo.jpg) top left no-repeat;
}

#techinfo a:hover{
	background:url(../img/techinfo_over.jpg) top left no-repeat;
}



#news_events a{
	width:147px;
	height:73px;
	text-align:center;
	background:url(../img/news_events_btn.jpg) top left no-repeat;
}

#news_events a:hover{
	background:url(../img/news_events_btn_over.jpg) top left no-repeat;
}

#contactus a{
	width:117px;
	height:22px;
	text-align:center;
	height:73px;
	background:url(../img/contactus.jpg) top left no-repeat;
}
#contactus a:hover{
	background:url(../img/contactus_over.jpg) top left no-repeat;
}




/*****************/


.menu {
	font-size:0.85em;
	z-index:100;
	width:829px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a {
	display:block;
	font-size:14px;
	text-decoration:none; 
	color:#fff; 
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#D47F00 ;
}

/* style the second level background */
/* style the second level hover */
.menu ul ul :hover > a.drop {
	background:#D47F00 url(../images/ctest1-white.gif) right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul .last{
	background:#ffffff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:73px;
	left:0; 
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:72px;
	t\op:73px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:170px; 
	top:0;
	/*width:150px;*/
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a {
	background:#ffffff; 
	color:#000; 
	height:22px; 
	line-height:21px; 
	/*padding:5px 10px; */
	text-align:left;
	/*border-top: 1px solid #A4AAB6;
	border-left: 1px solid #A4AAB6;
	border-right: 1px solid #A4AAB6;*/
	/*width:149px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	/*width:150px;
	w\idth:149px;*/
}
/**.menu ul ul a.drop, .menu ul ul {
	background-image:url(../images/ctest1.gif);
	background-position:right;
	background-repeat: no-repeat;
}**/

/* style the last second level link */
.menu ul ul a.last, .menu ul ul .last a{
	background-color:#ffffff;
	color:#000; 
	height:22px; 
	line-height:21px; 
	/*padding:5px 10px; */
	/* border-top: 1px solid #A4AAB6;
	border-left: 1px solid #A4AAB6;
	border-right: 1px solid #A4AAB6;
	border-bottom: 1px solid #A4AAB6;
	width:149px*/
/* yet another hack for IE5.5 */
}
* html .menu ul ul a.last{
	/*width:150px;
	w\idth:149px;*/
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#000; 
	background:#ee7f00;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
	background:#ee7f00;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{	
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}

.preloadpic {
	display:none;
}