#navigation {
	width : 1003px;
	height : 30px;
	margin :15px 0 10px 0;
	padding : 0;
	float : left;/*background : url(../images/nav-bg.jpg) repeat-x;*/
}
#nav {
	width : 1003px;
	height : 30px;
	float : left;
	margin : 0;
	padding :0px;
}
.ddsmoothmenu {
	font: bold 12px Arial, Helvetica, sans-serif;
	/*background: #414141;*/
	width:auto;
}
.ddsmoothmenu ul {
	z-index:9999;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	margin:0 5px 0 0;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	padding:0px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	line-height:30px;
	width : 103px;
	height :30px;
	background : url(../images/li_bg.gif) no-repeat;
}
* 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 {
	color: #ffffff;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	width : 103px;
	height :30px;
	background : url(../images/li_hover.gif) no-repeat;
	color: #000000;
}
.ddsmoothmenu ul li a:hover {
	width : 103px;
	height :30px;
	background : url(../images/li_hover.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
	color: #000000;
}
.ddsmoothmenu ul li{
	display: block;
	padding:0px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	line-height:30px;
	width : 103px;
	height :30px;
	background : url(../images/li_bg.gif) no-repeat;
}
.ddsmoothmenu ul li.active { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	width : 103px;
	height :30px;
	background : url(../images/li_hover.gif) no-repeat;
	color: #000000;
}
.ddsmoothmenu ul li:hover {
	width : 103px;
	height :30px;
	background : url(../images/li_hover.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
	color: #000000;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	background:#333333;
	line-height:30px;
	width:103px;
	padding:5px 0 7px 0;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: left;
	margin:0px;
	
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 93px; /*width of sub menus*/
	padding:0 5px;
	margin: 0;
	border-top-width: 0;
	text-align:left;
	line-height:25px;
	border-bottom: 1px solid gray;
	background:none;
}
.ddsmoothmenu ul li ul li a:hover {
	width: 93px;
	background:#990000;	
	color:#ffffff;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 13px;
	right: 10px;
}
.rightarrowclass {
	position: absolute;
	top: 7px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow { /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background:none;
}
.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0;
}
/******* app buttons *******/
.app_btn_main{	
	/*width:425px;*/
	width:auto;
	height:30px;
	float:right;
	margin:0px;
	padding:0px;
}
.app_btn{	
	width:120px;
	height:30px;
	float:left;
	margin:0 5px 0 0;
	padding:0px;
}
.fb_icon_main{
	width:auto;
	height:30px;
	float:left;
	margin:0 10px 0 0;
	padding:0px;
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.fb_icon{
	width:auto;
	height:30px;
	float:right;
	margin:0 0 0 5px;
	padding:0px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
