@charset "utf-8";

/* CSS Document */



#topmenu {

	float: right;

	margin: 0;

	padding: 0;

	width:100%;
}



#topmenu ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#topmenu li {

	margin: 0;

	padding: 0;

	display:inline;

}



#topmenu a {

	float: left;

	margin: 0;

	padding: 0 18px; /* how long each top menu section */

	color: #000000; /* topmenu text color*/
	font-size: 14px;
	border-left:1px solid #eee;

	border-right:1px solid #bbb;

	font-weight: bold;

	text-decoration: none;

	text-align: center;

	text-transform:uppercase;

	line-height:38px;

	height:40px; /* topmenu vertical devider bar's height */

	background:FFFFFF;

	vertical-align:middle;

}

#topmenu a:active,

#topmenu a:focus {

}



/* Commented Backslash Hack hides rule from IE5-Mac \*/

#topmenu a span {

	float: none;

}



/* End IE5-Mac hack */

#topmenu a:hover span {

	color: #4f89d2;

}



#topmenu a:hover {

	color: #FFFF33; /*top menu hover text color */

	background:url(../images/templates/menubg_h.png) repeat-x;

}

#topmenu li.active_menu a:hover {

background-color:#FFFFFF;

}



#topmenu li.active_menu a,

#topmenu li.active_menu a:active,

#topmenu li.active_menu a:focus {

background-color:#FFCC33;

}



/* BOT MENU */

#botmenu {

	float: left;

	position:relative;

	left:60px;

	margin: 0 auto;

	padding: 0;

	width:100%;

}



#botmenu ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#botmenu li {

	margin: 0;

	padding: 0;

	display:inline;

	text-align:center;

}



#botmenu a {

	float: left;

	margin: 0;

	padding: 0 30px;

	color: #333;

	border-left:1px solid #eee;

	border-right:1px solid #bbb;

	font-weight: bold;

	text-decoration:none;

	text-align: center;

	line-height:20px;

	height:20px;

	background:trasparent;

	vertical-align:middle;

}

#botmenu a:active,

#botmenu a:focus {

}



/* Commented Backslash Hack hides rule from IE5-Mac \*/

#botmenu a span {

	float: none;

}



/* End IE5-Mac hack */

#botmenu a:hover span {

	color: #4f89d2;

}



#botmenu a:hover {

	color: #cc0000;

	background:transparent;

	text-decoration:underline;

}

#botmenu li.active_menu a:hover {

background-color:#cc0000;

}



#botmenu li.active_menu a,

#botmenu li.active_menu a:active,

#botmenu li.active_menu a:focus {

background-color:#cc0000;

}
