


/*--------------------------*/
/*below is the drop down menu css*/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;}
	

#sddm li
{	margin: 0;
	padding: 1;
	list-style: none;
	float: left;
	font: bold 12px arial;}
	

#sddm li a
{	display: block;
	margin: 1px 1px 1px 2px;
	padding: 0px 0px 0px 0px;
	width: 85px;
	/*main menu text color*/
    color: #996633;
	/*main menu bg color*/
	background: #121212;
	text-align: center;
	text-decoration: none;}

#sddm li a:hover
    /*main menu bg on roll over*/
{	background: #313131;
    /*main menu text color on roll over*/
    color: #ffffff;}

#sddm div
{	position: absolute;
	visibility: hidden;
	/*dropdown spacing from main menu*/
	margin: 2;
	padding: 0;
	/*inside border bg*/
	background: #333333;
	/*outside border bg*/
	border: 1px solid #121212;}

	#sddm div a
	{	position: relative;
		display: block;
		/*inside border thickness*/
		margin: 1;
		/*linespace - borderspace*/
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		/*dropdown bg color*/
		background: #121212;
		/*text color static*/
		color: #996633;
		font: bold 12px arial;}

	#sddm div a:hover
	    /*text bg color static*/
	{	background: #313131;
	    /*text color on rollover*/
		color: #ffffff;}
		
		brown 996633
	    grey 676163
		light grey EAEBD8

