
/* Navigation
=============================== */
#navigation{
	float:right;
	width:100%;
	padding:0;
	margin:0;
}

#navigation ul{
	float:right;
	padding:0;
	margin:0;	
}

#navigation ul li{
	float:left;
	padding:0;
	margin:0;
}

#navigation ul li a{
	font-family: 'garogierregular';
	float:left;
	font-size:16px;
}

.ddsmoothmenu{
	float:right;
	background:none;
}

.ddsmoothmenu ul{
	z-index:999999;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	padding:0;
	margin:0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	color:#000;
	font-style:normal;
	padding:5px 20px 5px 20px;
	margin:0;
	display: block;
	text-decoration: none;
}
.ddsmoothmenu ul li.last a{
	padding:5px 0 5px 0;
	margin-left:20px;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.active{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#000;
	background:url(../images/hoverNavi.png) no-repeat bottom center;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a.selected, ul li ul li a.active{
	color:#fff;
	background:#121517;
	border-bottom:1px solid #000;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	z-index:999999;
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border-top:none;
	margin:0 0 0 0;
	padding:0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	left:1px;
	margin:0;
	padding:0;	
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
}

#navigation .ddsmoothmenu ul{
	margin:0;
	padding:0;
}

#navigation .ddsmoothmenu ul ul{
	margin:0 0 0 0;
	background: none;
	padding-top:0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 160px; /*width of sub menus*/
	margin: 0;
	font-family: 'garogierregular';
	font-size:13px;
	text-transform:none;
	background:#0d0f11;
	color:#fff;
	border-top:1px solid #141619;
	border-bottom:1px solid #000;
	font-weight:normal;	
}

#navigation .ddsmoothmenu ul li{
	margin:0;
}

#navigation .ddsmoothmenu ul li a{
	padding:10px 20px 10px 20px;
}

/* 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: 13px;
	right: 0px;
}

.rightarrowclass{
	position: absolute;
	top: 21px;
	right: 15px;
}

/* ######### CSS for shadow added to sub menus  ######### */


.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.2;
}

/* -----------------------------------------
	select menu
----------------------------------------- */

.ddsmoothmenu ul li ul li span{
	display:none;
}

.ddsmoothmenu ul select{
	background:#f6f6f6;
	padding:5px 10px 5px 10px;
	display:none;
	width:100%;
	border:1px solid #323232;
	color:#6d6d6d;
	cursor:pointer;
}
