@charset "utf-8";
/*
 Ajatix Advanced CSS Drop Down Menu Light
 Copyright (C) 2009-2013 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXCSSMenuWVRHFKD {position:relative;z-index:200;width:100%;max-width:100px;text-align:center; display: block; margin-right: auto; margin-left: auto; border-radius: 15px;}
* html .AJXCSSMenuWVRHFKD .ajxmw {height: 1px;margin-left:590px; border-radius: 15px;}
* html .AJXCSSMenuWVRHFKD .ajxmw2 {position:relative;margin-left:-590px;height: 1px;border-radius: 15px;background:#ffffff url(ajxmenu_files/menu-bg.gif) center center;}
.AJXCSSMenuWVRHFKD .ajxtbg {height:32px;border:3px solid #bacaa1;border-radius: 15px;background:#f6d1fc url(ajxmenu_files/menu-bg.gif) center center;}
.AJXCSSMenuWVRHFKD ul {position:relative;display:inline-block;margin:0;padding:0;list-style-type:none;}
* html .AJXCSSMenuWVRHFKD ul {display:inline;}
*+html .AJXCSSMenuWVRHFKD ul {display:inline;}

.AJXCSSMenuWVRHFKD li {float:left;margin:0;}
.AJXCSSMenuWVRHFKD li:hover,.AJXCSSMenuWVRHFKD .ajxover {position:relative;}
.AJXCSSMenuWVRHFKD li a {display:block;float:left;height:30px;white-space:nowrap;overflow:hidden;padding:0 6px 0 6px;font:13px Verdana,Arial,Helvetica,sans-serif;line-height:26px;text-decoration:none;text-align:left;color:#5a3874;}
.AJXCSSMenuWVRHFKD li:hover > a,.AJXCSSMenuWVRHFKD li.ajxover > a {color:#ffffff;background:#9eaf84;}
.AJXCSSMenuWVRHFKD ul ul {position:absolute;left:-9999px;top:-9999px;width:156px;height:auto;display:inline-block;vertical-align:top;font-size:0;float:none;margin:0;border:none;background:#ffffff url(ajxmenu_files/sub-bg.gif) repeat-y left center;}
.AJXCSSMenuWVRHFKD ul :hover > ul,.AJXCSSMenuWVRHFKD ul .ajxover > ul {left:0px;top:30px;}
.AJXCSSMenuWVRHFKD li li {width:154px;padding:0 1px 1px 1px;}
.AJXCSSMenuWVRHFKD li li a {float:none;margin:0;width:135px;height:auto;white-space:normal;padding:6px 8px 7px 11px;font:13px Verdana,Arial,Helvetica,sans-serif;line-height:11px;text-decoration:none;border:0;color:#5a3874;background:#ffffff url(ajxmenu_files/sub.gif) no-repeat top left;}
.AJXCSSMenuWVRHFKD li li.sfirst > a {margin-top:1px;}
.AJXCSSMenuWVRHFKD li li:hover > a,.AJXCSSMenuWVRHFKD li li.ajxover > a {color:#304a07;background:#d3dec0 url(ajxmenu_files/sub.gif) no-repeat bottom left;}
.AJXCSSMenuWVRHFKD br {clear:both;height:0;font-size: 1px;line-height: 0px;}