/* CSS Document */

.navigation 						{ margin:0; padding:0; width:1000px; background:url(../images/blue-gradiant.jpg) repeat-x;  }
.ddsmoothmenu						{ margin:0; padding:0; }
.ddsmoothmenu ul					{ z-index:100; margin: 0; padding:0;list-style-type: none; } 
/*Top level list items*/
.ddsmoothmenu ul li					{ position: relative; display: inline; float: left; }
/*Top level menu link items style*/
.ddsmoothmenu ul li a				{ display: block; margin:0; padding:7px 14px; color:#fff; font-size:13px; display:inline-block; text-decoration:none;}
.ddsmoothmenu ul li.dropdown a.selected	{}
* html .ddsmoothmenu ul li a		{ display: inline-block; margin:0; padding:0; }
.ddsmoothmenu ul li a.active		{ background:#006699; text-decoration:none;}
.ddsmoothmenu ul li a:hover.active	{ background:#006699; text-decoration:none;}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color: white; }
.ddsmoothmenu ul li a.selected    	{ color: #fff; }
.ddsmoothmenu ul li a:hover			{  background:#006699; text-decoration:none;} 
.ddsmoothmenu ul li ul				{ position: absolute; left: 0; display: none; top:25px !important;  visibility: hidden; padding:8px 0 0; }
.ddsmoothmenu ul li ul li			{ display: list-item; float: none; background-color:#006699; }
.ddsmoothmenu ul li ul li:last-child, .ddsmoothmenu ul li ul li:last-child a  { -webkit-border-radius: 0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius: 0 0 5px 5px;}
.ddsmoothmenu ul li ul li ul		{ top: 0; } 
.ddsmoothmenu ul li ul li:first-child a	{ border-top:1px solid #006699;}
.ddsmoothmenu ul li ul li a			{ font-size: 12px; width: 105px; height:17px; padding:5px 10px;  margin: 0; border-bottom:1px solid #006699;  }
.ddsmoothmenu ul li ul li a:hover	{ background:#199ce8; text-decoration:none; }
/* Holly Hack for IE \*/
* html .ddsmoothmenu				{height: 1%;}
.downarrowclass						{ position: absolute; top: 12px; right: 7px; } 
.rightarrowclass					{ position: absolute;  top: 6px; right: 5px;}



.ddshadow							{ position: absolute; left: 0; top: 0; width: 0; height: 0; } 

.toplevelshadow						{  } 

.flags 								{ float:right; margin:8px 0px 0px 0px;*margin:3px 0px 0px 0px; }
.flags ul							{ float:left; list-style:none; } 
.flags ul li						{  float:left; padding:0px 0px; }
.flags ul li a						{ float:left; border:#333333 solid 1px; }