p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/** -- right menu main -- **/

.rightmenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.rightmenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.rightmenu a:hover {
	color: #CCCCCC;
}

/** -- top menu -- **/

.topmenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.topmenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.topmenu a:hover {
	color: #CCCCCC;
}

/** -- products submenu -- **/
.productsmenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.productsmenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.productsmenu a:hover {
	color: #336699;
}

/** -- productsgrey submenu -- **/
.productsmenugrey a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#999999;
}

.productsmenugrey a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

.productsmenugrey a:hover {
	color: #000066;
}

/** -- end of menu styles -- **/

ul {
	padding-left:0px;
	padding-bottom: 5px;
	margin-left:20px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 2px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000066;
}
