/*                                                 */
/*   stylesheet website vconsyst.nl   */
/*   april 2009 - mijnhuisstijl.nl        */
/*                                                 */




/* Common style */


*
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	width: 100%;
	height: auto !important;
	height: 98%;
	overflow: auto;
	background: #fff url(/MyImagebank/Images/bg_body_home.jpg) top left repeat-x;
}

body, #div, td, p, a, span
{
	font: normal 12px arial, verdana, sans-serif;
	color: #000;
}

img
{
	/*display: block;*/
	padding: 0;
	margin: 0;
	border:0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin-bottom: 10px;
}

h1
{
	margin-bottom: 10px;
	font: bold 11px arial, verdana, sans-serif;
	color: #009534;
	text-transform: uppercase;
}

h2
{
	font: bold 11px arial, verdana, sans-serif;
	color: #b1b3b4;
}

h3
{
}

ul
{
	padding: 0px 10px 0px 16px;
	list-style-type: square;
	/*list-style-image: url(/MyImagebank/Images/li_square.jpg);*/
}

ol
{
	padding: 0px 10px 0px 22px;
}

.groen, p.groen, span .groen, p span .groen
{
	font-weight: bold;
	color: #009a3d;
}

.grijs
{
	   color: #666;
}	

.roze
{
	   color: #c06;
}



#bg, #bg_home
{
	position: absolute; /*fixed;*/
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100% !important;
	height: 100%;
}

#bg
{
	background: #fff url(/MyImagebank/Images/bg_body.jpg) top left repeat-x;
}

#bg_home
{
	background: #fff url(/MyImagebank/Images/bg_body_home.jpg) top left repeat-x;
}

#centerwrapper
{
	margin: 0px auto;
	width: 1110px;
	height: auto !important;
	height: 100%;
}



/* Pages */


#firstleftshade, #firstleftshade_home
{
	float: left;
	width: 56px;
	height: 680px;
}


#firstleftshade
{
	background: url(/MyImagebank/Images/firstshade_left.jpg);
}

#firstleftshade_home
{
	background: url(/MyImagebank/Images/firstshade_left_home.jpg);
}

#container, #container_home
{
float: left;
	width: 1054px;
	min-height: 680px;
	height: auto !important;
	height: 680px;
	/*margin: 0px auto;*/
	background: #fff;
}

#header, #header_home
{
	position: relative;
	height: 111px;
	width: 1054px;
	background: #fff url(/MyImagebank/Images/bg_header.jpg) top right no-repeat;;
}

#logo, #logo_home
{
	position: absolute;
	top: 25px;
	left: 25px; /*115px;*/
	width: 285px;
	height: 54px;
}

#headmenu
{
	position: absolute;
	top: 0px;
	left: 476px;
	width: 522px;
	height: 33px;
}

#headmenu a, #headmenu li a, #headmenu ul li a
{
}

#headmenu a.selected
{
	color: #fff;
}

#headmenu a:hover
{
	color: #fff;
	text-decoration: none;
}

#headmenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#headmenu li
{
	/*display: inline-block;*/
}

