@charset "utf-8";
/* CSS Document */
#menu{	height:40px;	clear:both;}
.ddsmoothmenu {}
.ddsmoothmenu ul {	list-style-type: none;	margin: 0;	padding: 0;	z-index:100;}
.ddsmoothmenu ul li { font-size:1em; line-height:15px;	float: left; list-style: none;	margin: 0;	padding:0;	position: relative; border-right:1px solid #f1d84e; border-left:1px solid #db9a1c; text-transform:uppercase}

.ddsmoothmenu ul li a {	color: #ffffff;	display: block;	padding:12px 25px; text-decoration: none;}

.ddsmoothmenu ul li a:hover {background:url(../images/bg_menu_over.jpg) repeat-x;} 
* html .ddsmoothmenu ul li a {display: inline-block;}

.ddsmoothmenu ul li ul {display: none;	float:left;	left:-1px; position: absolute; visibility: hidden;	padding:0;	background:#1A4174; }
	
.ddsmoothmenu ul li ul li {	display: list-item;	float: none; border:none; border-bottom:1px solid #021f3a; border-top:1px solid #085db0; background:url(../images/v1.png) no-repeat 5px 50%; font-size:14px; }
.ddsmoothmenu ul li ul li :hover { background:#085db0 url(../images/v2.png) no-repeat 5px 50%;}
.ddsmoothmenu ul li ul li a {color:#fff; margin: 0;	padding:9px 25px; width: 170px;}
.ddsmoothmenu ul li ul li a:hover {}

/*.ddsmoothmenu ul li ul li ul {	top: 0;	padding:0; background:#090b12;	margin:0;	border-left:1px solid #131521;}*/


/** html .ddsmoothmenu { 	height: 1%;}*/
.downarrowclass {	display:none;	position: absolute;	right: 7px;	top: 27px;}
.rightarrowclass {	position: absolute;	right: 5px;	top: 13px;	display:none;}
.ddshadow { 	height: 0;	margin-top: 100px;	position: absolute;	top: 0;	width: 0;}
.toplevelshadow {	opacity: 0.8;}
