/*body {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	/*background: #ebebeb;*/
        background-image: url("images/bgimage.gif");
	width: 900px;
	margin: 100px auto;
	color: #666;
}*/
.A_Table {
  font-family: 'Arial';
  margin: 25px auto;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-bottom: 2px solid #00cccc;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.10),
     0px 10px 20px rgba(0,0,0,0.05),
     0px 20px 20px rgba(0,0,0,0.05),
     0px 30px 20px rgba(0,0,0,0.05);
  
}
.Row
{ display:table;
  width: 100%;
  table-layout: fixed;
border-spacing: 10px;
}
.Column
{
display: table-cell;
}
.SmallColumn
{width:16.66667%;
}
.MediumColumn
{
width:66.66667%;}

#container {
    width:905px;
    margin:auto
 }
.example {
    float:left;
    width:159px;
    height:98px;
    border:1px solid #333;
    margin:10px;
    box-shadow:#333 5px 5px 5px;
 }
.tablewrapper {
      position: relative;
    }
    .table {
      display: table;
    }
    .row {
      display: table-row;
    }
    .cell {
      display: table-cell;
      border: 1px solid red;
      padding: 1em;
    }
    .cell.empty
    {
      border: none;
      width: 100px;
    }
    .cell.rowspanned {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100px;
    }
/* Dropdown Button */
.dropbtn {
    border:2px solid #7d6754;
            border-radius:5px;
            padding:3px;
            -webkit-appearance: none; 
            background-color:#D8F781;;
            background-position:88px;
            background-repeat:no-repeat;
          font-weight: bold;
	   colour:white;
    border: none;
    cursor: pointer;
    width: 100px;
    height: 30px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.red {
    background-color:#f00;
 }
.white {
    background-color:#fff;
 }
.blue {
    background-color:#00f;
 }
.lime {
    background-color:#0f0;
 }
.yellow {
    background-color:#ff0;
 }
.cyan {
    background-color:#0ff;
 }
.fuchsia  {
    background-color:#f0f;
 }  
.silver {
    background-color:#c0c0c0;
 } 
.purple {
    background-color:#800080;
 } 
.green {
    background-color:#D8F781; 
 }
.orange {
    background-color:#ffa500; 
 }
.pink {
    background-color:#ffc0cb; 
 }
.ouryellow{
     background-color:#F3E2A9
}
.autumn {
    border-color:#fdb;
    background-image:url(autumn.jpg);
    background-size:100% 100%;
    border-radius:10px;
 }
.blood {
    border-color:#f00;
    background-image:url(blood.jpg);
    background-size:100% 100%;
    border-radius:10px;
 }
.buddha {
    border-color:#369;
    background-image:url(buddha.jpg);
    background-size:100% 100%;
    border-radius:10px;
 }
.divbgimg {
    background-image: url('../images/greatwall.png');
}


/*.divMapleImg {
    background-image: url('../images/maple.png');
}*/

.divMapleImg {
    background-image: url('../images/WindsorSkyline.jpg');
}
 .ddl
        {
            border:2px solid #7d6754;
            border-radius:5px;
            padding:3px;
            -webkit-appearance: none; 
            background-image:url('Images/Arrowhead-Down-01.png');
            background-position:88px;
            background-repeat:no-repeat;
            text-indent: 0.01px;/*In Firefox*/
            text-overflow: '';/*In Firefox*/
        }
.auto-style2 {
            height: 32px;
        }
        .specialColor { 
       background-color: #82caff;
        }
        .auto-style3 {
            height: 32px;
            width: 246px;
        }
        .auto-style4 {
            width: 246px;
        }
        .auto-style5 {
            width: 254px;
        }
a {
	color: #333;
}
#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #212fd2 url(img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(img/gradient.png) repeat-x 0 -40px;
	
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: cc6633 url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}