#headmenu ul li, #headmenu ul li a
{
	float: left;
	display: inline-block;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

#headmenu ul li
{
	height: 33px;
}

#headmenu ul li a
{
	height: 29px; /*33px;*/
	padding: 4px 0 0 10px;
}

#headmenu li#spacer_left
{
	width: 7px;
	background: #fff url(/MyImagebank/Images/spacerleft_headmenu.jpg);
}

#headmenu li#afval a
{
	width: 106px; /*116px;*/
	background: #fff url(/MyImagebank/Images/bg_headmenu.jpg) top right no-repeat;
}

#headmenu li#registratie a
{
	width: 138px; /*148px;*/
	background: #fff url(/MyImagebank/Images/bg_headmenu.jpg) top right no-repeat;
}

#headmenu li#ontwikkeling a
{
	width: 142px; /*152px;*/
	background: #fff url(/MyImagebank/Images/bg_headmenu.jpg) top right no-repeat;
}

#headmenu li#service a
{
	width: 89px; /*99px;*/
	background: #fff;
}

#headmenu li#afval a:hover, #headmenu li#registratie a:hover, #headmenu li#afval a.selected, #headmenu li#registratie a.selected
{
	background: #000 url(/MyImagebank/Images/bg_headmenu_black_over.jpg) top right no-repeat;
}

#headmenu li#ontwikkeling a:hover, #headmenu li#service a:hover, #headmenu li#ontwikkeling a.selected, #headmenu li#service a.selected
{
	/*background: #b2b3b5 url(/MyImagebank/Images/bg_headmenu_grey_over.jpg) top right no-repeat;*/
	background: #009534 url(/MyImagebank/Images/bg_headmenu_green_over.jpg) top right no-repeat;
}

#stditems_container
{
	position: absolute;
	top: 85px;
	left: 476px;
	z-index:99999;
}

#bg_home #stditems_container
{
	left: 400px;
}


#stdmenu
{
	float: left;
	white-space:nowrap;
}


#stdmenu, #stdmenu li, #stdmenu a, #stdmenu input.searchbox
{
	font: 300 11px arial, verdana, sans-serif;
	letter-spacing: 0.1px;
	color: #b1b3b4;
}

#stdmenu a:hover, #stdmenu a.selected
{
	color: #009534; /*#000;*/
	text-decoration: none;
}

#stdmenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#stdmenu li
{
	display: inline;
}

#stdmenu ul li
{
	position: relative;
}

#stdmenu ul li a
{
	margin: 0 6px;
}

#stdmenu ul li,#stdmenu ul li a
{
	float: left;
	display:block;
	height: 25px;
	line-height: 24px;
}

#stdmenu ul li.language, #stdmenu ul li.language a
{
	background: #fff url(/MyImagebank/Images/btn_language.jpg) top right no-repeat;
}

#stdmenu ul li > ul.language
{
	display: none;
	margin: 13px 0 0 -70px;
	width: 80px;
	background: #fff;
}

#stdmenu ul li:hover > ul.language
{
	position: absolute;
	display: block;
	border: solid 1px #ccc;
}

#stdmenu ul li ul.language li,#stdmenu ul li ul.language li a
{
	display: block;
}

#stdmenu input.searchbox
{
	float: right;   /* left */
	width: 116px;
	height: 18px;
}

#dvLanguage
{
	visibility: hidden;
	float: left;
}

#dvLanguage select.DropDownList
{
	width: 78px;
	height: 18px;
	margin-top: 4px;
	font: 300 11px arial, verdana, sans-serif;
	/*line-height: 24px;*/
	color: #b1b3b4;
	letter-spacing: 0.1px;
	border: none !important;
	border: solid 1px #fff; /*#b1b3b4;*/
	/*background: #fff url(/MyImagebank/Images/btn_language.jpg) top right no-repeat;*/
	background-color: #fff;
}

#dvSearchText
{
	float: right;
}

/*
#dvSearchBtn
{
}
*/

#container_content, #container_content_home
{
	/*position: relative;*/
	width: 1054px;
/*	height: auto !important;
	height: 400px;
*/	background: #fff;
}

#column_left
{
	float: left;
	width: 233px;
	height: 560px;
	background: #fff url(/MyImagebank/Images/bg_tabmenu.jpg) top right no-repeat;
}

#tabmenu
{
	position: relative;
	width: 233px;
	height: 460px; /*560px;*/
	background: #009534;
}

#tabmenu #notabs
{
	position: absolute;
	top: 0px;
	left: 156px;
	width: 77px;
	height: 460px; /*560px;*/
	/*background: url(/MyImagebank/Images/bg_notabs.jpg) repeat-y;*/
}

#tabmenu #tabs, #tabmenu #tabs_eng
{
	position: absolute;
	top: 0px;
	left: 156px;
	width: 77px;
	height: 460px; /*560px;*/
}

#tabs ul, #tabs_eng ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#tabs li, #tabs li a, #tabs_eng li, #tabs_eng li a
{
	width: 77px;
	display: block;
	text-indent: -900%;
}


/* Dutch tab menu's */

#tabs li#producten_oplossingen a
{
	height: 115px;
	background: url(/MyImagebank/Images/tab1.jpg) top;
}

#tabs li#service_beheer
{
	height: 115px;
	background: url(/MyImagebank/Images/tab2_empty.jpg) top;
}

#tabs li#service_beheer a
{
	height: 115px;
	background: url(/MyImagebank/Images/tab2.jpg) top;
}

#tabs li#referenties a
{
	height: 131px;
	background: url(/MyImagebank/Images/tab3.jpg) top;
}

#tabs li#nieuws a
{
	height: 99px;
	background: url(/MyImagebank/Images/tab4.jpg) top;
}


/* English tab menu's */

#tabs_eng li#producten_oplossingen a
{
	height: 115px;
	background: url(/MyImagebank/Images/tab1_eng.jpg) top;
}

#tabs_eng li#service_beheer
{
	height: 115px;
	background: url(/MyImagebank/Images/tab2_empty_eng.jpg) top;
}

#tabs_eng li#service_beheer a
{
	height: 115px;
	background: url(/MyImagebank/Images/tab2_eng.jpg) top;
}

#tabs_eng li#referenties a
{
	height: 131px;
	background: url(/MyImagebank/Images/tab3_eng.jpg) top;
}

#tabs_eng li#nieuws a
{
	height: 99px;
	background: url(/MyImagebank/Images/tab4_eng.jpg) top;
}

/* End English tab menu's */


#tabs li#producten_oplossingen a:hover, #tabs_eng li#producten_oplossingen a:hover
{
	background-position: bottom;
}

#tabs li#service_beheer a:hover, #tabs_eng li#service_beheer a:hover
{
	background-position: bottom;
}

#tabs li#referenties a:hover, #tabs_eng li#referenties a:hover
{
	background-position: bottom;
}

#tabs li#nieuws a:hover, #tabs_eng li#nieuws a:hover
{
	background-position: bottom;
}


/* Dutch tab menu's */

#tabs li#producten_oplossingen a.selected
{
	background: url(/MyImagebank/Images/tab1_selected.jpg);
}

#tabs li#service_beheer a.selected
{
	background: url(/MyImagebank/Images/tab2_selected.jpg);
}

#tabs li#referenties a.selected
{
	background: url(/MyImagebank/Images/tab3_selected.jpg);
}

#tabs li#nieuws a.selected
{
	background: url(/MyImagebank/Images/tab4_selected.jpg);
}


/* English tab menu's */

#tabs_eng li#producten_oplossingen a.selected
{
	background: url(/MyImagebank/Images/tab1_selected_eng.jpg);
}

#tabs_eng li#service_beheer a.selected
{
	background: url(/MyImagebank/Images/tab2_selected_eng.jpg);
}

#tabs_eng li#referenties a.selected
{
	background: url(/MyImagebank/Images/tab3_selected_eng.jpg);
}

#tabs_eng li#nieuws a.selected
{
	background: url(/MyImagebank/Images/tab4_selected_eng.jpg);
}

/* End English tab menu's */


#tabmenu #vcmenu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px; /*147px;*/
	height: 460px;
	overflow: hidden;
	background: transparent;
}

