﻿#top-menu {width:100%;}
#top-menu .left{width:7px;height:46px;background: url('../pic/menus/customer/left.png');}
#top-menu .bg{height:46px;background: url('../pic/menus/customer/bg.png');}
#top-menu .right{width:7px;height:46px;background: url('../pic/menus/customer/right.png');}

#topmenu_cus {	
	height: 46px;	
	z-index: 1;	
	}
.menu_top {
	font-family: "Trebuchet MS", Arial, san-serif;	
	height:46px;
	position:relative;
	font-size:11px;
	margin: 0;
	
}
.menu_top ul li a {
	display:inline-block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	
	height:42px; 
	text-align:center;
	border-bottom: 0;
	
	line-height:48px; 
	font-size:11px; 
	overflow:hidden;
	padding:0 10px;
}
.menu_top ul li a:hover {
	text-decoration:underline;
	color:#fff;
	font-weight:bold;
}

.menu_top .one {
	background:url('../pic/menus/customer/1a.png');
	padding-left: 1px;
	margin-right: -1px;
}
.menu_top .three {
	background:url('../pic/menus/customer/3a.png');
}

.menu_top ul {padding:0; margin:0; list-style: none;}
.menu_top ul li {float:left; position:relative;}
.menu_top ul li ul {display: none;}
.menu_top ul li.seperator{width:1px;height:48px;     background: url('../pic/menus/customer/seperator.png');}
/* button hover properties 



.menu_top ul li a:hover {color:#043454; background: url('../pic/menus/customer/2b.png');}
.menu_top ul li:hover ul {display:block; position:absolute; top:42px; left:0; width:152px; margin: 0; padding: 0;}
.menu_top ul li ul li a.two:hover {background:#6a3; color:#fff;}
.menu_top ul li ul li:hover a.two:hover {background:#6fc; color:#544a3a;}
.menu_top ul li:hover ul li ul {display: none;}

.menu_top ul li .one:hover {color:#043454; background: url('../pic/menus/customer/2b.png');}
.menu_top ul li .three:hover {color:#043454; background: url('../pic/menus/customer/2b.png');}*/

/* dropdown properties */
.menu_top ul li ul li a:hover {background-image: none; display:block;height: 28px; line-height: 26px; color:#043454; width:142px; text-align:left; margin: 0; padding:0 0 0 11px;font-weight:normal;}
.menu_top ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background: url('../pic/menus/customer/ddbg.png');
	background-repeat:no-repeat;
	background-position:bottom left; 
}
.menu_top ul li:hover ul .hlight {
	background: url('../pic/menus/customer/hlight2.png');
	margin-right: 1px;
}

/* dropdown selected properties */
.menu ul li:hover ul li a:hover {color:#fff; background: url('../pic/menus/customer/hlight.png');}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}









/* Navigation
-----------------------------------------------------------------------------*/
.navigation dl{
float:right;
width: 200px;
margin: 0;
padding: 0;
}



.navigation dt{
margin:0;
font-size: 12px;
padding:6px 5px 10px 20px;
color: #fff;
background: #333 url(../pic/menus/products/product-menu-bg.png) repeat-x;
font-weight:bold;
}
.navigation dd{
margin:0;
padding:0;
color: #555;
font-size: 12px;
background: #DCE2DE;
border-bottom: 1px solid #ccc;
}

.navbar a, .navbar a:visited {
color:#555;
text-decoration:none;
display:block;
padding:8px 5px 8px 20px;
background: transparent url(../pic/menus/products/arrow.gif) 10px 50% no-repeat;

}

.navbar a.submenu, .navbar a.submenu:visited {
color:#555;
text-decoration:none;
display:block;
padding:8px 5px 8px 35px;
background: transparent url(../pic/menus/products/arrow.gif) 25px 50% no-repeat;
}

.navbar a:hover 
{
text-decoration:none;
background: #666 url(../pic/menus/products/arrow_hover.gif) 10px 50% no-repeat;
color:#fff;
}
.navbar a.submenu:hover 
{
text-decoration:none;
background: #666 url(../pic/menus/products/arrow_hover.gif) 25px 50% no-repeat;
color:#fff;
}