/* Generated by KompoZer */
@charset "utf-8";
a {
  font-family: Verdana,Arial;
  color: #ffffcc;
}
body#index {
  margin: 0 auto;
  padding: 0;
  background: #fbfcfd none repeat scroll 0% 0%;
  font-family: Verdana,Arial;
}
p {
	font-family: Verdana, Arial;
	font-size: 12px;
	border-style: none;
}

h1 {
	font-family: Verdana, Arial;
	font-size: 16px;
}

h2 {
	font-family: Verdana, Arial;
	font-size: 14px;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

a {
	color: #333333;
	text-decoration:none;
}

a:visited {
	color: #333333;
	text-decoration:none;
}

.leftmenu, .leftmenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 200px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.leftmenu li{
position: relative;
}

.leftmenu li a{
background: white url(../images/leftmenu.JPG) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.leftmenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.leftmenu li ul li{
float: left;
}

.leftmenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.leftmenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.leftmenu li a:visited, .leftmenu li a:active{
color: white;
}

.leftmenu li a:hover{
background-image: url(../images/leftmenuactive.JPG);
}

/* Holly Hack for IE \*/
* html .leftmenu li { float: left; height: 1%; }
* html .leftmenu li a { height: 1%; }
/* End */