/*Removed ul, li and a styles for vcmenu*/

#column_mid
{
	float: left;
	width: 753px;
	margin: 0 6px 0 6px;
	_display: inline; /* IE6 hack for double margin */
}

#vcimage
{
	float: left;
	position: relative;
	width: 237px;
	height: 230px;
	overflow: hidden;
	background: url(/MyImagebank/Images/afbeelding_237x230.jpg);
}

#vcimage #imagecorner
{
	position: absolute;
	top: 206px;
	left: 213px;
	width: 24px;
	height: 24px;
	background: transparent url(/MyImagebank/Images/vcimagecorner.png);
}

#contentwrapper
{
	float: left;
	width: 516px;
	min-height: 300px !important;
	height: 300px;
}

#titlediv
{
	float: left;
	width: 510px;
	height: 115px;
	_display: inline; /* IE6 hack for double margin */
	margin-left: 6px;
}

#titlebox
{
	position: relative;
	/*_position: fixed; IE6 hack for not displaying margin-left while floated */
	float: left;
	width: 389px;
	height: 115px;
	_display: inline; /* IE6 hack for double margin */
	margin-right: 6px;
	background: #b1b3b4;
}

#titlebox.greenbg
{
	background: #005029;
}

#titlebox h1
{
	position: absolute;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 15px 12px 15px;
	margin: 0;
	bottom: 0px;
}

