﻿.menu
{
	position: relative;
	float: left;
	padding:: 40px 20px 0px 10px;
	margin-left: 52px;
	top: 15px;


}
.menu a
{
	margin-left: 9px;
	margin-right: 9px;
	text-decoration: none;
	font-size: 12px;
	color: #2c6f93;
	font-weight: bold;
	
	
}

.menu a:hover, .menu a:active
{
	color: #1d90c6
}



.menuitem
{
	
	padding-bottom: 40px;
	padding-top: 5px;
	
	float: left;
	
}

/*side navigation*/
.sidenav
{
	width: 160px;
	margin-right: 20px;	
	height: auto;
	float: left;
	
}	


/*product menu*/

.prodmenu_linkbuttons
{
	background-color: #f5f5f5;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ccc;
	
	text-align: center;
	font-weight: bold;
	border-right: none;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	float: left;

}

.prodmenu_linkbutton_selected
{
	background-color: #fff;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ccc;
	color: Black;
	text-align: center;
	border-right: none;
	border-bottom: none;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	float: left;
	font-weight: bold
}
.prodmenu_linkbutton_selected:hover
{
	color: Black;
}

