/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */


/* ************************************----------- MENUBAR -----------************************************ */
/*----------- 	MAIN (horz) NAVIGATION LINKS -----------*/
td#Menubar a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	padding-right: 5px;
	padding-left: 5px;
	/*margin: 13px 0;
	
	display: block;
}
html>body table#Menu a {
	padding-right: 16px;*/
}
td#Menubar a:hover {
	color: #000000;
}
/*----------- 	DROPDOWN LINKS -----------*/
div.Dropdown {
	width:120px;
	background: #000000;
	border-right: solid #e82717 1px;
	border-bottom: solid #e82717 1px;
	border-left: solid #e82717 1px;
}
div#AboutUsDropdown,div#NewVehiclesDropdown,div#UsedVehiclesDropdown,div#ContactDropdown, div#PartsDropdown {
	position:absolute;
	visibility: hidden;
	margin-top: -15px;/*sets the dropdown position in Mac IE*/
	margin-left: -22px;
	
}
/* \*/
div#AboutUsDropdown,div#NewVehiclesDropdown,div#UsedVehiclesDropdown,div#ContactDropdown, div#PartsDropdown {
	margin-top: 0px;/*sets the dropdown position in all other IE browsers*/
	margin-left: -5px;

}
/* */

html>body div#AboutUsDropdown,div#NewVehiclesDropdown,div#UsedVehiclesDropdown,div#ContactDropdown,div#PartsDropdown  {
	margin-top:0px;
	margin-left: -5px;/*sets the dropdown position in netscape based browsers*/
	
}
div#PartsDropdown { 
	width:140px;
}
div.Dropdown a{
	display: block;
	text-decoration: none;
	border-bottom: solid #ed1b2d 1px;
	padding: 4px 5px;
	color: #FFFFFF;
	font-size: 0.75em;
	width: 100%;
}
html>body div.Dropdown a{ /* This hack allows the netscape to read the second style while IE ignores it and just uses the first one*/
	width: auto;
}
div.Dropdown a:hover{
	color: #FFFFFF;
	background: #b91002;
	z-index: 1;
}