#title_image
{
	float: left;
	width: 115px;
	height: 115px;
	overflow: hidden;
	background: url(/MyImagebank/Images/afbeelding_115x115.jpg);
}

#content
{
	float: left; /*inherit;*/
	width: 380px;
	padding: 50px 0 60px 20px;
}

#content, #content p, #content span
{
	text-transform: none;
}

#content.inleiding, #content p.inleiding, #content span.inleiding, .inleiding, #content.inleiding a, #content p.inleiding a, #content span.inleiding a, .inleiding a
{
	font-weight: bold;
}

#content span.nowrap
{
	white-space: nowrap;
}

#content span.blacktext
{
	color: #000;
}

#content h1
{
	margin: 24px 0 0 0;
}

#content h2
{
	margin: 0px 0 10px 0;
}

#content hr
/* streep onder nieuwsitems */
{
	width: 100%;
	height: 1px;
	color: #b1b3b4;
	background-color: #b1b3b4;
	border: none;
	margin-top: 16px;
	/*margin-bottom: -20px;*/
}

#content ol li
{
	padding-bottom: 0px;
}

#content ul li, #content_home ul li
{
	padding-bottom: 0px;
	list-style-type: square;
	list-style-image: url(/MyImagebank/Images/li_bullet.jpg);
}

#content h1.organigram
{
	margin-left: -243px;    /* (-258px + 15px) */
}

#content img.organigram
{
	width: 751px; /* (maxwidth???) */
	height: 535px;
	margin-left: -258px;
}

#content h1.tableheader
{
	margin-left: -243px;    /* (-258px + 15px) */
}

#content table
{
	width: 755px; /* (maxwidth???) */
	margin-left: -258px;
}

#content table#formulier

{
	width: 497px;
	margin-left: 0px;
}

#content table td
{
	background: #f3f3f4;
	vertical-align: top;
	text-align: left;
	font: normal 12px arial, sans-serif;   /*11px;*/
	line-height: 14px;            /*13px;*/
	padding: 6px 4px 6px 10px;
	border-spacing: 3px;
}

#content table#formulier td
{
	background: #f3f3f4;
	vertical-align: top;
	text-align: left;
	font: normal 12px arial, sans-serif;   /*11px;*/
	line-height: 14px;            /*13px;*/
	padding: 2px 4px 3px 10px;
	border-spacing: 2px;
}

#content table td li
{
	color: rgb(163,163,163);
}

#content table td.tablehead
{
	font-weight: bold;
}

#content table td.firstcolumn
{
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}

#content table td.fixedwidth
{
	width: 270px;
}

/* ------------------------------------------------------------- */

#content table.reiniging td.firstcolumn
{
	padding-left: 10px;
	white-space: wrap;
}

#content table.reiniging td.fixedwidth
{
	width: 250px;
}

/* ------------------------------------------------------------- */

#content.wide
{
	width: 638px;
}

#column_right
{
	float: left;
	width: 56px; /*34px;*/
	height: 560px;
	background: transparent url(/MyImagebank/Images/bg_rightcolumn.jpg) top left no-repeat;
}



/* Homepage */


#header_home
{
}

#logo_home
{
	/*left: 187px;*/
}

#midgreen_home
{
	position: relative;
	width: 1054px;
	height: 240px;
	background: #009534 url(/MyImagebank/Images/bgmidgreen_home.jpg) bottom no-repeat;
}

#midgreen_home #greenshadow
{
	position: absolute;
	top: 0px;
	left: 998px;
	width: 34px;
	height: 240px;
	background: url(/MyImagebank/Images/shade_greenright_home.jpg);
}

