.jqueryslidemenu{
	font: normal 9.5px Arial;
	width: 700px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	padding: 6px;
	border-right: 1px solid #000000;
	color: #cccccc;
	text-decoration: none;
	background: #ebebeb;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: #000000;
}

.jqueryslidemenu ul li a:hover{
	background: #000000; /*tab link background during hover state*/
	color: #ebebeb;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

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

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: normal 12px Arial;
	width: 130px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid black;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #ebebeb;
	color: #ebebeb;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#flagcontainer {
	width: 150px;
	padding-left: 20px;
	float: left;
}
#flash {
	width: 233px;
	float: left;
}
#700blank {
	width: 700px;
	float: left;
}
#sectionimage {
	width: 300px;
	float: left;
}
#sectiondesc {
	width: 350px;
	padding-left: 50px;
	float: left;
}
.bodywht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.2em;
	color: #FFFFFF;
}
.bodygry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.2em;
	color: #666666;
}
.headerwht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}
.headergry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	line-height: normal;
	color: #444444;
	font-weight: bold;
}
.bodywhtbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-style: normal;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
}
.bodyredbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	line-height: 1.7em;
	color: #FF0000;
	font-weight: bold;
}
#showroomthumbnail {
	float: left;
	width: 175px;
	padding-bottom: 10px;
}
.bodyblk {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.3em;
	color: #000000;
}
.bodyblkbld {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-style: normal;
	line-height: 1.2em;
	color: #000000;
	font-weight: bold;
}
#collabdesc {
	width: 450px;
	padding-left: 50px;
	float: left;
}
#collabimage {
	width: 200px;
	float: left;
	height: 320px;
}
#gallery {
	width: 1530px;
	float: left;
	height: 300px;
	clear: right;
}
#gallerytxt {
	width: 300px;
	float: left;
	clear: right;
}
#popuphoriz {
	height: 600px;
	width: 800px;
	margin: 0px;
}
#popupvert {
	height: 800px;
	width: 600px;
	margin: 0px;
}
#gallerythumb {
	width: 233px;
	float: left;
	height: 200px;
}
#origshowroom {
	float: left;
	padding-right: 20px;
	width: 200px;
}
.phoneno {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: 1.5em;
	color: #000000;
}
.blackquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.4em;
	color: #000000;
	font-weight: bold;
}
#homesectiondesc {
	width: 350px;
	float: left;
	padding-right: 50px;
}
