body, p, td 
{
  font-family: arial; 
  font-size:10px;
  line-height: 20px;
  color: #333;
  background-image:url('BGBuilding.jpg');
}


a 
{
    text-decoration: none;
    color:#200;
    font-size:x-small;
    font-weight:bold;
    font-family:Arial ;
}
a:hover 
{
    COLOR:#390;
    font-size:x-small;
    font-weight:bold;
    font-family:Arial;
    TEXT-DECORATION: underline
}

a.leftMenu
{
	text-decoration:none;
	font-size:100%;
	font-weight:bold;
	text-indent:inherit;
}
a.leftMenu:hover, .selectedMenu
{
	text-decoration:underline;
	font-size:100%;
	font-weight:bold;
	text-indent:inherit;
	color:white;
}
.selectedSubMenu
{
	color:white;	
	font-weight:bold;
}
.title
{
	font-size:100%;
	color:white;	
}
a.title:visited
{
	font-size:100%;
	color:white;	
}
.Disclaimer
{
font-size:x-small;
}
H1,H2,H3,H4,H5 { font-family: Tahoma, sans-serif, Verdana, Arial, Helvetica,  }
H1 { font-size: 160%; font-weight: bold; }
H2 { font-size: 140%; font-weight: bold; }
H3 { font-size: 120%; font-weight: bold; }
H4 { font-size: 110%; font-weight: bold; }

PRE { 
	BACKGROUND-COLOR: #FFFFBB; 
	FONT-FAMILY: 9pt "Courier New", Courier, mono; 
	WHITE-SPACE: pre; 
	padding: 7pt;
}
CODE { COLOR: #990000; FONT-FAMILY: "Courier New", Courier, mono; font-size:100%; }

.ArticleDescription
{
	padding-left:20px; padding-top:0px
}
td.comment-topright
{
	background-image:url(images/top-right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
td.comment-topleft
{
	background-image:url(images/top-left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#ECDFD9;
	width:7px;
	height:8px;
}
td.comment-bottomright
{
	background-image:url(images/bottom-right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#ECDFD9;
	width:8px;
	height:8px;
}
td.comment-bottomleft
{
	background-image:url(images/bottom-left.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#ECDFD9;
	width:7px;
	height:8px;
}
table.comment
{
	background-color:#ECDFD9;
	height:auto;
}
td.comment-top
{
	background-image:url(images/border-top.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:8px;
}
td.comment-left
{
	background-image:url(images/border-left.gif);
	background-position:left;
	background-repeat:repeat-y;
	width:8px;
}
td.comment-right
{
	background-image:url(images/border-right.gif);
	background-position:right;
	background-repeat:repeat-y;
	width:8px;
}
td.comment-bottom
{
	background-image:url(images/border-bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}




.jqueryslidemenu{
	background-color: #a8a9ad;
	width: 732px;
	text-align: left;
	padding: 1.2em 0 1.2em 0.8em;
	color: #fff;
	font-size:11px;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform:uppercase;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	float: left;
    display:block;
	top: -10px;
	z-index: 1000;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	background: #a8a9ad; /*background of tabs (default state)*/
	color: white;
	padding: 4px 8px;
	/*border-right: 1px solid #778;*/
	color: #2d2b2b;
	text-decoration: none;
	font-weight:bold;
}

* 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: white;
}

.jqueryslidemenu ul li a:hover{
	background: #cda; /*tab link background during hover state*/
	color: #390;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0px;
	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;
	top:1px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0px;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	width: 190px; /*width of sub menus*/
	padding: 5px;
	margin: 0px;
	border-top-width: 0px;
	border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #cda;
	color: #390;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}
