li#bullets, ul#bullets
{
list-style-image:url('../images/but_02.jpg');
text-shadow : 1px 1px #FFFFFF;
font: 13px Verdana;
}
li#bullets a
{
text-decoration:none;
color:darkblue;
}
li#bullets a:hover
{
color:blue;
}

li#bullets:hover
{
list-style-image:url('../images/but_03.jpg');
}

li#trimite, ul#trimite
{
background-image:url('../images/but_04.jpg');
background-repeat:repeat-y;
text-decoration: none;
list-style-type: none;
height:20px;
display: inline;
}

table#menu, table#menu td
{
padding:5px 5px 5px;
background-color:white;
}
ul#menu2 {
	font: 14px Verdana;
	font-weight:bold;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#menu2 li#menu2 {
    display: block;
    position: relative;
    float: left;
}
li#menu2 ul#menu2 {
    display: none;
}
ul#menu2 li#menu2 a#menu2 {
    display: block;
	width : 100px;
	height : 30px;
	text-align:center;
	/*box-shadow: 5px 5px 3px #888888;*/
	opacity:1.0;
    text-decoration: none;
    color: white;
    border-top: 1px solid white;
    padding: 5px 15px 5px 15px;
    background: green;
    margin-left:5px;
    white-space: nowrap;
}
li#menu2:hover ul#menu2 {
    display: block;
    position: absolute;
}
li#menu2:hover li#menu2 {
    float: none;
    font-size: 12px;
}
ul#menu4 {
	/*font: 12px Verdana;*/
	font: bold 14px "Myriad Pro","Lucida Grande",Helvetica,Arial,sans-serif;
	font-weight:bold;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#menu4 li#menu4 {

    display: block;
    position: relative;
    float: left;
}
li#menu4 ul#menu4 {
    display: none;
}
ul#menu4 li#menu4 a#menu4,a#menu4 {

    display: block;
	width : 113px;
	height : 18px;
	border-radius:8px;
	text-align:center;
/*	box-shadow:3px 3px 20px 3px #8ECC7A inset;
	box-shadow:3px 3px 3px 3px #8ECC7A ;*/
	box-shadow:3px 3px 8px 3px gray;
    text-decoration: none;
    color: white;
    padding: 8px 15px 5px 15px;
    background: green;
    margin-left: 15px;
	margin-bottom: 1px;
	margin-top: 5px;
    white-space: nowrap;
		background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgba(255,255,255,.5)),
		color-stop(0.8, rgba(0,0,0,.1))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgba(255,255,255,.5) 0%,
		rgba(0,0,0,.1) 100%
	);
}
ul#menu4 li#menu4 a#menu4:active,a#menu4:active
{
box-shadow:3px 3px 20px 10px #8ECC7A;
/*box-shadow:0px 0px 0px 0px white;*/
}

li#menu4:hover ul#menu4 {
    display: block;
    position: absolute;
}
li#menu4:hover li#menu4 {
    float: none;
    font-size: 12px;
}
li#menu4 ul#menu4 li#menu4 a#menu4 {
    display: block;
	width : 140px;
	height : 10px;
	border-radius:5px;
	text-align:center;
	box-shadow:2px 2px 3px 2px #8ECC7A inset;
    text-decoration: none;
    color: white;
    border: 1px solid green;
    padding: 5px 15px 5px 15px;
    background: green;
    margin-left: 1px;
	margin-bottom: 1px;
	margin-top: 0px;
    white-space: nowrap;
}

a#simple, a#simple_l
{
padding: 3px 3px 3px 3px;
border: 1px solid green;
border-spacing:2px;
background-color: green;
color: white;
text-decoration: none;
font-weight:bold;
/*box-shadow: 5px 5px 3px #888888;*/
text-decoration:none;
list-style-type: none;
color: white;
text-align:center;
vertical-align:middle;
font: 13px Verdana;
font-weight:bold;
}

a#simple
{
display:block;
width : 60px;
height : 15px;
}

a#simple_l
{
display:block;
width : 140px;
height : 18px;
}
a#fisa
{
text-decoration:none;
color:black;
}
a#gray, a#gray_l
{
padding: 5px 5px ;
border: 1px solid gray;
border-spacing:5px;
background-color: #EBEFEB;
color: black;
text-decoration: none;
font-weight:bold;
/*box-shadow: 5px 5px 3px #888888;*/
text-decoration:none;
list-style-type: none;
text-align:center;
vertical-align:middle;
font: 13px Verdana;
font-weight:bold;
}
a#gray
{
display:block;
width : 90px;
height : 30px;
}
a#gray_l
{
display:block;
width : 140px;
height : 30px;
}
a#gray:hover, a#gray_l:hover
{
background-color: white;
}
a#gray:hover, a#gray_l:hover
{
background-color: white;
}
a.buton2, button.buton2
{
	display:inline-block;
	padding: 5px;
	border: 1px solid gray;
background-color:#EEE;
background: rgb(238,238,238);
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	color: darkred;
	text-decoration: none;
	list-style-type: none;
	text-align:center;
	font: 12px Verdana;
	font-weight:bold;
}
a.buton2:hover, button.buton2:hover, button.buton2Pushed
{
background: rgb(168,72,93);
background: -moz-linear-gradient(top, rgba(168,72,93,1) 0%, rgba(142,42,64,1) 45%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,72,93,1)), color-stop(45%,rgba(142,42,64,1)), color-stop(100%,rgba(109,0,25,1)));
background: -webkit-linear-gradient(top, rgba(168,72,93,1) 0%,rgba(142,42,64,1) 45%,rgba(109,0,25,1) 100%);
background: -o-linear-gradient(top, rgba(168,72,93,1) 0%,rgba(142,42,64,1) 45%,rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(top, rgba(168,72,93,1) 0%,rgba(142,42,64,1) 45%,rgba(109,0,25,1) 100%);
background: linear-gradient(to bottom, rgba(168,72,93,1) 0%,rgba(142,42,64,1) 45%,rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8485d', endColorstr='#6d0019',GradientType=0 );
color:lightgray;
}