﻿.ddsmoothmenu{
	background: none; /*background of menu bar (default state)*/
	width: 100%;
	margin:0px 0 0 0px; 
    font-family:"Open Sans";
    font-style:normal;
    padding:0px 0 0 0px;
	background: none;
	text-transform:capitalize;
	display:block;
	height:65px;
}

.ddsmoothmenu ul{
	z-index:100;
	padding: 0;
	float:left;
	margin:0 0px 0 0px;
	list-style-type: none;
}

/* Title */

.ddsmoothmenu ul li ul.c1{
	width:170px !important;
	text-align: left;
}

.ddsmoothmenu ul li ul.c2{
	width:340px !important;
	text-align: left;
}

.ddsmoothmenu ul .colum01{
	width:200px;
	float: left;
}

.ddsmoothmenu ul .colum02{
	width:200px;
	float: left;
}

.ddsmoothmenu ul .title01{
	margin:0px;
	padding:0px 0px 5px 0px;
	color:#fcfcfc;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:9pt;
}

.ddsmoothmenu ul .title02{
	margin:0px;
	padding:0px 0px 5px 0px;
	color:#313537;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:9pt;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	background:url(images/line_menu.png) no-repeat right bottom;
}

/****************************  Start new styel  ****************************/

/* A */
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background: none; /*background of menu items (default state)*/
	padding:0px 0px 0px 0px;
	border-left: none;
	color:#000000;
	text-decoration: none;
	font-size:85%;
	font-weight: normal;
	cursor:pointer;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	background-image:none;
}

.ddsmoothmenu ul li a:visited{
	color:#ffffff;
}

.ddsmoothmenu ul li a:link{
	color:#ffffff;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#fe9900;
}

.ddsmoothmenu ul li a.selectedd{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#fe9900;
}
/* hover */
.ddsmoothmenu ul li a.selectedd:hover span{ 
	color:#fe9900;
}

.ddsmoothmenu ul li a.selectedd:hover{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#fe9900;
}

.ddsmoothmenu ul li a.selectedd span{
	color:#fe9900;
 

}

.ddsmoothmenu ul li.main a.selectedd{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#fe9900;
	
}

.ddsmoothmenu ul li a:hover{
	color:#fe9900;
}

/* Main */
.ddsmoothmenu ul li.main a{
	background: none;
	padding-right:0px;
}

.ddsmoothmenu ul li.main a:hover{
	color:#fe9900;

}

.ddsmoothmenu ul li.main a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#fe9900;
}

/* Span Main */
.ddsmoothmenu ul li.main a span{
	background: url(images/arrow_down.png) no-repeat center 45px  ;
}
	
.ddsmoothmenu ul li.main a span:hover{
	background: url(images/arrow_down_over.png) no-repeat center;
}

.ddsmoothmenu ul li.main a.selected span{
	background: url(images/arrow_down.png) no-repeat center 45px;

}

.ddsmoothmenu ul li.main a.selectedd span{
}

/* Span */
.ddsmoothmenu ul li a span{
	background: none;
	padding: 20px 10px 20px 10px;
    margin: 0px 0px 0px 0px;
    height: 60px;
	display:block;
	position:relative;
	z-index:999;
	vertical-align: top;
}

.ddsmoothmenu ul li a span:hover{
	background: none;
}

.ddsmoothmenu ul li a.selected span{
}
/* End Span */

/*** Sup menu ***/
.ddsmoothmenu ul li.main li a{
	background-image:none;
	font-size:14px;
	color:#47565A;
}

.ddsmoothmenu ul li.main li a:hover{
	background-image:none !important;
	color:#fcfcfc;
	background:#336799!important;
}

	/*** main ***/
.ddsmoothmenu ul li.main li.main a{
	background: url(images/arrow_right.png) no-repeat right 10px;
	font-size:14px;
}

.ddsmoothmenu ul li.main li.main a.selected{
	background: url(images/arrow_right_over.png) no-repeat right 10px #336799; 
	color:#fcfcfc;
}

.ddsmoothmenu ul li.main li.main a:hover{
	background: url(images/arrow_right_over.png) no-repeat right 10px #336799!important; 
}
	
/*** Sup Sup menu ***/
.ddsmoothmenu ul li.main li.main li a{
	background-image:none !important;
	padding-left:7px;
	padding-right:7px;
}

.ddsmoothmenu ul li.main li.main li a.selected{
	background-image:none !important;
}

.ddsmoothmenu ul li.main li.main li a:hover{
	background-image:none !important;
}

	/*** main ***/
.ddsmoothmenu ul li.main li.main li.main a{
	background: url(images/arrow_right.png) no-repeat left 10px;
}

.ddsmoothmenu ul li.main li.main li.main a:hover{
	background: url(images/arrow_right_over.png) no-repeat left 10px #313537; 
}
	
/****************************  End new styel  ****************************/
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	right:0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border-right: none;
	margin:0px 0 0 0px;
	padding:2px 0 0 2px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	background:none;
	width: auto;
	padding:0px 0px 0px 0px !important;
	margin:0px !important;
	background: url(images/menu_ul_bg.png) repeat;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu **** */
.ddsmoothmenu ul li ul li ul{
	top: 0;
	right:0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font:normal 10pt Tahoma, Geneva, sans-serif;
	padding:5px 10px !important;
	min-height:17px;
	height:auto;
	margin:0px 0px 0px 0px !important;
	border-bottom: 1px solid #313537;
	color:#adbedb;
	display: block;
	font-size:9pt;
}

/* 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;
	display:none;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
	display:none;

}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}








