@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background: url(images/bg.jpg) #e2e1c5;
}

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

#global a
{
	display: inline-block;
	margin: 2px 1px 2px 1px;
	padding: 0px 8px 0px 8px;
	border-right: dotted 1px #333;
	font-weight: bold;
}

#footer a
{
	color: #FFF;
	display: inline-block;
	margin: 2px 1px 2px 1px;
	padding: 0px 8px 0px 8px;
	border-right: dotted 1px #fff;
	font-weight: bold;
}

h1
{
	color: #333333;
	font-size: 14px;
}

h3
{
	color: #333333;
	font-size: 14px;
}

h4
{
	color: #009900;
	font-size: 12px;
	margin: 5px;
}

h5
{
	font-size: 11px;
	border-bottom: solid 1px #999;
	color:#666;
	width: 98%;
	margin-bottom: 5px;
	margin-top: 5px;
}

h6
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

input
{
	border: solid 1px #999;
}

p
{
	margin: 0px;
	padding: 0px;
}

label
{
	font-weight: bold;
	color: #333;
	float: right;
}

/*Left menu suite*/
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 195px; /* Main Menu Item widths */
border-bottom: 0px solid #ccc;
color:while;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 3px;
border-bottom: 1px solid white;
border-right: 0px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #6E7062; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #DBDBD9;//#e2e1c5;
color: #6E7062;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 190px; /*Sub Menu Items width */
top: 0;
color: white;
visibility: hidden;
}
.sidebarmenu ul li ul li a{
color: white;
}

.sidebarmenu a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%;
}

 
/* 009 \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; color:#FFF;}
/* End */
