﻿@charset "utf-8";
/* CSS Document */

.ddsmoothmenu{ z-index:1000; width:100%; }

.ddsmoothmenu ul{
z-index:1000;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
z-index:1000;
width:66px;
margin-left:5px;
text-align:center;
font-weight:bold;
}
.ddsmoothmenu li.home{ width:210px; margin:5px 0 0 0 }
.ddsmoothmenu li.home a{ display:block; float:left; width:170px; height:28px; margin-left:5px; background:url(../img/img_logo_c1.png) no-repeat 7px 5px }
.ddsmoothmenu li.home a:hover{ background:url(../img/img_logo_c1.png) no-repeat 7px 5px }

/*Top level menu link items style*/
.ddsmoothmenu ul li.single a:hover{
  -moz-border-radius:4px; /* FF1+ */
  -webkit-border-radius:4px; /* Saf3-4 */
 /* border-radius:4px;  Opera 10.5, IE 9, Saf5, Chrome */
}

.ddsmoothmenu ul li a{
display: block;
color: #ffffff;
padding: 8px 5px;
z-index:1000;
color:#fff;
text-decoration: none;
-moz-border-radius:2px 2px 0 0; /* FF1+ */

}
* 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
{
display:block;
color: #003300;


}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
display:block;
background:#319a09; 
color: #ffffff;
-moz-border-radius:4px 4px 0 0; /* FF1+ */
-webkit-border-radius:4px 4px 0 0; /* Saf3-4 */
border-radius:4px 4px 0 0; /* Opera 10.5, IE 9, Saf5, Chrome */
opacity:0.95;
}

.ddsmoothmenu ul li a:hover
{
display:block;
background:#319a09; /*background of menu items during onmouseover (hover state)*/
color: #ffffff;
-moz-border-radius:4px 4px 0 0; /* FF1+ */
-webkit-border-radius:4px 4px 0 0; /* Saf3-4 */
border-radius:4px 4px 0 0; /* Opera 10.5, IE 9, Saf5, Chrome */
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul
{
color:#ffffff;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width:235px;
top:38px;
background-color: #374249;
-moz-border-radius:0 0 4px 4px; /* FF1+ */
-webkit-border-radius:0 0 4px 4px; /* Saf3-4 */
border-radius:0 0 4px 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
opacity:0.95;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li
{

display: list-item;
float: none;
width: 92px;
padding:0;
margin:0px 0 0 0;

font-weight:normal;
list-style: none outside none;
background-color:#00ccff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li.title
{
width: 215px;
margin:6px 0 6px 5px;
padding:2px 5px;
background:#69767e; /*background of menu items during onmouseover (hover state)*/
color:#fff;
text-align:left;
-moz-border-radius:4px; /* FF1+ */
-webkit-border-radius:4px; /* Saf3-4 */
border-radius:4px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{ top: 0; left:0; color:#ffffff;}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a
{
color:#000;
/*width: 72px; width of sub menus*/
margin: 0;
}
.ddsmoothmenu ul li ul li a:hover
{
display:block;
/*padding:4px;*/
background:#69767e; /*background of menu items during onmouseover (hover state)*/
color:#ffffff;

}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{ height:1%; } /*Holly Hack for IE7 and below*/


/*========== Second menu bar / narrow ======================*/
/*1st sub level menu*/
.ddsmoothmenu ul li ul.narrow{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width:200px;
background-color:#333;
-moz-border-radius:0 0 4px 4px; /* FF1+ */
-webkit-border-radius:0 0 4px 4px; /* Saf3-4 */
border-radius:0 0 4px 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
opacity:0.9; }

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul.narrow li
{
display: list-item;
float: none;
width: 180px;
padding:0;
margin:6px 0 10px 5px;
text-align:left;
font-weight:normal;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul.narrow li.title
{
width: 180px;
margin:6px 0 10px 5px;
padding:2px 5px;
background:#69767e; /*background of menu items during onmouseover (hover state)*/
color:#fff;
text-align:left;
-moz-border-radius:4px; /* FF1+ */
-webkit-border-radius:4px; /* Saf3-4 */
border-radius:4px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{ top: 0; left:0; color:#ffffff;}

/* Sub level menu links style */
.ddsmoothmenu ul li ul.narrow li a{
width: 180px; /*width of sub menus*/
/width: 225px; /*width of sub menus*/
padding: 5px;
margin: 0;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
margin-left:4px;
}
.rightarrowclass{
position: absolute;
top: 6px;
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.9;
}
.titles{
	font-size:12px;
	padding:0.75em 0;
	margin-bottom: 0px;   
}
.lus{
	    text-align:center;
		padding: 0px;
		font-size:12px;
		margin-left:0px;
		margin-right:0px;
		
}
.header ul {

	margin-left:0px;
	margin-top:4px;
	margin-bottom:40px;

}