table#sample {    background-color:#FFFFFF;    border: solid #eee 1px;    width: 400px;}
table#sample td {    padding: 5px;    border: solid #ccc 1px;}

.sidehome {
background-color:#fff; /*fffae6 D3C294 5c362f 95764d choco 5d362f darkchoco*/
border:1px dotted #062855; /*062855*/
float:right;
width: 200px;
margin:0 0 15px 20px;/*top right bottom left*/
padding:5px 15px;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#333; /*ece7d7*/
}

.menu, .menu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 175px; /*WIDTH OF MAIN MENU ITEMS*/

}

.menu li{
position: relative;
}

.menu li a{
background: #7e8ea4;

color: white;
display: block;
width: auto;

text-decoration: none;
}

.menu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 1px;
display: none;
}

.menu li ul li{
float: left;
}

.menu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.menu .arrowdiv{
position: absolute;
right: 1px;
background: #fcedc6 center right;
}

.menu li a:visited, .menu li a:active{
color: #fff;
}

.menu li a:hover{
background-color: #fcedc6;
color: #000;
}

.submenu li a:hover{
background-color: #fcedc6;
color: #000;
border: 1px solid #cc0000;
list-style-type: none;
}


/* Holly Hack for IE \*/
* html .menu li { float: left; height: 1px; }
* html .menu li a { height: 1px; }
/* End */
