#main-menu a {
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
	margin-left: 14px;
	margin-right: 14px;
	cursor: default;
}

#main-menu td  {
	vertical-align: middle;
}

#top-right, #top-left, #bottom-right, #bottom-left, #cont-corner-left, #cont-corner-right {
	background-repeat: no-repeat;
	width: 2%;
}

#top-right {
	background-image: url(../images/menu_corner_right.gif);
	background-position: top right;
	border-left: 1px solid #DEE0E2;
	background-color: white;
}

#top-left {
	background-image: url(../images/menu_corner_left.gif);
	background-position: top left;
	background-color: white;
}

#cont-corner-right {
	background-image: url(../images/cont_corner_bottom_right.gif);
	background-position: bottom right;
	background-color: white;
}

#cont-corner-left {
	background-image: url(../images/cont_corner_bottom_left.gif);
	background-position: bottom left;
	background-color: white;
}

#bottom-left {
	background-image: url(../images/footer_corner_left.gif);
	background-position: bottom left;
	background-color: transparent;
}

#bottom-right {
	background-image: url(../images/footer_corner_right.gif);
	background-position: bottom right;
	background-color: transparent;
}



.menu-item {
	width: 16%;
	text-align: left;
	background-image: url(../images/menu_separator___mi_pixelno.gif);
	background-repeat: repeat-y;
	background-color: white;
	font-weight: bold;
}


/* JS Menu */

.dropmenudiv { 
	position:absolute;
	font-size: 12px;
	z-index:100;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: .90;
	-o-opacity: .90;
	opacity: 0.9;
	visibility: hidden;
	width: 15%;
	border: 1px transparent;
}


.dropmenudiv-lines {
	background: white;
	border-left: 1px solid #CFD1D3;
	border-right: 1px solid #CFD1D3;
}

.dropmenudiv-bottom-corners {
	height: 10px;
	width: 100%;
	border-collapse: collapse;
	font-size: 2px;
	padding: 0px;
	border: none;
	border-spacing: 0;
}

.dropmenudiv-bottom-corners td {
	padding: 0px;
	border-spacing: 0;
}

.dropmenudiv-bottom-corners-dummy {
	background-image:url(../images/menu_border_bottom.gif);
}

.dropmenudiv-bottom-corners-img {
	width: 10px;
	height: 10px;
}

.dropmenudiv-bottom-corners-img img {
	width: 10px;
	height: 10px;
}

.dropmenucontent {
	margin: 0px 2px 0px 2px;
}

.dropmenucontent  a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding: 3px;
	border-bottom: 1px white solid;
	margin-left: 8px;
	margin-right: 8px;
}


/* set section colors */

.menu-arminco {
	background: #1C2862;
}

.color-arminco {
	color: #1C2862;
}

.menu-arminco a:hover{ 
	color: #1C2862;
	background-color: white;
}

.menu-services {
	background: #fea700;
}

.color-services {
	color: #fea700;
}

.menu-services a:hover{ 
	color: #fea700;
	background-color: white;
}

.menu-community {
	background: #62b000;
}

.color-community {
	color: #62b000;
}

.menu-community a:hover{ 
	color: #62b000;
	background-color: white;
}

.menu-myarminco {
	background: #00b8ff;
}

.color-myarminco {
	color: #00b8ff;
}


.menu-myarminco a:hover{ 
	color: #00b8ff;
	background-color: white;
}

.menu-support {
	background: #da001d;
}

.color-support {
	color: #da001d;
}

.menu-support a:hover{ 
	color: #da001d;
	background-color: white;
}

.menu-contacts {
	background: #7f7f7f;
}

.color-contacts {
	color: #7f7f7f;
}

.menu-contacts a:hover{ 
	color: #7f7f7f;
	background-color: white;
}

/* set section colors EOF */


