.ddsmoothmenu{
background: none; /*background of menu bar (default state)*/
width: 100%;
padding-left:6px;
padding-bottom:20px;
*margin-top:20px;


}

.ddsmoothmenu ul{
z-index:9000;
margin: 0;
padding: 0;
list-style-type: none;
*margin-top:200px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
font-family:Tahoma, Helvetica, sans-serif;
font-size:11px;
position: relative;
display: inline;
float: left;
margin:0px;
padding:0px;



}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background: #0d85a3;/*background of menu items (default state)*/
	color: white;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin:0px;

	
	*background: #097b9a;/*background of menu items IE (default state)*/
	*padding-top: 7px;
	*padding-right: 15px;
	*padding-bottom: 10px;
	*padding-left: 15px;

 
	
}


* 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;
	text-decoration: none;
}

.ddsmoothmenu ul li a:hover{
	background: #0d85a3; /*background of menu items during onmouseover (hover state)*/
		*background: #097b9a;/*background of menu items IE (default state)*/
	color: #00cbff;
	text-decoration: underline;
	
}

.ddsmoothmenu ul li .newclass{
	color: white;
	background-color: #990000;
}

.ddsmoothmenu ul li .newclass a{
background: red; /*background of menu items during onmouseover (hover state)*/
color: black;
}

.ddsmoothmenu ul li .newclass a:link{
background: red; /*background of menu items during onmouseover (hover state)*/
color: black;
}

.ddsmoothmenu ul li .newclass a:hover{
background: red; /*background of menu items during onmouseover (hover state)*/
color: black;
}





	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;


}

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

/*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{
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	width: 200px;
	border-bottom: 1px solid #32b2d3;
	text-align:left;
	padding: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;

}


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

.downarrowclass{
	position: absolute;
	left:20px;
	padding-top:16px;
	*padding-top:18px;

}

.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;
background: silver;
}

.toplevelshadow{ /*shadow opacity.*/
opacity:80; -moz-opacity: 0.8; filter: alpha(opacity=0.8);
*-moz-opacity: 80; filter: alpha(opacity=80);
}


/* ########################################################## TOP MENU ########################################################################################### */

.ddsmoothmenu1{
background: none; /*background of menu bar (default state)*/
width: 100%;
padding-left:12px;


}

.ddsmoothmenu1 ul{
	z-index:9000;
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*Top level list items*/
.ddsmoothmenu1 ul li{
font-family:Tahoma, Helvetica, sans-serif;
font-size:11px;
position: relative;
float: left;


}

/*Top level menu link items style*/
.ddsmoothmenu1 ul li a{
display:block;
	background: #216276; /*background of menu items (default state)*/
	color: #ffffff;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	
	border-right-style: dotted;
	border-right-color: #bdd0d6;
	border-right-width: 1px;


	
	
	*background: #216276;/*background of menu items IE (default state)*/
	*padding-top: 0px;
	*padding-right: 15px;
	*padding-bottom: 0px;
	*padding-left: 15px;



/*
	
	
	

	
}


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

.ddsmoothmenu1 ul li a:link, .ddsmoothmenu1 ul li a:visited{
color: ffffff;
}

.ddsmoothmenu1 ul li a:hover{
	background: #216276; /*background of menu items during onmouseover (hover state)*/
	color: #00cbff;
	text-decoration: underline;
}

.ddsmoothmenu1 ul li .newclass{
	color: white;
	background-color: #990000;
}

.ddsmoothmenu1 ul li .newclass a{
background: red; /*background of menu items during onmouseover (hover state)*/
color: black;
}

.ddsmoothmenu1 ul li .newclass a:link{
background: red; /*background of menu items during onmouseover (hover state)*/
color: black;
}

.ddsmoothmenu1 ul li .newclass a:hover{
background: red; /*background of menu items during onmouseover (hover state)*/
color: black;
}





	
/*1st sub level menu*/
.ddsmoothmenu1 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

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

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

/* Sub level menu links style */
.ddsmoothmenu1 ul li ul li a{
font-family:Tahoma, Helvetica, sans-serif;
font-size:11px;
width: 160px; /*width of sub menus*/


border-bottom: 1px dotted #ffffff;
text-align:left;
}


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

.downarrowclass{
position: absolute;
top: 11px;
*top: 10px;


}

.rightarrowclass{
position: absolute;
top: 0px;
right: 7px;
}

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

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

.toplevelshadow{ /*shadow opacity.*/
opacity:80; -moz-opacity: 0.8; filter: alpha(opacity=0.8);
*-moz-opacity: 80; filter: alpha(opacity=80);
}

.bodyhome .header .menuup .menu #smoothmenu1 .leftli{
	background-image:url(templates/pnomikos/images/btnmenl.png);
	background-position: left top;
	padding-left:7px;
	
	height:30px;
	background-repeat: no-repeat;
}

.bodyhome .header .menuup .menu #smoothmenu1 .rightli{
	background-image:url(templates/pnomikos/images/btnmenr.png);
	background-position: right top;
	padding-right:7px;
	height:30px;
	margin-left:-1px;
	background-repeat: no-repeat;
}
.bodyhome .header .menuup .menu #smoothmenu1 ul{
margin:0px;
padding:0px;
}