#title_home
{
	position: absolute;
	top: 56px;
	left: 293px;
	width: 511px;
	height: 13px;
}
#movingimg
{
	position: absolute;
	top: 0;
	left: 0px;
	width: 998px;
	height: 230px;
	/* TIJDELIJK ipv de flash */
	/*background: url(/MyImagebank/Images/temp_flash.png);*/
}

#column_left_home
{
	float: left;
	width: 214px; /*184px;*/
	height: 333px;
	/*background: url(/MyImagebank/Images/shade_left_home.jpg) right no-repeat;*/
}

#home_menu, #home_menu_eng
{
	width: 214px; /*184px;*/
	height: 333px;
}

#home_menu ul, #home_menu_eng ul
{
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}

/*
#home_menu li, #home_menu_eng li
{
	display: block;
}
*/

#home_menu ul li, #home_menu ul li a, #home_menu_eng ul li, #home_menu_eng ul li a
{
	text-indent: -900%;
}

#home_menu ul li a, #home_menu_eng ul li a
{
	width: 214px; /*184px;*/
	height: 42px;
	display: block;
	margin-bottom: 6px;
	/*line-height: 30px;*/
	text-decoration: none;
}


/* Dutch home menu */

#home_menu ul li#afval
{
	margin-top: 35px;
	background: #000 url(/MyImagebank/Images/btn_home_afvalinzamelsystemen.jpg) no-repeat;
}

#home_menu ul li#registratie
{
	background: #000 url(/MyImagebank/Images/btn_home_bezoekersregistratiesystemen.jpg) no-repeat;
}

#home_menu ul li#ontwikkeling
{
	background: #009534 url(/MyImagebank/Images/btn_home_softwareproductontwikkeling.jpg) no-repeat;
}

#home_menu ul li#service
{
	background: #009534 url(/MyImagebank/Images/btn_home_service.jpg) no-repeat;
}


/* English home menu */

#home_menu_eng ul li#afval
{
	margin-top: 35px;
	background: #000 url(/MyImagebank/Images/btn_home_afvalinzamelsystemen_eng.jpg) no-repeat;
}

#home_menu_eng ul li#registratie
{
	background: #000 url(/MyImagebank/Images/btn_home_bezoekersregistratiesystemen_eng.jpg) no-repeat;
}

#home_menu_eng ul li#ontwikkeling
{
	background: #009534 url(/MyImagebank/Images/btn_home_softwareproductontwikkeling_eng.jpg) no-repeat;
}

#home_menu_eng ul li#service
{
	background: #009534 url(/MyImagebank/Images/btn_home_service_eng.jpg) no-repeat;
}

/* End English home menu */


#content_home
{
position: relative;
	float: left;
	width: 506px; /*814px;*/
	height: auto !important;
	height: 220px;
	/*padding: 35px 200px 20px 108px;*/
	padding: 35px 200px 20px 78px;
}

#content_home img.btn_home
{
	display: inline-block;
	position: absolute;
	top: 40px;
	left: 510px;
}

#column_right_home
{
	float: left;
	width: 56px;
	height: 333px;
	background: url(/MyImagebank/Images/shade_right_home.jpg) top left no-repeat;
}

#content_home_corpimg { width:980px; overflow:hidden; margin-bottom:10px; }
#content_home_corpimg img { white-space:nowrap; width:90px; height:90px; overflow:hidden; margin-right:10px; }



/* Afvalinzamelsystemen */






/* Old and only Menu */


