/* Top menu */
#topmenu {
	float: right;
	margin-top: 22px;
	border: solid 0px blue;	
}
#topmenu ul {
	padding: 0px;
	margin: 0px;
	position: relative;
}
#topmenu ul li {
	float: left;
	list-style: none;
	vertical-align: top;
}
#topmenu ul li a {
	z-index: 10;
	display: block;
	height: 24px;
	float: right;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
	text-indent: -5000px;
}
#topmenu ul li a img {
	margin: 0px;
	border: 0px;
}

#topmenu .background .left {
	height: 20px;
	vertical-align: top;
}

#topmenu li.background {
	background: url(images/underlight.png) no-repeat center bottom;
	z-index: 8;
	position: absolute;
	width: 100px;
}
#topmenu li#menu_home, #topmenu li#menu_home a {
	width: 70px;		
}
#topmenu li#menu_home a {
	background: url(images/txt_home.png) no-repeat center top;
}
#topmenu li#menu_home.current a {
	background: url(images/txt_home_light.png) no-repeat center top;
}
#topmenu li#menu_products, #topmenu li#menu_products a {
	width: 80px;
}
#topmenu li#menu_products a {
	background: url(images/txt_products.png) no-repeat center top;
}
#topmenu li#menu_products.current a {
	background: url(images/txt_products_light.png) no-repeat center top;
}
#topmenu li#menu_services, #topmenu li#menu_services a {
	width: 80px;
}
#topmenu li#menu_services a {
	background: url(images/txt_services.png) no-repeat center top;
}
#topmenu li#menu_services.current a {
	background: url(images/txt_services_light.png) no-repeat center top;
}
#topmenu li#menu_purchase, #topmenu li#menu_purchase a {
	width: 90px;	
}
#topmenu li#menu_purchase a {
	background: url(images/txt_purchase.png) no-repeat center top;
}
#topmenu li#menu_purchase.current a {
	background: url(images/txt_purchase_light.png) no-repeat center top;
}
#topmenu li#menu_clientarea, #topmenu li#menu_clientarea a {
	width: 100px;	
}
#topmenu li#menu_clientarea a {
	background: url(images/txt_clientarea.png) no-repeat center top;
}
#topmenu li#menu_clientarea.current a {
	background: url(images/txt_clientarea_light.png) no-repeat center top;
}
#topmenu li#menu_support, #topmenu li#menu_support a {
	width: 80px;	
}
#topmenu li#menu_support a {
	background: url(images/txt_support.png) no-repeat center top;
}
#topmenu li#menu_support.current a {
	background: url(images/txt_support_light.png) no-repeat center top;
}
#topmenu li#menu_contact, #topmenu li#menu_contact a {
	width: 80px;	
}
#topmenu li#menu_contact a {
	background: url(images/txt_contact.png) no-repeat center top;
}
#topmenu li#menu_contact.current a {
	background: url(images/txt_contact_light.png) no-repeat center top;
}

/* Top Menu End */


/* Side menu */
#right #sidebar .sidemenu {
	margin-bottom: 10px
}
#right #sidebar .sidemenu h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px; 
}
#right #sidebar .sidemenu ul {
	margin: 0px;
	padding: 0px;
}
#right #sidebar .sidemenu li {
	list-style: none;
}
#right #sidebar .sidemenu li a {
	display: block;
	padding: 0px 4px;
	color: #242424;
	border-top: 1px solid #a5a5a5;
	border-right: solid 3px #cb6c6c;
	border-bottom: 1px solid #b4b4b4;
	border-left: solid 1px #a5a5a5;
}
#right #sidebar .sidemenu li.current a {
	background: #cecece;
	border-right: 3px solid #ab3c3c;
	font-weight: bold;
}
#right #sidebar .sidemenu li a:hover {
	background: #cecece;
	text-decoration: none;
	color: #000;
}
/* Side menu - End */
