#responsive-navigation {
	width: 100%;
	display: none;
}

.wraper-navigation{
    background-color: #5d5d5d;
    height: 31px;
}

.container-navigation{
    margin: 0px auto;
    float: none;
}

.navigation {
	float:left;
	height:38px;
    /*margin-top: 5px;*/
}

.ddsmoothmenu {
	font-size: 12px;
	float: left;
    background-color: #5d5d5d;
	height: 31px;
	width: 100%;
}

.ddsmoothmenu ul {
	z-index:1001;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*.ddsmoothmenu ul li a.linkdown {
	background-image:url(../images/right.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.ddsmoothmenu ul li a.linkdown:hover {
	background-image:url(../images/right.gif) !important;
	background-position:right !important;
	background-repeat:no-repeat !important;
}

.ddsmoothmenu ul li ul li a.selected {
	background-image:url(../images/right.gif);
	background-position:right;
	background-repeat:no-repeat;
}*/

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
}

.ddsmoothmenu ul li a.link {
	text-align:center;
	height:31px;
	padding:8px 25px 0px 25px;
	color:#FFF !important;
}

.ddsmoothmenu ul li a.link:hover {
	background: #999;
	color:#fff;
}

* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited,  .ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
	color: #666666;
}

.ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/*color:#333333 !important;*/
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #999;
	background: -moz-linear-gradient(top, #999 0%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999), color-stop(100%, #000));
	background: -webkit-linear-gradient(top, #999 0%, #000 100%);
	background: -o-linear-gradient(top, #999 0%, #000 100%);
	background: -ms-linear-gradient(top, #999 0%, #000 100%);
	background: linear-gradient(to bottom, #999 0%, #000 100%);
	color:#333333;
}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	/*background-color:#f1f1f1;*/
	margin-left:0px;
	margin-top:-1px;
	width:188px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	clear:both;
}

.ddsmoothmenu ul li ul li:hover, .ddsmoothmenu ul li ul li {
	background-image:url(../images/navi_rol.gif);
}

.ddsmoothmenu ul li ul li:hover a {
	color:#FFF;
}


.ddsmoothmenu ul li ul li ul li a {
	margin-left:10px !important;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	padding:6px 5px 9px 20px;
	height:27px;
	clear:both;
	/*background-image:url(../images/navi_bg.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;*/
	display:inline-block;
	color:#FFF !important;
	width:188px;
}

.ddsmoothmenu ul li ul li a:hover {
	background-image:url(../images/navi_rol.gif);
	color:#FFF !important;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

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

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}