/*
 Ajatix Advanced CSS Drop Down Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXCSSMenuebPdCVD {position:relative;margin:0 auto;z-index:100;width:798px;height:21px;border:1px solid #98b1c4;background:#6997d0;text-align:center;}
.AJXCSSMenuebPdCVD ul {position:relative;display:inline-block;margin:0;padding:0;list-style-type:none;}
* html .AJXCSSMenuebPdCVD ul {display:inline;}
*+html .AJXCSSMenuebPdCVD ul {display:inline;}
.AJXCSSMenuebPdCVD li {float:left;margin:0;}
.AJXCSSMenuebPdCVD a {display:block;float:left;height:21px;white-space:nowrap;overflow:hidden;padding:0 10px 0 10px;font:bold 14px/21px Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;color:#293d6b;}
.AJXCSSMenuebPdCVD li:hover a,.AJXCSSMenuebPdCVD .ajxover a {background:#98b1c4;}
.AJXCSSMenuebPdCVD br {clear:both;height:0;font-size: 1px;line-height: 0px;}