.Menu
{
	width: 800px;
	padding: 0px;
	margin: 0px;
	z-index:999;
}
.StaticMenu
{
	Font-Family: arial, verdana, sans-serif;
	Font-Size:11px;
	font-weight: bold;
	background-color: transparent;
	padding:0px;
	padding-left: 0px;
}
.StaticMenu a:hover
{
	color: #009e58;
}
.StaticMenu a:link
{
	color: #000000;
}
.StaticMenu a:visited
{
	color: #000000;
}
.SMHover
{
	Font-Family: Arial, Verdana, sans-serif;
	font-weight: bold;
	Font-Size:12px;
	color:#009e58;
	padding:0px;
	padding-left: 5px;
}
.SMItem
{
	Font-Family: arial, verdana, sans-serif;
	Font-Size: 11px;
	font-weight: bold;
	background-image:url(/MyImageBank/Images/bg_menu_butt.gif);
	width:100px;
	height:23px;
	padding-left: 5px;
}
.SMSelected
{
	Font-Family: Arial, Verdana, sans-serif;
	Font-Size:12px;
	font-weight: bold;
	background-color: transparent;
	padding:0px;
	padding-left: 5px;
}
.DM
{
	border: none;
	padding-right: 0px;
	padding-left: 1px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial, Verdana, sans-serif;
}
.DM a:link
{
	color: #FFFFFF;
}
.DM a:visited
{
	color: #FFFFFF;
}
.DM a:hover
{
	color: #000000;
}
.DMItem
{
	background-image:url(/MyImageBank/Images/bg_dyn_link.gif);
	Font-Family: Arial, Verdana, sans-serif;
	Font-Size: 12px;
	font-weight: bold;
	height: 23px;
	padding:2px;
	border:none;
}
.DMHover
{
	Color: red;
	Font-Family: Arial, Verdana, sans-serif;
	Font-Size:12px;
	font-weight: bold;
	padding:2px;
}
.DMSelected
{
	Font-Family: Arial, Verdana, sans-serif;
	Font-Size:12px;
	font-weight: bold;
	background-color: transparent;
	padding:2px;
}











#combobox
{
	height:20px;
	width:150px;
	position:relative;
	margin-left:795px;
	top:-21px;
	font:300 11px arial,verdana,sans-serif;
	color:#B1B3B4;
z-index:999;
}

#combobox_kies
{
	color:#B1B3B4;
	font:300 11px arial,verdana,sans-serif;
	cursor:pointer;
}
#combobox_kies a:hover
{
	color:#009E58;
	font:300 11px arial,verdana,sans-serif;
	cursor:pointer;
	text-decoration:none;
}


.combobox_kies a:hover 
{
	color:red;
}

#comboboxlinks {
	position: absolute;
	top: 11px;
	left: 7px;	
	color:#B1B3B4;
}
#comboboxlinks
{
	color:#B1B3B4;
}

#linkscomboboxlinkslist
{
    padding-left: -10px;
}
#comboboxlinkslist {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	margin: 14px 0 0 -1px;
	padding: 0;
}

ul.comboboxlinks {
	/*top: -25px;*/
	position: relative;
	margin: 0;
	padding: 0;
	width: 162px;
	display: block;
	border: 0px solid #B1B3B4;
	text-indent: 3px;
	z-index:999;
}

ul.comboboxlinks li {
	line-height: 14px;
	list-style-type: none;
	background-color: #fff;
	color: #000;
}

ul.comboboxlinks li ul {
	left: 0;
	margin: 0;
	padding: 0;
	width: 162px;
	border: 1px solid #B1B3B4;
	display: block;
}

ul.comboboxlinks a.combox-btn {
	position: relative;
	width: 16px;
	height: 14px;
	margin: -14px 0 0 0;
	background: #999 url(../images/combobox.gif);
	text-decoration: none;
	font-size: 1px;
	line-height: 1px;
	display: inline;
	float: right;
	cursor: default;
}

ul.comboboxlinks a.combox-btn:hover {
	background: #999 url(../images/combobox-hoover.gif);
}

ul.comboboxlinks li ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	cursor: default;
	color:#B1B3B4;
	font:300 11px arial,verdana,sans-serif;
}

ul.comboboxlinks li ul li a:hover {
	/*background-color: #009E58;*/
	color: #009E58;
	cursor:pointer;
}


li ul.navdropdown {
	display: none;
	position: absolute;
	top: 24px!important;
	right: 0;
	font-weight: normal;
	background: #fff;
	border: 1px solid #ccc;
	width: 160px;
	padding: 5px;
	border-right: solid 1px #7d6340;
}

li>ul.navdropdown {
	top: auto;
	left: auto;
}

li .navdropdown li {
	display: block;
	background-color: transparent;
	border: 0;
}

li li a { display:block; width: 150px;}


li:hover ul.navdropdown, li.over ul.navdropdown {
	display: block;
}
