@charset "utf-8";
/*
 Ajatix Pure CSS Menu
 Copyright (C) 2009-2013 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXMenuBVXKPTC {position:relative;z-index:100;width:200px;}
.AJXMenuBVXKPTC ul {position:relative;float:left;margin:0;padding:0;list-style-type:none;background:#ffffff;}
.AJXMenuBVXKPTC li {float:left;width:200px;margin:0;}
.AJXMenuBVXKPTC a {display:block;width:174px;padding:10px 12px 10px 12px;font:bold 14px Verdana,Arial,Helvetica,sans-serif;line-height:14px;text-decoration:none;text-align:center;border:1px solid #5f4e47;color:#ffffff;background:#5f4e47;}
.AJXMenuBVXKPTC li:hover a,.AJXMenuBVXKPTC a:hover {border-color:#a83f12;background:#a83f12;}
.AJXMenuBVXKPTC img {position:fixed;left:0;top:0;width:0;height:0;z-index:-1;display:none;}
.AJXMenuBVXKPTC li.tsub:hover ~ li img {width:100%;height:100%;display:block;}
.AJXMenuBVXKPTC br {clear:both;height:0;font-size: 1px;line-height: 0px;}
