*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.menu_content {
	width: 200px;
	margin: 0 auto;
}

.trigger {
	padding: 5px 10px 0 10px;
	margin: 0 0 0 0;
      text-align: center;
	width: 146px;
	font-size: 11px;
	font-weight: bold;
      font-family: Verdana;
	float: left;
      cursor:pointer;
}

#trigger_back {background: url(images/toggle_top.png) no-repeat 0 0%;}

.trigger_bottom {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
      text-align: center;
	background: url(images/trigger_bottom.png) no-repeat;
	height: 12px;
	line-height: 12px;
	width: 166px;
	float: left;
}

.trigger a {	
	color: #5a97da;
	text-decoration: none;
	display: block;
}

.trigger a:hover {
	color: #f59444;
}

.active {
background-position: left bottom;
}

.toggle_inner {
margin: 0;
padding: 0px 0 0px 5px;
}

.toggle_container {
margin: 0;
padding: 0 0 0 0;
overflow: hidden;
font-size: 1.2em;
width: 166px;
clear: both;
}

.block {
padding: 2px 14px 2px 14px;
background: url(images/toggle_back.png) repeat-y 0 0;
font-size: 10px;
line-height: 100%;	
font-weight: normal;
font-family: Tahoma;
height: 100%;
}

.toggle_container .block a {	
	color: #000;
	text-decoration: none;
}

.toggle_container .block a:hover {
	color: #f59444;
}

.t_inner {
padding: 2px 0 2px 14px;
background: transparent url(images/collapsed.gif) no-repeat 3px 5px;
}

.t_inner a.active{
color: #f59444;
}

.toggle_link {
padding: 2px 0 2px 14px;
background: transparent url(images/menu_list_bullet.gif) no-repeat 4px 5px;
}

.toggle_link a.active {
	color: #f59444;
}

.menu_unary {
        padding: 5px 0 0 0;
        margin: 0 0 0 0;
	text-align: center;
        background: url(images/menu_unary.png) no-repeat;
        height: 25px;
        width: 166px;
        font-size: 11px;
        font-weight: bold;
	font-family: Verdana;
        float: left;
        position: static;
}
.menu_unary a {        
        color: #5a97da;
        text-decoration: none;
        position: relative;
	display: block;
}
.customer a:hover {
        color: #f59444;
        text-decoration: none;
}