.topmenu
{
	margin:0 auto;
	padding:0;
	text-align:center;
	border:0;
}
.menu
{
	background: #d5d5d5;
	border:0;
	padding-left:50px;
	padding-right:10px;
	-webkit-border-radius: 10px 10px 10px 10px ;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	behavior: url(PIE.htc);
}

.logo
{
	max-width:250px;
	max-height:80px;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	-khtml-opacity: 0.7;
}


#testata
{
	background-color: #004bef;
	margin: 0 auto 10px auto;
	border:0;
	text-align:center;
	border-bottom:1px solid #888;
	z-index:0;
}


.ddsmoothmenu{
	font: 100%/1.1 Tahoma,Verdana,Helvetica,Arial,sans-serif;
	color:#000;
	text-shadow: 1px 1px 1px #FFF;
	background: #E2E2E2;
	width: 1024px;
	height:31px;
	margin: 0 auto;
	border:1px solid #AAA;
	border-bottom:0;
	-webkit-border-radius: 10px 10px 0px 0px ;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	z-index:500;
        -moz-box-shadow:inset 0px 1px 1px #FFF;
        -webkit-box-shadow:inset 0px 1px 1px #FFF;
        box-shadow:inset 0px 1px 1px #FFF;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0 20px;
list-style: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background:#E2E2E2;
        -moz-box-shadow:inset 0px 1px 1px #FFF;
       -webkit-box-shadow:inset 0px 1px 1px #FFF;
        box-shadow:inset 0px 1px 1px #FFF;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
height:13px;
padding: 9px 10px;
border-right: 1px solid #d5d5d5;
border-left: 1px solid #e2e2e2;
text-decoration: none;
}

.ddsmoothmenu ul li a .home{
position:relative;
top:-4px;
}

* 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: #70777f;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
 background: #d5d5d5;  

}

.ddsmoothmenu ul li a:hover{
 background: #d5d5d5; 

}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
padding: 0;
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: 3px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 100%/1.0 Tahoma,Verdana,Helvetica,Arial,sans-serif;
font-style:normal;
text-align:left;
width: 130px; /*width of sub menus*/
height: 15px;
padding: 5px;
margin: 0;
border-top-width: 0;
border-left:1px solid gray;
border-right:1px solid gray;
/* border-bottom: 1px solid gray; */
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li.login{
font: normal 100%/1.0 Tahoma,Verdana,Helvetica,Arial,sans-serif;
width: 270px; /*width of sub menus*/
height: auto;
padding: 10px;
margin: 0px;
}

#auth
{
	width:250px;
	height: auto;
	text-align:left;
	background-color:#FFF;
	padding:5px;
	margin:5px;	
	border:1px;
}


#auth input
{
    margin:5px 0px 5px 0px;
    font-family: Tahoma,Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 15px;
    padding:4px 4px 5px 4px;
    width:220px;
    border:1px solid #ddd;
    background-color:#f9f9f9;
    color:#888;
}



/* 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: 10px;
right: 7px;
}

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

/* ######### 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: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}