.putt {
	border:1px solid #c8c299;
	color:#000000;
	font-size:12px;
	margin:0px; 
	padding:2px 0px;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#817e68;
	}
.submit {
	background-color:#776a0a;
	border:1px solid #c8c299;
	color:white;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	width:auto;
	padding:1px 3px;
	margin:0px;
	}

.forma {
	padding:0px;
	margin:0px;
	}
	
.coninput {
	border:1px solid #a8c0cc;
	color:#ccdde6;
	font-size:12px;
	margin:0px; 
	padding:2px 0px;
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#808f96;
	}
	
	
.ddsmoothmenu{
font: bold 12px Arial;
background: ; 
width: 100%;
}

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

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
padding:0px;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
padding: 0px 15px;
border-right: 0px solid #ffffff;
text-decoration: none;
}

* 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: white;
}

.ddsmoothmenu ul li a.selected{ 
background: #50190a; 
color: #cfab6e;
}

.ddsmoothmenu ul li a:hover{
background: #50190a; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*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;
top:15px;
background: black;
}

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

.ddsmoothmenu ul li ul li ul li{
top: 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Arial;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #320d02;
}

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

.rightarrowclass{
position: absolute;
top: 6px;
right: 2px;
}

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

.ddshadow{
position: absolute;
left: 0;
top: 30px;
width: 0;
height: 0;
background: black;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
