/*
 Ajatix Pure CSS Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXMenudAYZDCD {position:relative;margin:0 auto;z-index:100;width:710px;height:20px;background:#32bff3;text-align:center;}
.AJXMenudAYZDCD ul {position:relative;display:inline-block;margin:0;padding:0;list-style-type:none;}
* html .AJXMenudAYZDCD ul {display:inline;}
*+html .AJXMenudAYZDCD ul {display:inline;}
.AJXMenudAYZDCD li {float:left;margin:0;}
.AJXMenudAYZDCD a {display:block;float:left;height:20px;white-space:nowrap;padding:0 15px 0 15px;font:bold 12px/20px Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;color:#222222;background:#32bff3;}
.AJXMenudAYZDCD a.active {font-weight:bold;background-color:#B3E7FF;}
.AJXMenudAYZDCD li:hover a,.AJXMenudAYZDCD a:hover {background:#b3e7ff;}
.AJXMenudAYZDCD br {clear:both;height:0;font-size: 1px;line-height: 0px;}
