html, body {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	}
	
/* links */

a:link, a:visited {
	text-decoration: none;
	font-size: 12px;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	}


/* Layout
---------------------------------------------------------------- */


.pads {
	width: 960px;
	margin: 0 auto;
	}



/* Header
---------------------------------------------------------------- */

#header .pads {
	padding: 15px 0 0px;
	}

/* pages navigation */

#menu .pads {
	position: relative;
	background: #333 url('../images/nav.gif') repeat-x 0 0;
	z-index: 995;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#menu ul ul {
	left: 0;
	top: 24px;
	width: 170px;
	display: none;
	position: absolute;
	background: #333;
	}
#menu ul ul ul {
	top: -1px;
	left: 170px;
	}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	border-right: 1px solid #000;
	}
#menu li li {
	margin: 0;
	float: none;
	border: none;
	line-height: 0;
	border-bottom: 1px solid #222;
	}
#menu a {
	display: block;
	font-weight: bold;
	line-height: 1.2em;
	position: relative;
	padding-top: 5px;
	padding-right: 29px;
	padding-bottom: 6px;
	padding-left: 29px;
	}
#menu a:link,
#menu a:visited {
	color: #fff;
	}
#menu a:hover,
#menu .current-cat a {
	background: #3E7AB9 url('../images/nav.gif') repeat-x 0 0;
	text-decoration: none;
	}
#menu li:hover a,
#menu .current-cat li a,
#menu .current-cat-parent li a {
	background: #333;
	}
#menu li:hover, #menu a:hover,
#menu .current-cat, #menu li a:hover,
#menu .current-cat-parent, #menu li a:hover,
#menu .current-cat-parent {
	color: #000000;
	background-color: #fff;
	background-image: url(../images/nav-current.gif);
	background-repeat: repeat-x;
	background-position: 00;
	}
#menu li li a {
	width: 140px;
	float: none;
	display: block;
	}

#menu .sub_list {
	padding-left: 15px;
	background: transparent url('../images/arrow-down.png') no-repeat 11px 3px;
	}

#menu .sub_sub_list {
	width: 9px;
	height: 6px;
	padding-left: 15px;
	background: url('../images/arrow-right.png') no-repeat 9px 5px;
	}

#menu #m-subscribe {
	top: 0;
	right: 0;
	float: none;
	position: absolute;
	border: none;
	}
#menu #m-subscribe a {
	padding: 5px 10px;
	}
#menu #m-subscribe a:hover {
	color: #000;
	background: none;
	}
