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

body {
	background-image: url(images/left_bar.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link    { color: #FFFFFF }
a:visited { color: #FFFFFF }
a:hover   { color: #000000 }
a:active  { color: lime }

a:focus { background: yellow }
a:focus:hover { background: white }


.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: 500;
}


