/* ---------------------------- */
/*     Main Horizontal Menu     */
/* ---------------------------- */

#topmenu {
	height: 30px;
	line-height: 30px;
	/* background: #ff6600; */
	/* background: url(../images/layout/bkg_menu.gif); */
	/* background: #3f68aa; */
	/* background: #136eb5; */
	background: url(../images/layout/bkg_menu.jpg);
	padding-left: 200px;
}

#topmenu ul {
	list-style-type: none;
	padding-left: 30px;
}

#topmenu ul li {
	display: block;
	float: left;
}

#topmenu ul li a {
	padding: 8px 10px 8px 10px;
	/* padding: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px; */
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
}

#topmenu ul li a:hover {
	text-decoration: none;
	/* background-color: #3f68aa; */
	background: #ff6600;
}

.topmenuactivetab {
	text-decoration: none;
	/* background-color: #3f68aa; */
	background: #ff6600;
}

/* ---------------------------- */
/*       Sub Vertical Menu      */
/* ---------------------------- */

/*
#mainmenu { 
    position: absolute ;
    left: 2px;
    top: 26px;
    width: 152px;
}

   
#mainmenu ul { 
    list-style-type: none;
}
   
#mainmenu ul li a {
	color: #ffffff;
	font-size: 11px;
	display: list-item;
	font-weight: bold;
	padding: 2px 20px 16px 0px;
	text-align: right;
	text-decoration: none;
	background: url(images/but_menu.gif);
	background-repeat : no-repeat;
	background-position: top ;
	width: 150px;
}


#mainmenu ul li a:hover { 
    color: #dbfd65; 
	text-decoration:  none; 
	background: url(images/but_menu_on.gif);
	background-repeat : no-repeat;
	background-position: top ;
}

#mainmenu ul li.activemain a { 
    color: #dbfd65; 
	text-decoration:  none; 
	background: url(images/but_menu_on.gif);
	background-repeat : no-repeat;
	background-position: top ;
}
*/